G gkumar Active Member Licensed User Longtime User Jun 11, 2012 #1 How to display a message box with "Ok" and "Cancel" options? How to display a message box with "Ok" and "Cancel" options? "Ok" and "Cancel" click events should be handled separately. Last edited: Jun 11, 2012
How to display a message box with "Ok" and "Cancel" options? How to display a message box with "Ok" and "Cancel" options? "Ok" and "Cancel" click events should be handled separately.
P poseidon Member Licensed User Longtime User Jun 11, 2012 #2 B4X: Dim res As Int res= Msgbox2("Save Record ?",General.APPTITTLE ,"Yes","Cancel","No",null) If res <> DialogResponse.POSITIVE Then Return End If online help : http://www.b4x.com/search?query=Msgbox2 Last edited: Jun 11, 2012 Upvote 0
B4X: Dim res As Int res= Msgbox2("Save Record ?",General.APPTITTLE ,"Yes","Cancel","No",null) If res <> DialogResponse.POSITIVE Then Return End If online help : http://www.b4x.com/search?query=Msgbox2
G gkumar Active Member Licensed User Longtime User Jun 13, 2012 #4 Is it possible to change the background color of the message box from default Black to some other color? Upvote 0
Is it possible to change the background color of the message box from default Black to some other color?
P poseidon Member Licensed User Longtime User Jun 13, 2012 #5 re just search for custom, because as you red there is no property to make what you want. Basic4android Search: custom msgbox Last edited: Jun 13, 2012 Upvote 0
re just search for custom, because as you red there is no property to make what you want. Basic4android Search: custom msgbox