Python Forum
[Tkinter] apply command on every list element
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Tkinter] apply command on every list element
#5
You are making an IntVar that you bind to the entry. Then you create a different IntVar and put in in a list. There is no relationship between these IntVars. Calling Square[1].set(5) does not do anything to any of your entries because it is not bound to any of those entries. The IntVar you put in the list Square must be THE SAME intvar that you bind to Entry t.
Reply


Messages In This Thread
apply command on every list element - by flash77 - May-12-2020, 06:31 PM
RE: apply command on every list element - by deanhystad - May-14-2020, 04:26 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020