Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AnchorPane - cannot set constraints in inherited controls #37

Open
gluon-bot opened this issue Nov 17, 2015 · 3 comments
Open

AnchorPane - cannot set constraints in inherited controls #37

gluon-bot opened this issue Nov 17, 2015 · 3 comments
Labels
bug Something isn't working major

Comments

@gluon-bot
Copy link

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.

screenshot.1022.png

This is the usual case, using a standard AnchorPane: the controls on the right are visible..

screenshot.1023.png

I suspect other layoutmanagers (HBox, VBox, GridPane etc..) suffers from same bug..


@gluon-bot
Copy link
Author

Original comment by Luca Domenichini (Bitbucket: mimmoz81, GitHub: mimmoz81):


Same happens extending from BorderPane..

@gluon-bot
Copy link
Author

Original comment by mohamed jawath (Bitbucket: mohamed_jawath, GitHub: Unknown):


same problem happens to other panes.

@gluon-bot gluon-bot added major bug Something isn't working labels May 9, 2018
abhinayagarwal pushed a commit that referenced this issue May 9, 2018
Optional user registration dialog at first start
@Oliver-Loeffler
Copy link
Collaborator

@AlmasB I'll investigate this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working major
Projects
None yet
Development

No branches or pull requests

2 participants