Beja Expert Licensed User Longtime User Jan 16, 2022 #1 Not the outer space! a simpler problem.. Does [Space] " " have a color property that can be changed at runtime? Thanks in advance.. (praying for Yes)
Not the outer space! a simpler problem.. Does [Space] " " have a color property that can be changed at runtime? Thanks in advance.. (praying for Yes)
toby Well-Known Member Licensed User Longtime User Jan 16, 2022 #2 One way you can do is to use CSBuilder as follows B4X: csb.Initialize.BackgroundColor(xui.Color_Red).Append(" ").PopAll Upvote 1
One way you can do is to use CSBuilder as follows B4X: csb.Initialize.BackgroundColor(xui.Color_Red).Append(" ").PopAll