Like the headline reads How to change TextArea background color with CSSUtils?
The following code only sets the color for the border (I'm using Color picker dialog)
And "fx-background" has no effect. CSSUtils.SetBackGroundColor.. is the same as below.
How to do this?
The following code only sets the color for the border (I'm using Color picker dialog)
And "fx-background" has no effect. CSSUtils.SetBackGroundColor.. is the same as below.
B4X:
CSSUtils.SetStyleProperty(TextArea1,"-fx-background-color", CSSUtils.ColorToHex(Value))
How to do this?
Last edited: