Re: Tkinter hiding/showing widgets
Maybe like this ? http://www.faqts.com/knowledge_base/view.phtml/aid/21215/fid/264 I noticed with wxWidget, which uses the same packing principle (xlib inheritance ?) that hidding a widget can have a strange effect on the layout of the "other guys" still visible ... so I just disable them now in
Tkinter hiding/showing widgets
Is it possible to hide and show widgets while the window is open? -- http://mail.python.org/mailman/listinfo/python-list