Replies: 3 comments 1 reply
|
Tengo el mismo problema, ¿existe alguna solución? |
0 replies
|
Hi, im having same issue here, it got displayed well in scene builder, but it doesnt while im running the program |
0 replies
|
@jeftedariel @JoanCollaguazo @lokiuucx Hey, hope you guys still have an interest on fixing it :) I'm using java and javafx version 24, materialsfx 11.17.0 I have faced this kind of issue before, all you have to do is setting materialsFX node css directly to it, also setting its style class (e.g .mfx-combo-box) If you need more guidance on it, post a comment marking me with the node class (MFXButton, MFXTextField, MFXCircleToggleNode, etc) and i'll be posting a fix |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
First of all, big fan of this library!
I have recently update my project's dependencies to:
javafx version: 23-ea+22
jdk22
After this updates, the MaterialFX Controls Design is not working properly (seems to render the MaterialFX Control with the standard JavaFX Control Design inside):
Is the latest MaterialFX (version 11.16) not compatible with the latest javafx version?
All reactions