Hi all,
this is my first try to build a custom lib.
This version 1.01 contains only 3 simple dialogs:
Usage:
EDIT: Version 1.01 - added CharSequence support for the button labels
specci48
this is my first try to build a custom lib.
This version 1.01 contains only 3 simple dialogs:
- Msgbox3 - provides the same features like a MsgBox2 (from Core), but title, button labels and message accept a CharSequence instead of a String, so you can use RichStrings for more color and formats
- MsgBox3WithoutDim - like Msgbox3 without dimming the background when the dialog is shown
- CustomDialog3 - provides the same features like a CustomDialog2 (from Dialogs), but the titleand button labels accepts a CharSequence instead of a String, so you can use RichStrings for more color and formats
Usage:
B4X:
Dim msg As Msgbox3
msg.Show("Message", "Titel", "OK", "", "", Null)
EDIT: Version 1.01 - added CharSequence support for the button labels
specci48
Attachments
Last edited: