microbox Active Member Licensed User Longtime User Jan 25, 2022 #1 Hello everyone, I'm modifying the example code here (B4XPages Menu badges). I added a button to display a message. B4X: Private Sub btnmessage_Click xui.Msgbox2Async("My message is this","Test title","Ok","","",Null) End Sub But I get a blank text. What am I missing here? Thanks so much for the time.
Hello everyone, I'm modifying the example code here (B4XPages Menu badges). I added a button to display a message. B4X: Private Sub btnmessage_Click xui.Msgbox2Async("My message is this","Test title","Ok","","",Null) End Sub But I get a blank text. What am I missing here? Thanks so much for the time.
microbox Active Member Licensed User Longtime User Jan 25, 2022 #2 I played with other colors in the manifest file...now it works. Upvote 0