R rafaelmotaquintana Active Member Licensed User Aug 4, 2017 #1 I use Doevents in order to make this function to works ProgressDialogShow2("Test",False) within a block of code. Now that it is not recommended, what should I do to force the android progress indicator to appears? (sleep(0) doesn't works)
I use Doevents in order to make this function to works ProgressDialogShow2("Test",False) within a block of code. Now that it is not recommended, what should I do to force the android progress indicator to appears? (sleep(0) doesn't works)
rscheel Well-Known Member Licensed User Longtime User Aug 4, 2017 #2 Start B4X: ProgressDialogShow2("Loading, Wait...", False) End B4X: ProgressDialogHide Upvote 0
Didier9 Well-Known Member Licensed User Longtime User Aug 6, 2017 #3 Use a timer to refresh the progress bar periodically. I typically use 250 mS refresh rate. Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Aug 6, 2017 #4 Can you post your original code? Upvote 0