> Is there a best practice way to show/hide specific widgets (or containers) in > Tkinter?
Another way to control visibility might be to size a control/widget a height/width of 0,0. But Tkinter ignores this type of size request. (It does accept a size request of 1,1, but in the case of Frame, immediately resizes itself to its 'natural' size). Anyone have any thoughts on this approach? Malcolm _______________________________________________ Tkinter-discuss mailing list Tkinter-discuss@python.org http://mail.python.org/mailman/listinfo/tkinter-discuss