Closed ronsmits closed 8 years ago
I think I saw this a while back and fixed it, I will try with 1.5.6-SNAPSHOT and get back to you :)
Dont know if this is relevant:
felix-framework-5.4.0 $ java -jar bin/felix.jar
Waiting for JavaFX Runtime Startup____________________________
Welcome to Apache Felix Gogo
g! .[Done]
Waiting for Primary Stage to be initialized..[Done]
Sep 16, 2016 9:24:41 PM com.sun.javafx.css.parser.CSSParser term
WARNING: CSS Error parsing '*{-fx-background-color: ;}: Unexpected token ';' at [1,24]
This is with the standard code from the maven project with the Styles::class
removed
I can confirm that I see the same behavior. Working on it now.
This was solved in TornadoFX 1.5.5, but the bundle included 1.5.4. I have upgraded it to include 1.5.6-SNAPSHOT (which will probably be the release or very close to it), so now it should work :)
when you remove the Styles.class reference in DashboardApp.kt (and clean the felix cache) it will startup correctly.