Re: [Tkinter-discuss] creating a conformation window that does multiple commands

2005-03-05 Thread Stewart Midwinter
Jonathan: I'm struggling a little bit to understand your note, but it seems you want to do the following: 1. get confirmation from the user before quitting the app. That's easy. 2. in the confirmation, if the user chooses to not quit the app, you want to run some other command. That's also easy.

[Tkinter-discuss] creating a conformation window that does multiple commands

2005-03-05 Thread Jonathan Stevens
Hello, I'm new to tkinter, so this might be a stupid question, but please bear with me. I have a gui made and when the user goes to file->quit a conformation window will pop up asking if they are sure that they want to quit, if "yes" then the program will quit. What I can not get it how to get t