User Profile

Collapse

Profile Sidebar

Collapse
saito200
saito200
Last Activity: Feb 8 '14, 01:34 PM
Joined: Jan 30 '14
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • How to have non-ASCII text on Text widget (Tkinter)

    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.
    ...
    See more | Go to post

  • saito200
    started a topic [TKinter] Options menu with scroll arrows?

    [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...
    See more | Go to post
No activity results to display
Show More
Working...