asales Expert Licensed User Longtime User Jan 24, 2019 #1 I try to set the HintText property of B4XFloatTextField in runtime, but don't works: B4X: B4XFloatTextField1.HintText = "First and Last Name" I want to reuse the same layout and change only the hint. I tried with the XUI Views Example. Thanks in advance for any help.
I try to set the HintText property of B4XFloatTextField in runtime, but don't works: B4X: B4XFloatTextField1.HintText = "First and Last Name" I want to reuse the same layout and change only the hint. I tried with the XUI Views Example. Thanks in advance for any help.
Erel B4X founder Staff member Licensed User Longtime User Jan 24, 2019 #2 You need to call B4XFloatTextField1.Update after changing the colors or the hint text. Upvote 0