D DevBaby Active Member Licensed User Longtime User May 21, 2012 #1 I am trying to create a custom message box (like the msgbox() function). How do I pause the code (behind the scene) until the user clicks ‘OK’ on my custom message box? Thanks in advance.
I am trying to create a custom message box (like the msgbox() function). How do I pause the code (behind the scene) until the user clicks ‘OK’ on my custom message box? Thanks in advance.
margret Well-Known Member Licensed User Longtime User May 21, 2012 #2 I don't know of a way because Android does not really support modal. Someone else may know of a way. Upvote 0
Erel B4X founder Staff member Licensed User Longtime User May 21, 2012 #3 You can use the Dialogs library. It supports custom modal dialogs. Upvote 0
D DevBaby Active Member Licensed User Longtime User May 21, 2012 #4 Thanks. I will research. Upvote 0
nfordbscndrd Well-Known Member Licensed User Longtime User May 21, 2012 #5 Check out http://www.b4x.com/forum/additional-libraries-official-updates/16126-specci48dialogs.html too. It allows rich text plus has an option to display a msgbox without dimming the screen behind it. Upvote 0
Check out http://www.b4x.com/forum/additional-libraries-official-updates/16126-specci48dialogs.html too. It allows rich text plus has an option to display a msgbox without dimming the screen behind it.