Hello everyone, I'm modifying the example code here (B4XPages Menu badges). I added a button to display a message.
But I get a blank text.
What am I missing here?
Thanks so much for the time.
B4X:
Private Sub btnmessage_Click
xui.Msgbox2Async("My message is this","Test title","Ok","","",Null)
End Sub
What am I missing here?
Thanks so much for the time.