Hello
I am not able to manage the background of disabled text Field; the best I've managed to get is adding to a css asset file this (copied from pastebin.com):
Where i can found a documentation, and samples?
Thanks
Giovanni Rossati
I am not able to manage the background of disabled text Field; the best I've managed to get is adding to a css asset file this (copied from pastebin.com):
this works (partially) but in the log I have this error:.text-field:disabled {
-fx-opacity: -fx-disabled-opacity;
}
WARNING: Could not resolve '-fx-disabled-opacity' while resolving lookups for '-fx-opacity' from rule '*.text-field:disabled' in stylesheet jar:file:/C:/Sviluppo/B4J/formgen/Objects/formgen.jar!/Files/sbFgen.css
ago 11, 2017 8:57:29 AM javafx.scene.CssStyleHelper calculateValue
WARNING: Could not resolve '-fx-disabled-opacity' while resolving lookups for '-fx-opacity' from rule '*.text-field:disabled' in stylesheet jar:file:/C:/Sviluppo/B4J/formgen/Objects/formgen.jar!/Files/sbFgen.css
Where i can found a documentation, and samples?
Thanks
Giovanni Rossati