Waldemar Lima Well-Known Member Licensed User Longtime User Nov 5, 2022 #1 hello everyone ! its possible show msgbox using b4xpages ?
LucaMs Expert Licensed User Longtime User Nov 5, 2022 #3 xui.Msgbox2Async - Help code: Dim sf As Object = xui.Msgbox2Async("Delete file?", "Title", "Yes", "Cancel", "No", Null) Wait For (sf) Msgbox_Result (Result As Int) If Result = xui.DialogResponse_Positive Then Log("Deleted!!!") End If Upvote 0
xui.Msgbox2Async - Help code: Dim sf As Object = xui.Msgbox2Async("Delete file?", "Title", "Yes", "Cancel", "No", Null) Wait For (sf) Msgbox_Result (Result As Int) If Result = xui.DialogResponse_Positive Then Log("Deleted!!!") End If