Android Question [Solved] HintText property in B4XFloatTextField don't works

asales

Expert
Licensed User
Longtime User
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.
 
Top