Kevin,

> No, there isn't. You have to be careful with the packing order for 
pack_forget() to work--this works best if you limit its use to the last 
widget group packed. Otherwise, it may be packed in a different 
location, with surprising results.

Thanks for that tip! (You're right - I would have been surprised!)

Is there a best practice way to show/hide specific widgets (or
containers) in Tkinter?

Is grid a better layout manager than pack for this type of use case?

Malcolm
_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
http://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to