Hello all,
I am making a small GUI with tkinter. On it I have a Text widget, that should be able to accept input text from the user. The problem is that when the input text is not-ASCII (e.g. ááááá) the program crashes with the error below.
Could anybody please help me to see how to solve it? Thank you.
Below I paste a simple code that can be used for testing, and the error that I get.
...
User Profile
Collapse
-
How to have non-ASCII text on Text widget (Tkinter)
-
[TKinter] Options menu with scroll arrows?
Hello everyone,
I am trying to make a small GUI with TKinter for python. One widget is an option menu with a large number of items (+50). My code works but shows a large option list with as many items as fit on the screen when I click on the option menu. I'd like that it shows me only a few items (e.g. 5) and allow the user to scroll up and down.
Thanks in advance for your help
The following code can be...
No activity results to display
Show More