Python Forum
Trouble with .after() Tkinter
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Trouble with .after() Tkinter
#3
This looks fine to me (and so you can delete the Timer code)
after_id = screen1.after(7000, nextQuestion, False, question.difficulty)
so the problem is most likely in the nextQuestion function, and we don't know anything about what it does.
Reply


Messages In This Thread
Trouble with .after() Tkinter - by purpleicetwice - Mar-02-2019, 03:14 PM
RE: Trouble with .after() Tkinter - by Larz60+ - Mar-02-2019, 04:57 PM
RE: Trouble with .after() Tkinter - by woooee - Mar-02-2019, 06:06 PM
RE: Trouble with .after() Tkinter - by woooee - Mar-02-2019, 09:46 PM

Forum Jump:

User Panel Messages

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