MsgboxAsync("This app requires an internet connection"&CRLF&"Please check your connection and restart the app.", "No Internet Connection!")
tmrCon.Enabled=False
Wait For MsgBox_Result (Result As Int)
I use the above code in B4A to show a message box to the user then wait for them to acknowledge it before the code continues. However that doesn't seem to be an option in B4I. Both the descriptions of Msgbox and Msgbox2 say it won't block the code. Is there a way to achieve this in B4I?
My search skills must be getting rusty. I searched, but couldn't find that before I posted my question. Time to check that thread out and get it working. Thank you.