Working with Threads

Опубликовано: 14 Октябрь 2024
на канале: Xojo
4,613
like

Learn how to use Threads in your Xojo apps. We will show you proper techniques for updating your user interface with information from a thread.

In this video, you'll learn how threads work and why you would want to use them. You'll also learn about two techniques that can be used to update the user interface with information from a thread:
Use a Timer to get Thread information
Task class (a subclass of Timer) to allow UI updates

Both examples are included with your Xojo download.