Works fine normally in this way.
Now change the field properties in the designer to multiline.
The field will not change it's colour anymore. You can see a small border with the desired colour around the field, the field itself remains in default colour.
Do I have to adress something else than TEXTFIELDCOLOR in case the field is multiline or is it a bug?
B4X:
B4XTextFiedl.TextField.Color = XUI.Color_ARGB(255,255,69,0)
The field will not change it's colour anymore. You can see a small border with the desired colour around the field, the field itself remains in default colour.
Do I have to adress something else than TEXTFIELDCOLOR in case the field is multiline or is it a bug?