It is the same as pressing on the back key. It will return DialogResponse.CANCEL (-3).
You can show the dialog again:
B4X:
Sub Activity_Create(FirstTime As Boolean)
Dim res As Int = DialogResponse.CANCEL
Do While res = DialogResponse.CANCEL
res = Msgbox2("aaa", "bbb", "Yes", "", "No", Null)
Loop
End Sub
It is the same as pressing on the back key. It will return DialogResponse.CANCEL (-3).
You can show the dialog again:
B4X:
Sub Activity_Create(FirstTime As Boolean)
Dim res As Int = DialogResponse.CANCEL
Do While res = DialogResponse.CANCEL
res = Msgbox2("aaa", "bbb", "Yes", "", "No", Null)
Loop
End Sub
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.