Python Forum
A solution to manage threads and event data in Tkinter
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
A solution to manage threads and event data in Tkinter
#3
(Jul-03-2023, 01:26 AM)Larz60+ Wrote: Making a note to read over morning coffee.
A related read is that of wxAnyThread which implements a similar idea for wxPython, where a thread can invoke a function that is executed by the main thread. This module is already 13 years old (2010), I don't know if it is of any use in modern wxPython since I haven't written a line of wxPython during all these years.

The next step for managetkeventdata is to add a proxy class that can also receive values returned from calls. I'll probably implement that using threading.Conditions objects.
Reply


Messages In This Thread
RE: A solution to manage threads and event data in Tkinter - by Gribouillis - Jul-03-2023, 06:53 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Raw Image Data Viewer using tkinter menator01 1 4,142 Sep-07-2021, 07:08 PM
Last Post: menator01

Forum Jump:

User Panel Messages

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