Hi all.
In my app I need to do a validation of the information entered by user and if something is wrong I want to highlight it.
I tried to change color by this way
It doesn't work.
Is there any other option?
Thanks.
In my app I need to do a validation of the information entered by user and if something is wrong I want to highlight it.
I tried to change color by this way
B4X:
B4XComboBox.mBase.TextColor=Colors.Red
B4XFloatTextField.Color=Colors.Red
It doesn't work.
Is there any other option?
Thanks.