alirezahassan Active Member Licensed User Longtime User Jun 30, 2021 #1 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? Last edited: Jun 30, 2021
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?
Erel B4X founder Staff member Licensed User Longtime User Jun 30, 2021 #2 How do you show the text? Post the code. alirezahassan said: And is it possible for b4xdialog to have a title and body text together? Click to expand... Of course. alirezahassan said: When my body text and button text is long, the dialog displays three dots. Is it fixable? Click to expand... Question is not clear. Post a screenshot. Upvote 0
How do you show the text? Post the code. alirezahassan said: And is it possible for b4xdialog to have a title and body text together? Click to expand... Of course. alirezahassan said: When my body text and button text is long, the dialog displays three dots. Is it fixable? Click to expand... Question is not clear. Post a screenshot.