I have a class that functions basically like a message box, but does some other stuff.
Is there a way to WAIT for a result from MAIN?
If so, how would the code look/function?
Thanks
Rusty
Is there a way to WAIT for a result from MAIN?
B4X:
CustomMessageBox.Show(Array As String("Card", "Cancel", "Set"))
Wait For (sf) CustomMessageBox_Result (Result As Int)
If so, how would the code look/function?
Thanks
Rusty