python - How to react on actions (events) in real time in Tkinter? -
i´d create program react on actions user in real time. example there 3 labels
. , when user clicks on one, want recolor border different color , user should able "type" (single) number in label
. know entry widget, labels suitable whole application.
thank answers
your question vague answer precisely, address each individual point:
- yes, it's possible "react .. in real time" -- whenever event detected acted upon possible.
- yes, it's possible color border of widget when event detected
- yes, it's possible type label. though, obviously, behavior unusual , may not expect.
i suspect none of solve real problem, have no idea you're trying accomplish.
Comments
Post a Comment