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
Not only after the modular changes from #720, but also before it, if modena-touch or other similar styles are set via preferences, loading them fails with:
WARNING: resolveRuntimeImport cannot resolve: com/sun/javafx/scene/control/skin/modena/modena.css
Oct 02, 2024 2:04:27 PM com.sun.javafx.css.StyleManager loadStylesheetUnPrivileged
INFO: Could not find stylesheet: jar:file:///Users/user/.m2/repository/com/gluonhq/scenebuilder/kit/24.0.0-SNAPSHOT/kit-24.0.0-SNAPSHOT.jar!/com/oracle/javafx/scenebuilder/kit/util/css/modena/com/sun/javafx/scene/control/skin/modena/modena.css
Oct 02, 2024 2:04:27 PM javafx.css.CssParser handleImport
WARNING: CSS Error parsing jar:file:///Users/user/.m2/repository/com/gluonhq/scenebuilder/kit/24.0.0-SNAPSHOT/kit-24.0.0-SNAPSHOT.jar!/com/oracle/javafx/scenebuilder/kit/util/css/modena/modena-touch.css: Could not import "com/sun/javafx/scene/control/skin/modena/modena.css"
WARNING: resolveRuntimeImport cannot resolve: com/sun/javafx/scene/control/skin/modena/touch.css
Oct 02, 2024 2:04:27 PM com.sun.javafx.css.StyleManager loadStylesheetUnPrivileged
INFO: Could not find stylesheet: jar:file:///Users/user/.m2/repository/com/gluonhq/scenebuilder/kit/24.0.0-SNAPSHOT/kit-24.0.0-SNAPSHOT.jar!/com/oracle/javafx/scenebuilder/kit/util/css/modena/com/sun/javafx/scene/control/skin/modena/touch.css
Oct 02, 2024 2:04:27 PM javafx.css.CssParser handleImport
WARNING: CSS Error parsing jar:file:///Users/user/.m2/repository/com/gluonhq/scenebuilder/kit/24.0.0-SNAPSHOT/kit-24.0.0-SNAPSHOT.jar!/com/oracle/javafx/scenebuilder/kit/util/css/modena/modena-touch.css: Could not import "com/sun/javafx/scene/control/skin/modena/touch.css"
Expected Behavior
The css should be imported
Current Behavior
The css is not imported
Steps to Reproduce
Open Scene Builder, go to File -> Preferences, select Modena Touch, close preferences, restart Scene Builder and just open an empty FXML.
Your Environment
Screenshots
The text was updated successfully, but these errors were encountered:
Not only after the modular changes from #720, but also before it, if modena-touch or other similar styles are set via preferences, loading them fails with:
Expected Behavior
The css should be imported
Current Behavior
The css is not imported
Steps to Reproduce
Open Scene Builder, go to File -> Preferences, select Modena Touch, close preferences, restart Scene Builder and just open an empty FXML.
Your Environment
Screenshots
The text was updated successfully, but these errors were encountered: