On Feb 16, 8:39 pm, y...@zioup.com wrote: > With a tkinter.Toplevel, how can I "disable" the parent windown and all its > widget, in the same fashion as tkinter.messagebox?
The answer lies within the tkSimpleDialog source code; which is pure python. Look in the __init__ method of Dialog class. My advice is to study the code until you understand every line. Look at the following references when you need more info: http://infohost.nmt.edu/tcc/help/pubs/tkinter/ http://effbot.org/tkinterbook/ -- http://mail.python.org/mailman/listinfo/python-list