RE: [Tkinter-discuss] creating a conformation window that does multiplecommands

2005-03-06 Thread Jonathan Stevens
Ok, I figured this was a dumb question, I found out about tkMessageBox and used askyesno(), I just want to thanx you all for helping out with your timley and helpful responses. >From: "Jonathan Stevens" <[EMAIL PROTECTED]> >To: tkinter-discuss@python.org >Subject: [Tk

[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