Update Label when Scale value changes

codecraig codecraig at gmail.com
Tue Apr 19 09:19:06 EDT 2005


Hi,
  I am using Tkinter and I have a Label and a Scale.  I want to update
my label everytime the Scale value changes.  What is the best way of
doing this?  Do i have to bind for every event type?  Or is there some
better way?  If I do have to bind each type of event to the scale, what
types occur for a Scale?

Thanks.




More information about the Python-list mailing list