Biswajit Active Member Licensed User Longtime User Aug 8, 2020 #1 If you show a msgbox or progress dialog then lock the screen or send the app to background then reopen it, the msgbox will be gone. How to prevent msgbox or progress dialog from being dismissed when the activity gets paused?
If you show a msgbox or progress dialog then lock the screen or send the app to background then reopen it, the msgbox will be gone. How to prevent msgbox or progress dialog from being dismissed when the activity gets paused?
agraham Expert Licensed User Longtime User Aug 8, 2020 #2 You can't. You could flag that the msgbox is shown in a process global and re-show it on resume. Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Aug 9, 2020 #4 Switch to B4XDialog. It will not be dismissed. Upvote 0