Updating from a background thread? #55
Unanswered
jaredkeithwhite
asked this question in
Q&A
Replies: 1 comment
-
Call |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I am interested in building out a GUI using this framework. My application will have a few background threads that read from various types of sockets and spit out information on the screen accordingly.
I've been going through the examples and they look fairly straightforward as far as GUI layout goes, and even user interactivity. But how can I prompt the refresh of the panels when my thread gets some event that it wants to prompt an update by?
Beta Was this translation helpful? Give feedback.
All reactions