Python Forum
Using Time to Update a Global Variable and Label in TkInter
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Using Time to Update a Global Variable and Label in TkInter
#5
I would suggest the following tutorial on class use:
https://interactivepython.org/runestone/...ctree.html

You are doing many things wrong
Besides defining all in the __init__ method, you should never have to use a single global, nor define variables outside of the class if needed within.
Reply


Messages In This Thread
RE: Using Time to Update a Global Variable and Label in TkInter - by Larz60+ - Apr-22-2019, 07:59 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Python 3 Global Variable Help Tridium 5 3,053 Jul-29-2019, 08:02 AM
Last Post: Tridium

Forum Jump:

User Panel Messages

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