Update Label with value of progressbar or slider #339
-
Pretty straight forward, I need a label to update with the current value of either a progress bar or slider. I'm using complex_example.py. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Don't have much experience in python but I found the answer after searching for different solutions, you can have multiple commands to a customtkinter element by using command=lambda x: [ func_1(), func_2(), func_3(), func_ect() ] |
Beta Was this translation helpful? Give feedback.
Don't have much experience in python but I found the answer after searching for different solutions, you can have multiple commands to a customtkinter element by using command=lambda x: [ func_1(), func_2(), func_3(), func_ect() ]