Android Question [SOLVED] ProgressDialogShow/ProgressDialogHide and "Wait for"

clarionero

Active Member
Licensed User
Longtime User
Hi, I'm trying to use ProgressDialogShow with "wait for" to show the user that the application is busy processing data. The problem is that the notification disappears before the process is complete.

Is it possible to use ProgressDialogShow with "wait for"?

Thank you

Rubén
 

DonManfred

Expert
Licensed User
Longtime User
use
B4X:
ProgressDialogShow2("text",false)
 
Upvote 0
Top