vmag Active Member Dec 19, 2023 #1 Hello. how do I set the text color in the page title? B4XPages: Root.LoadLayout("Layout1") B4XPages.SetTitle(Me, "My Title") '....... (My Title) - the color is red...
Hello. how do I set the text color in the page title? B4XPages: Root.LoadLayout("Layout1") B4XPages.SetTitle(Me, "My Title") '....... (My Title) - the color is red...
Erel B4X founder Staff member Licensed User Longtime User Dec 20, 2023 #2 B4X: Dim cs As CSBuilder B4XPages.SetTitle(Me, cs.Initialize.Color(xui.Color_Red).Append("Red title").PopAll) Upvote 0
B4X: Dim cs As CSBuilder B4XPages.SetTitle(Me, cs.Initialize.Color(xui.Color_Red).Append("Red title").PopAll)