If I use for example:
the 'Loading' message will appear until it encounters
as it should. But when I activate me keylock while the 'Loading' message is showing, and then quickly resumes the application, the 'Loading' message has disappeared without encountering 'ProgressDialogHide'.
This is quite bad for my application, how can it be fixed?
B4X:
ProgressDialogShow2("Loading...", False)
the 'Loading' message will appear until it encounters
B4X:
ProgressDialogHide
as it should. But when I activate me keylock while the 'Loading' message is showing, and then quickly resumes the application, the 'Loading' message has disappeared without encountering 'ProgressDialogHide'.
This is quite bad for my application, how can it be fixed?