Compiling 8u20-b26 for iOS

2014-09-02 Thread Niklas Therning
Hi, I'm trying to compile OpenJFX 8u20-b26 for iOS but run into problems with the web project. The first problem seems to be with the ios.gradle script. IIUC (I have very limited experience with Gradle) it disables the compilation of the ordinary web Java code: compileJava { enabled

Re: Compiling 8u20-b26 for iOS

2014-09-02 Thread Niklas Therning
tests or building apps). We recommend that you remove (not just rename) the jfxrt.jar from the JDK you use to build. -- Kevin Richard Bair wrote: I’ll let one of the other guys answer about the web component build order, but ... On Sep 1, 2014, at 11:58 PM, Niklas Therning nik

Re: IPA / APK Internal

2013-12-30 Thread Niklas Therning
For IPA generation with RoboVM it's pretty simple since the compiler can be easily embedded and run programmatically from within Java. Please have a look at the RoboVM Maven plugin for a sample on how this is done: https://github.com/robovm/robovm-maven-plugin On Mon, Dec 30, 2013 at 9:27 AM,

Re: JavaFX on iOS and Android: The real problem and challenge

2013-11-09 Thread Niklas Therning
Here's a crazy idea for you guys: how about contributing to RoboVM instead and maybe, just maybe, it would one day become more than a one man project? ;-) I'm of course very aware of the problem you're facing with JFX+iOS and as I said to some of the Oracle guys at J1 I'm very tempted to making it

Re: JAVAFX on ANDROID

2013-10-14 Thread Niklas Therning
I don't think a Java6 backport is necessary. If the jfx78 backport works on RoboVM it should work on Android (provided that the native stuff is there of course). The problem is the dx tool which doesn't accept Java7 .class files, right? IIUC not much happened to the class file format between

Re: JAVAFX on ANDROID

2013-10-13 Thread Niklas Therning
For PlatformLogger et al you can probably use the compatibility lib we have been using for jfx78+RoboVM: https://github.com/robovm/robovm-jfx78-compat Den lördagen den 12:e oktober 2013 skrev Tomas Brandalik: I think that PlatformLogger initialization in CssHelper was causing problems. I had

Re: JavaFX and iOS - it will remain a dream

2013-07-31 Thread Niklas Therning
after many days trying to really build iOS apps with JavaFX and RoboVM or Avian I’m very frustrated because of the following things: Based on RoboVM, JavaFX on iOS runs unacceptable slow - I don’t know the reason - maybe it’s the rendering model of JavaFX - maybe it’s the

Re: JavaFX and iOS - it will remain a dream

2013-07-31 Thread Niklas Therning
: I don't think it is a good idea to use fxml on embedded and mobile, we are working on a fxml = java converter so you can add it to your build process. Tom Von meinem iPhone gesendet Am 31.07.2013 um 08:11 schrieb Niklas Therning nik...@therning.org: after many days trying to really

very poor performance on iOS :(

2013-07-24 Thread Niklas Therning
Please try running with perfLogger and also Instruments. As I've pointed out before RoboVM is in early stages of development. It doesn't do release builds yet. Virtually nothing has been done yet to optimize things for speed. So my guess is that you will find that a lot of time is spent in RoboVM

Re: Raspberry Pi + JavaFX 3D demo

2013-07-16 Thread Niklas Therning
No, it's not possible. These have not yet been implemented. On Mon, Jul 15, 2013 at 4:19 PM, Tobias Bley t...@ultramixer.com wrote: Is it possible to activate the optimizations for me in RoboVM 0.0.2 or 0.0.3 (github)? Am 12.07.2013 um 17:11 schrieb Niklas Therning nik...@therning.org

Re: JavaFX8 on iPhone! It works!

2013-07-05 Thread Niklas Therning
it’s important that RoboVM support OpenJDK as alternative to the android class library because OpenJFX depends on OpenJDK not on Android class library (Apache Harmony). Best regards, Tobi Am 04.07.2013 um 14:49 schrieb Niklas Therning nik...@therning.org: RoboVM doesn't do

Re: JavaFX8 on iPhone! It works!

2013-07-04 Thread Niklas Therning
? That is a big deal if so. On Wed, Jul 3, 2013 at 10:07 AM, Niklas Therning nik...@therning.org wrote: Awesome! Can you please post the build instructions somewhere? I'm not getting a long with gradle at all. :-( On Wed, Jul 3, 2013 at 6:03 PM, Tobi t...@ultramixer.com wrote

Re: OpenJFX on iOS using RoboVM

2013-05-22 Thread Niklas Therning
) at javafx.scene.Node.processCSS(**Node.java) at javafx.scene.Scene.doCSSPass(**Scene.java) at javafx.scene.Scene.**preferredSize(Scene.java) at javafx.scene.Scene.impl_**preferredSize(Scene.java) Am 20.05.2013 um 19:04 schrieb Niklas Therning nik...@therning.org: Source