Re: [Tkinter-discuss] question on tab window

2006-10-24 Thread Bencsik Roland
Hi, Altough it is a quite old package (August 4, 2003) you may try Python megawidgets: http://pmw.sourceforge.net/ There is a good demo included showing its widgets in action. Roland V H wrote: > Hi, > > Does Tkinter offer some simple solution for creating tab windows? Some > examples? > > b

Re: [Tkinter-discuss] main window closing when dialogs are open

2006-10-17 Thread Bencsik Roland
Michael Lange wrote: > Hi Roland, > > I don't know if this is possible at all, even sys.exit() does not seem to > work. > Maybe instead of the additional warning dialog you could change the > WM_DELETE_WINDOW > callback while the dialog is up, like > > def info(self): > self.owner

Re: [Tkinter-discuss] main window closing when dialogs are open]

2006-10-17 Thread Bencsik Roland
Michael Lange wrote: > On Mon, 16 Oct 2006 12:42:01 +0200 > Bencsik Roland <[EMAIL PROTECTED]> wrote: > >> Hello Tkinter list, >> >> Could you please help me out how can I make my program exit cleanly if I >> pop up some dialog boxes? >> >> M

[Tkinter-discuss] main window closing when dialogs are open

2006-10-16 Thread Bencsik Roland
Hello Tkinter list, Could you please help me out how can I make my program exit cleanly if I pop up some dialog boxes? My sample code is below. When I execute python WindowClosingTest.py, open the dialog by pressing the Info button and close the program by clicking on the close button (X) of