We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, can you tell me how to call the main thread in the sub thread to update the UI?
The text was updated successfully, but these errors were encountered:
Need to asynchronously call the main thread in the sub thread
Sorry, something went wrong.
Please, provide a project sample so I can support you.
请提供一个项目样本,以便我为您提供支持。
I want to add content to the memo control in the subthread
I asked in GPT and it said there was TThread, but after trying it out, it didn't
You can use a queue.Queue instance. In your thread you can queue some data and also put an event in the main thread to check the queue periodically.
I will work on a sample.
lmbelo
No branches or pull requests
Hello, can you tell me how to call the main thread in the sub thread to update the UI?
The text was updated successfully, but these errors were encountered: