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

Popular posts from this blog

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -