G gmoriwaki Member Licensed User Sep 9, 2020 #1 I am stuck on changing the colors of the B4XFloatTextField. More specifically, the background color and the text color. I changed it in the designer side but it had no effect. I even tried the following: B4X: B4XFloatTextField1.mBase.SetColorAndBorder(Colors.Red,1,Colors.Red,0) and still I get the same result. Any help will be greatly appreciated. Thanks
I am stuck on changing the colors of the B4XFloatTextField. More specifically, the background color and the text color. I changed it in the designer side but it had no effect. I even tried the following: B4X: B4XFloatTextField1.mBase.SetColorAndBorder(Colors.Red,1,Colors.Red,0) and still I get the same result. Any help will be greatly appreciated. Thanks
Semen Matusovskiy Well-Known Member Licensed User Sep 9, 2020 #2 Try B4XFloatTextField1.TextField.SetColorAndBorder(Colors.Red,1,Colors.Red,0) Upvote 0