Tkinter and PMW - dynamic labels

uri bushey urbushey at sas.upenn.edu
Thu Jul 29 17:03:43 EDT 2004



> You can do this by using a StringVar.  Try this in an interactive session:


> Yes, you can simply change the label's text attribute:
> 
>  mylabel['text'] = newvalue
> 
> Hope this helps.

Yes, thank you so much. This turned out to be the most elegant solution 
I think.



More information about the Python-list mailing list