Hi
I have a small problem with text color:
mb is a MenuBar, only a text color of menubar not work, it is always white.
Why?
I have a small problem with text color:
B4X:
mb.Style = "-fx-font-size: 18;" & "-fx-font-weight: normal;" & "-fx-text-fill: #000000;" & "-fx-background-color:linear-gradient(To top, white, #3c7fb1);"
mb is a MenuBar, only a text color of menubar not work, it is always white.
Why?