Hi, my question is if there is any way that a dialog can be closed without user intervention, for example after 10 seconds.
And after the time that the dialog is closed by answering "No".
Thank you very much.
B4X:
Msgbox2Async("Print?", "Warning", "Yes",""", "No",Null,False)
And after the time that the dialog is closed by answering "No".
Thank you very much.