Re: iOS: missing native font lib (a) in SDK directory

2013-07-02 Thread Danno Ferrin
Try this patch: https://bitbucket.org/narya/jfx78/commits/e69d574206cf59ed25e215cfd2479c9aae2ab296 It allows most libs to have varients transparently handled. On Tue, Jul 2, 2013 at 6:49 PM, Daniel Zwolenski wrote: > Niklas has RoboVM ready and waiting for this. > > I have the RoboVM Maven plu

hg: openjfx/2u/dev/rt: 2 new changesets

2013-07-02 Thread hang . vo
Changeset: d34eb1f7e15d Author:hudson Date: 2013-06-27 11:16 -0700 URL: http://hg.openjdk.java.net/openjfx/2u/dev/rt/rev/d34eb1f7e15d Added tag 2.2.40-b31 for changeset ff55a1a6dfa5 ! .hgtags Changeset: 764cbe8a43e4 Author:kcr Date: 2013-07-02 13:57 -0700 URL: http:

Re: iOS: missing native font lib (a) in SDK directory

2013-07-02 Thread Daniel Zwolenski
Niklas has RoboVM ready and waiting for this. I have the RoboVM Maven plugin already able to build a Java app on RoboVM and run this in a simulator or on a connected device, all from the command line (mvn robovm:ipad-sim, etc). You need only a Mac and must have xcode installed, everything else (ro

Re: iOS: missing native font lib (a) in SDK directory

2013-07-02 Thread Richard Bair
That is correct, it isn't complete. I have a couple changes from Danno that are still in process, and another patch from one of the guys in Prague as well. On Jul 2, 2013, at 4:46 PM, Tobias Bley wrote: > Hi, > > I tested the new gradle based build process and noticed that in the ios-sdk > d

iOS: missing native font lib (a) in SDK directory

2013-07-02 Thread Tobias Bley
Hi, I tested the new gradle based build process and noticed that in the ios-sdk directory the font library (libjavafx-font-armv7.a) is missing. So maybe the ios.gradle script isn’t complete? Best regards, Tobi

Re: openjfx-dev Digest, Vol 19, Issue 73

2013-07-02 Thread Fabrizio Giudici
On Tue, 02 Jul 2013 12:23:10 +0200, Peter Zhelezniakov wrote: I supposed that JavaScript support in WebView is exactly the original one in WebKit. Am I wrong? The engine is the same, but as it interacts with other parts of the browser, it may hit bugs elsewhere. What you're seeing seems

Re: openjfx-dev Digest, Vol 19, Issue 73

2013-07-02 Thread Peter Zhelezniakov
I supposed that JavaScript support in WebView is exactly the original one in WebKit. Am I wrong? The engine is the same, but as it interacts with other parts of the browser, it may hit bugs elsewhere. What you're seeing seems to be a bug in processing font metrics. Looks very similar to RT-188