You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally reported by: Luca Domenichini (Bitbucket: mimmoz81, GitHub: mimmoz81)
Following from #36...
If you create a custom AnchorPane (extending the javafx one) and then use it for your own custom controls, there is not possibility to set the anchor contraints directly from SB: you have to set them manually in fxml.
Here in my screen, you see a label added to an AnchorPane that extends the base one: the controls for modifying the constraints on the right are not visible.
This is the usual case, using a standard AnchorPane: the controls on the right are visible..
I suspect other layoutmanagers (HBox, VBox, GridPane etc..) suffers from same bug..
Originally reported by: Luca Domenichini (Bitbucket: mimmoz81, GitHub: mimmoz81)
Following from #36...
If you create a custom AnchorPane (extending the javafx one) and then use it for your own custom controls, there is not possibility to set the anchor contraints directly from SB: you have to set them manually in fxml.
Here in my screen, you see a label added to an AnchorPane that extends the base one: the controls for modifying the constraints on the right are not visible.
This is the usual case, using a standard AnchorPane: the controls on the right are visible..
I suspect other layoutmanagers (HBox, VBox, GridPane etc..) suffers from same bug..
The text was updated successfully, but these errors were encountered: