sdawilson
New Member
Hi all,
I'm new to B4X and I'm struggling with this code block... I'm getting an error on line 4.
I'm new to B4X and I'm struggling with this code block... I'm getting an error on line 4.
What am I doing wrong...:
Dim sf As Object
sf = xui.Msgbox2Async("Delete?", "Title", "Yes", "Cancel", "No", Null)
Wait For (sf) Msgbox_Result (Result As Int)
If Result = xui.DialogResponse.POSITIVE Then
xui.MsgboxAsync("Confirmed", "B4X")
End If