B Bob Spielen Active Member Licensed User Longtime User Sep 17, 2020 #1 What is the suggestion where to place Sleep(0)......
Erel B4X founder Staff member Licensed User Longtime User Sep 17, 2020 #2 When you want to pause the current executing sub, let the message queue be processed and return to this sub. Upvote 0
When you want to pause the current executing sub, let the message queue be processed and return to this sub.
B Bob Spielen Active Member Licensed User Longtime User Sep 17, 2020 #3 Erel said: When you want to pause the current executing sub, let the message queue be processed and return to this sub. Click to expand... Thanks for the fast reply! I mean with B4XPages...should I use it allways when a change something in the UI (views, panels....) ? Upvote 0
Erel said: When you want to pause the current executing sub, let the message queue be processed and return to this sub. Click to expand... Thanks for the fast reply! I mean with B4XPages...should I use it allways when a change something in the UI (views, panels....) ?
Erel B4X founder Staff member Licensed User Longtime User Sep 17, 2020 #4 It has nothing to do with B4XPages and you don't need to use it when changing the UI. Upvote 0