[Tutor] Showing/hiding widgets in Tkinter

Alan Gauld alan.gauld at btinternet.com
Thu Apr 7 19:18:04 CEST 2011


"The Green Tea Leaf" <thegreentealeaf at gmail.com> wrote 

> I suddenly thought about one thing that I tested and my 
> guess is that the window needs to refresh to show the label 

Thats a common issue with GUIs. 
You can force a refresh in Tk with the update() method.

HTH,


-- 
Alan Gauld
Author of the Learn to Program web site
http://www.alan-g.me.uk/




More information about the Tutor mailing list