Hi, I don't know if it will be possible, I show the user a question to "Print (yes/no)" and they leave the application on that screen and go away, then they come back and during se time the screen was turned off by Android.
They press the home button and the screen is shown again but the message asking "Print (yes/no)" is gone.
Is it possible that the message asking is not lost?
Thank you very much.
They press the home button and the screen is shown again but the message asking "Print (yes/no)" is gone.
Is it possible that the message asking is not lost?
Thank you very much.
B4X:
Msgbox2Async("Print (yes/no)","Warning","Yes","","No",Null,False)
Wait For Msgbox_Result (Result As Int)
If Result = DialogResponse.POSITIVE Then
...