into layout/form there are two PANE
Pane on the left hold 3 TextField
Pane on the right hold 3 new_text_field (custom view)
when disable Pane (left and right) the color background on left do not change, on the right they change (gray);
I do not like Pane disabled right (background color!)
is it possible to avoid?
I played around with this
1) no class_global
2) no mytext1.setStyle("-fx-opacity:1")
but only add setStyle ("-fx-opacity:1") in Sub DesignerCreateView (Base As Pane, Lbl As Label, Props As Map)
I was wrong?
can i add CSSUtils only one in Sub DesignerCreateView?
any suggest?
A Class is not an object, just a specification for an instance. You can refer to that instance within that specification with the keyword Me.
If you want to have different logic for different instances, add a public property (variable) to the class that you can set in the parent module.