With this code i can set the background color to transparent: CSSUtils.SetStyleProperty(TextArea1,"-fx-control-inner-background","transparent") CSSUtils.SetStyleProperty(TextArea1,"-fx-background","transparent") CSSUtils.SetBackgroundColor(TextArea1,Main.fx.Colors.Transparent) But, if the...
www.b4x.com