[Tkinter-discuss] David J. Giesen/505633/EKC is out of the office.

2008-04-05 Thread david . giesen
I will be out of the office starting 04/04/2008 and will not return until 04/14/2008. I will respond to your message as soon as possible when I return.___ Tkinter-discuss mailing list Tkinter-discuss@python.org http://mail.python.org/mailman/listinfo/t

Re: [Tkinter-discuss] OptionMenu and Keyboard

2008-04-05 Thread Vasilis Vlachoudis
Hi Costas, I never found a solution to the problem, but also when the list was getting too long, bigger than the screen height it was impossible to select an item. For this reason I’ve created a ComboBox, you can find it along with other useful classes that I’ve made and/or collected from th

Re: [Tkinter-discuss] thread module

2008-04-05 Thread mkieverpy
Hi Amit, >1. I created a global variable named "QuitThread" on my main module. >2. I initially set it to "False". >3. When clicking on the "Run" button of my GUI (defined in the main >module), a new thread starts using start_new_thread, where QuitThread is >one of the variables in its tuple

[Tkinter-discuss] How to make all the buttons the same size?

2008-04-05 Thread globalrev
Buttons shrink to fit the symbol/text u put on it. well i dont want that it looks ugly. how do i set the same size for all the buttons? i thought it was row/columnspan at first but it doesnt seem to work. [code] #! /usr/bin/env python from Tkinter import * import tkMessageBox class GUIFramework(

[Tkinter-discuss] Buttonwidget, problem with callback-function!?

2008-04-05 Thread globalrev
in the following program i want "1" to appear in the upper "entry" when i click the button "1". so i will replace state=DISBALED with command=self.Display(xbtn) or command=Display(xbtn). Display being a function that takes the pressed buttons "value" and so outputs in the first entry the correspo