Replies: 2 comments 5 replies
-
You need a callback function. In the label widget instantiation, include command=my_callback:
Use the callback function to configure the label text:
Typically, the callback function will include a slider.get() call to obtain the value as it changes. |
Beta Was this translation helpful? Give feedback.
3 replies
-
Hello - my question is opposite to this in a way, how do you input a value manually and make the slider move accordingly? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Can someone please provide an example code snippet of a label changing every time the slider value changes? I managed to get something working, but it doesn't change the label but adds more labels which I don't want. Thanks :).
Beta Was this translation helpful? Give feedback.
All reactions