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

Re: [API REVIEW] RT-30576 Parent : add new public layout method, optimized to only layout this parent and it's children.

2013-05-22 Thread Martin Sladecek
Hi Mick, I would like to introduce similar call, see https://javafx-jira.kenai.com/browse/RT-30363 I called it requestParentLayout. There's an implementation in the attached diff : https://javafx-jira.kenai.com/secure/attachment/37081/rt-30363.diff Regards, -Martin On 05/22/2013 04:18 PM,

JavaFX PDF Support

2013-05-22 Thread Mark Fortner
A few months ago, Jonathan Giles had floated the idea of a PDF component for JavaFX. Was an JIRA issue ever created for the idea? Is the plan to support a JavaFX-specific component or to use a Swing PDF component in JavaFX? The reason I ask is that it would be very useful in the life sciences

hg: openjfx/8/graphics/rt: RT-30402 Gtk: Ensemble8: DISAPPEAR cursor looks like regular one

2013-05-22 Thread hang . vo
Changeset: 2255fb807e7b Author:Alexander Zvegintsev Date: 2013-05-22 20:06 +0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/2255fb807e7b RT-30402 Gtk: Ensemble8: DISAPPEAR cursor looks like regular one ! glass/glass-lib-gtk/src/GlassCursor.cpp

hg: openjfx/8/graphics/rt: gradle - for Linux move INLINE cflag to appropriate modules

2013-05-22 Thread hang . vo
Changeset: 99ae05926cc3 Author:David Hill Date: 2013-05-22 12:25 -0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/99ae05926cc3 gradle - for Linux move INLINE cflag to appropriate modules ! gradleBuildSrc/linux.gradle

Re: JavaFX PDF Support

2013-05-22 Thread Phil Race
This seems to me like something that is a great 3rd party component but not so much as part of the core platform. Its a disproportionate amount of code, work, divergent needs and long term maintenance for the likely audience. As well as duplicating what support was already out there. We wanted to

hg: openjfx/8/graphics/rt: fix .classpath

2013-05-22 Thread hang . vo
Changeset: 7a51619418ec Author:snorthov Date: 2013-05-22 18:22 -0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/7a51619418ec fix .classpath ! .classpath

hg: openjfx/8/graphics/rt: 3D Viewer App: Added very simple viewer app. Added command line option for initial 3D file. Moved obj import to using PolyMesh

2013-05-22 Thread hang . vo
Changeset: 951b878804e0 Author:Jasper Potts Date: 2013-05-22 15:57 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/951b878804e0 3D Viewer App: Added very simple viewer app. Added command line option for initial 3D file. Moved obj import to using PolyMesh +

hg: openjfx/2u/master/rt: 3 new changesets

2013-05-22 Thread hang . vo
Changeset: 51a85b7f59c2 Author:flar james.gra...@oracle.com Date: 2013-05-20 23:12 -0700 URL: http://hg.openjdk.java.net/openjfx/2u/master/rt/rev/51a85b7f59c2 Fix RT-29164: Port Hi-DPI display support to FX 2.2.X ! javafx-ui-common/src/com/sun/javafx/tk/PlatformImage.java !