Re: [Tutor] Tk help

2010-01-11 Thread Kirk Vander Meulen
Hi Alan, thanks for the reply and my apologies for not realizing there was a Tkinter-discuss group. After even more searching, this seems to be something weird with my version of Tkinter and/or my installation. I can eliminate this effect on my machine (linux, python 2.6) by explicitly creating a

Re: [Tutor] tk help

2010-01-11 Thread Alan Gauld
"Kirk Vander Meulen" wrote I'm working on a program partly to get the hang of gui programming. I'm a bit puzzled by the behavior of simple dialogs- I wonder why, in the following code, the second call to tkMessageBox.askyesno always returns 'False' (either 'yes' or 'no' return False!). If I

[Tutor] tk help

2010-01-10 Thread Kirk Vander Meulen
I'm working on a program partly to get the hang of gui programming. I'm a bit puzzled by the behavior of simple dialogs- I wonder why, in the following code, the second call to tkMessageBox.askyesno always returns 'False' (either 'yes' or 'no' return False!). If I take out the call to tkFileDialo