K KashMalaga Member Licensed User Longtime User Sep 21, 2011 #1 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:
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:
Erel B4X founder Staff member Licensed User Longtime User Sep 21, 2011 #2 Use a timer. Enable the timer right after showing the toast message. In the tick event, disable the timer and exit from the application (which is not recommended!). Upvote 0
Use a timer. Enable the timer right after showing the toast message. In the tick event, disable the timer and exit from the application (which is not recommended!).
K kickaha Well-Known Member Licensed User Longtime User Sep 21, 2011 #3 Or you could use a MsgBox to inform the user, that way they need to press "OK" to exit. Upvote 0
K KashMalaga Member Licensed User Longtime User Sep 21, 2011 #4 kickaha said: Or you could use a MsgBox to inform the user, that way they need to press "OK" to exit. Click to expand... The Best idea :sign0098: Upvote 0
kickaha said: Or you could use a MsgBox to inform the user, that way they need to press "OK" to exit. Click to expand... The Best idea :sign0098: