Re: OpenJFX on iOS using RoboVM

2013-05-22 Thread Tobias Bley
Unfortunately because of the missing PrismFontLoader and the empty DummyFontLoader actually you can't use JFX controls like Label or Button because of an NullPointerException. Exception in thread Thread-5 java.lang.RuntimeException: Exception in Application start method at

Re: OpenJFX on iOS using RoboVM

2013-05-22 Thread Niklas Therning
Tom, could it be due to some class missing? Do you get an exception? If you launch the app with the -rvm:log=warn option failing Class.forName() calls will be logged. RoboVM strips out classes not being referenced to keep down the size of the app. The compiler has to be told about classes that