The best way to pause the app

KashMalaga

Member
Licensed User
Longtime User
B4X:
   ToastMessageShow("" & CRLF &  ", True)
   Notification1.Cancel(1)
   ExitApplication

As you must to imagine, the process gets out fast and its cant be readable the ToastMessage.

Sleep from Thread Lib, or another beautiful idea?

Thanks!:sign0087:
 
Top