Monthly Archives: August 2012
CSS Attribute Description and Validation (for JavaFX)
As part of e(fx)clipse we are implementing a custom CSS-Editor based upon Xtext. We have a grammer of CSS-Specification so that we can parse CSS-Files, the interesting part though e.g. which properties are available, what values they can have is … Continue reading
SVG To FXML Converter as Commandline util
There’ve been some requests from people to use the SVG to FXML converter outside my e(fx)clipse project. I’m happy to announce that the latest nightly builds provide a standalone version of the converter. Useage is quite simple: will produce an … Continue reading
e(fx)clipse – demo camp video
I almost forgot that a video was recorded at this years Vienna DemoCamp. (The talk is/was in german!) You can find my video at http://vimeo.com/47109493 if you read this through a aggregator.
JavaFX 2.2 and OSGi
Inspired by a recent thread on e(fx)clipse user forum “Why some things don’t work out-of-the-box when using JavaFX instead of SWT”. I think its time to take a look at the current state of JavaFX 2.2 on OSGi. The first … Continue reading