Hi,

If I have:

<code>
from Tkinter import *
root=Tk()
tl=Toplevel()
root.mainloop()
</code>

and then close the root window, it will take tl with it. Is there a way to keep 
tl alive after root dies?

Thanks,
Sorin




 
____________________________________________________________________________________
Yahoo! Music Unlimited
Access over 1 million songs.
http://music.yahoo.com/unlimited
_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
http://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to