Android Question Threading Library: Dim As Thread

ST500

Active Member
Licensed User
Hello community,

I‘d like to access the LogCat logs from Starter.

For RunOnGUIThread I have to Dim the right Sub from Starter.
The Sub‘s name is for e.g. LogCat_Sender.
How can I Dim it?

Thank for your help.
Have a nice sunday.

Best regards.
Martin
 

ST500

Active Member
Licensed User
LogCat, which is a special case, will raise the event on a background thread. You can use CallSubDelayed to delegate the event to the main thread.
Thanks a lot Erel. This is the best answer. I don‘t need to handle with the Threading library.
 
Upvote 0
Top