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
Hi,
I created a custom control named "CustomEmbeddedControl" extending from gridpane using a fxml file and a java class. In the same project I also created another custom control named "ExtendedCustomControl" which uses "CustomEmbeddedControl". If I build the jar and import it to SceneBuilder 8.1.1 only "CustomEmbeddedControl" can be imported. In the report I see that "ExtendedCustomControl" could not be imported because of ClassNotFoundException because "CustomEmbeddedControl" could not be found.
Original comment byJose Pereda (Bitbucket: JPereda, GitHub: JPereda):
Can you check the 8.2.0 version? Problems related to opening FXML files with custom controls, providing the jar with them was already added to Scene Builder, should be fixed.
Original comment byPahan13 (Bitbucket: Pahan13, GitHub: Pahan13):
Hello,
I meet exactly the same problem as described above. Using JavaFX Scene Builder 8.2.0, Build date: 2016-05-18.
When I tries to load my custom controls, thous ones which contains other custom controls are not loaded.
If I go to Library >> Custom Library Folder >> Show Jar Analisis Report it tells ClassNotFoundException.
#159 createdPropertyEditor must be updated instead of propertyEditor
Approved-by: Jose Pereda <[email protected]>
Approved-by: Joeri Sykora <[email protected]>
Originally reported by: Oliver Welter (Bitbucket: OliverWelter, GitHub: OliverWelter)
Hi,
I created a custom control named "CustomEmbeddedControl" extending from gridpane using a fxml file and a java class. In the same project I also created another custom control named "ExtendedCustomControl" which uses "CustomEmbeddedControl". If I build the jar and import it to SceneBuilder 8.1.1 only "CustomEmbeddedControl" can be imported. In the report I see that "ExtendedCustomControl" could not be imported because of ClassNotFoundException because "CustomEmbeddedControl" could not be found.
I also tried separating the controls into different jars but got the same result.
I put the code on github for further investigation https://github.com/oliverwelter/scenebuilder-embedded-controls/tree/master
Any ideas what might be wrong?
Best Regards,
Oliver
The text was updated successfully, but these errors were encountered: