Hi to all
I have a textfield created with javafx call numtxt.
With B4j I added this code to increase the font size
But it's not work, It's correct?B4X:numtxt.Style = "-fx-font-size: 24;"
Hi to all
I have a textfield created with javafx call numtxt.
With B4j I added this code to increase the font size
But it's not work, It's correct?B4X:numtxt.Style = "-fx-font-size: 24;"
QuitButton.Style = "-fx-font-size: 30;"
QuitButton.Style = "-fx-text-fill: Yellow;" & "-fx-Font-weight: bold;" & _
"-fx-background-color: linear-gradient(DarkRed, Red);" & _
"-fx-effect: dropshadow( three-pass-box , rgba(0,0,0,0.6) , 5, 0.0 , 0 , 1 );"
QuitButton.Style = "-fx-font-size: 30;" & "-fx-text-fill: Yellow;" & "-fx-Font-weight: bold;" & _
"-fx-background-color: linear-gradient(DarkRed, Red);" & _
"-fx-effect: dropshadow( three-pass-box , rgba(0,0,0,0.6) , 5, 0.0 , 0 , 1 );"
It just overwrites the property value. It will be easier to set it with Scene Builder.