B4J Question how to change the titel color b4xdialog

alirezahassan

Active Member
Licensed User
hi,
How do I change the color of the text? it is white right now
i also writhed these codes, but it was still white
B4X:
    Dialog.TitleBarTextColor = xui.Color_Red
    Dialog.BodyTextColor = xui.Color_Red
    Dialog.OverlayColor = xui.Color_Red
    Dialog.TitleBarColor   = xui.Color_Red
And is it possible for b4xdialog to have a title and body text together?
When my body text and button text is long, the dialog displays three dots. Is it fixable?
2021-06-30_12-51-58.png
 
Last edited:

Erel

B4X founder
Staff member
Licensed User
Longtime User
Upvote 0
Top