asales Expert Licensed User Longtime User Apr 7, 2022 #1 I'm starting to change my MsgBox2Async calls to xui.Msgbox2Async but I don't saw the Cancelable parameter. Is possible to close the xui.Msgbox2Async with the back key? Thanks in advance for any tip.
I'm starting to change my MsgBox2Async calls to xui.Msgbox2Async but I don't saw the Cancelable parameter. Is possible to close the xui.Msgbox2Async with the back key? Thanks in advance for any tip.
Erel B4X founder Staff member Licensed User Longtime User Apr 7, 2022 #2 While there are possible workaround, the best solution is to simply use Msgbox2Async instead of XUI.Msgbox2Async. Use conditional compilation if needed. The best cross platform workaround is to use B4XDialog. Upvote 0
While there are possible workaround, the best solution is to simply use Msgbox2Async instead of XUI.Msgbox2Async. Use conditional compilation if needed. The best cross platform workaround is to use B4XDialog.