Android Question Automatically closing a "Msgbox2Async" dialog

vecino

Well-Known Member
Licensed User
Longtime User
Hi, my question is if there is any way that a dialog can be closed without user intervention, for example after 10 seconds.

B4X:
Msgbox2Async("Print?", "Warning", "Yes",""", "No",Null,False)

And after the time that the dialog is closed by answering "No".
Thank you very much.
 
Solution

Or, if you're using xui.Msgbox2Async,

Chris2

Well-Known Member
Licensed User
Longtime User

Or, if you're using xui.Msgbox2Async,
 
Upvote 2
Solution

vecino

Well-Known Member
Licensed User
Longtime User
Hello, is it possible to get an example of how to do it?
Thank you very much.
 
Upvote 0
Top