How to handle multi-threading in Toga #2175
johan-n-ictech
started this conversation in
Debugging help
Replies: 1 comment 1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
Just started to try out Toga. For my example program I want to receive messages from a server in 1 thread and display them in the main GUI. To start with a label is fine but later on I would like to display images and logs.
I cannot find any good reference or example of how this can or should be done. Can you point me in the right direction?
Best Regards,
Johan
All reactions