I have a dialog with text which is too long for which the standard "Show" method.
When I use the following code:
I see the dialog box in the attached file.
I have four problems with this:
When I use the following code:
B4X:
Dialog.LongTextTemplate.Text = Message
Wait For (MB_Add.Dialog.ShowTemplate(Dialog.LongTextTemplate, "OK", "", "")) complete
I have four problems with this:
- I can't see a way to change the dark gray background color of the text.
- I can't see a way to change the white text color
- I can't see a way to change the white background around the text panel.
- I can't see how to make the text panel fill the full width of the dialog box.