Re: [Tkinter-discuss] TclError when destroying parent windows

2008-06-29 Thread Jusa
Cameron Laird-2 wrote: > > On Sun, Jun 29, 2008 at 08:00:31AM -0700, Jusa wrote: > . > . > . >> Thanks for the reply. That seems to solve the error up to a point but I >> still get: >> >> TclError: can't invoke "toplevel" comman

Re: [Tkinter-discuss] TclError when destroying parent windows

2008-06-29 Thread Cameron Laird
On Sun, Jun 29, 2008 at 08:00:31AM -0700, Jusa wrote: . . . > Thanks for the reply. That seems to solve the error up to a point but I > still get: > > TclError: can't invoke "toplevel" command: application has been destroyed

Re: [Tkinter-discuss] TclError when destroying parent windows

2008-06-29 Thread Jusa
Guilherme Polo wrote: > > On Sun, Jun 29, 2008 at 9:22 AM, Jusa <[EMAIL PROTECTED]> wrote: >> >> >> > > Here, supposing you closed the "Hello" window, self (representing the > "parent" dialog) would have been destroyed by now. > Then next: > >>#ERROR: >>dlg = MyMessageDialog(s

Re: [Tkinter-discuss] TclError when destroying parent windows

2008-06-29 Thread Guilherme Polo
On Sun, Jun 29, 2008 at 9:22 AM, Jusa <[EMAIL PROTECTED]> wrote: > > > > Mick O'Donnell wrote: >> >> Hi Jusa, >> >> Can you post some sample code which causes the problem? >> >> Mick >> ___ >> Tkinter-discuss mailing list >> Tkinter-discuss@python.org >

Re: [Tkinter-discuss] TclError when destroying parent windows

2008-06-29 Thread Jusa
Mick O'Donnell wrote: > > Hi Jusa, > > Can you post some sample code which causes the problem? > > Mick > ___ > Tkinter-discuss mailing list > Tkinter-discuss@python.org > http://mail.python.org/mailman/listinfo/tkinter-discuss > > Hi Mick, I

Re: [Tkinter-discuss] TclError when destroying parent windows

2008-06-29 Thread Michael O'Donnell
Hi Jusa, Can you post some sample code which causes the problem? Mick On Sun, Jun 29, 2008 at 1:17 PM, Jusa <[EMAIL PROTECTED]> wrote: > > Hi, > > I've been browsing the tkinter documentation and I just can't seem to figure > out how to fix this problem. The problem is that I get one of the fo

[Tkinter-discuss] TclError when destroying parent windows

2008-06-29 Thread Jusa
Hi, I've been browsing the tkinter documentation and I just can't seem to figure out how to fix this problem. The problem is that I get one of the following: TclError: bad window path name ".33475080.32213232" or TclError: can't invoke "toplevel" command: application has been destroyed when