JavaFX SceneBuilder problems / 2019.3
Answered
Hi :)
a) When I use Scene Builder i can't delete something - I had to restart again to delete a control e.g.
b) Can't use css - styles following message appears but file is there
INFO: Could not find stylesheet: file:/C:/Users/JJ/IdeaProjects/KDB/out/production/viper.css
Help would be great
Please sign in to leave a comment.
Hello,
a) Is your computer freezing completely, when you attempt to delete control? There's a bug on this on our tracker: https://youtrack.jetbrains.com/issue/IDEA-198072 . If it's not your case, please provide relevant logs here or in the private support ticket (top right on the screen) as per https://intellij-support.jetbrains.com/hc/en-us/articles/207241085-Locating-IDE-log-files .
b) Firstly make sure, that viper.css is at the same location, where Intellij tries to find it. Secondly, clean and rebuild the project (are you using Gradle or Maven)?
If nothing works, please create a support ticket with sample project or more precise steps to reproduce and logs.
viper.css needs to be in the resources directory. See https://www.jetbrains.com/help/idea/configuring-content-roots.html.