Re: current state of gradle script for Android?

2013-08-01 Thread tomas.brandalik
Although I haven't has hardware to test it, I suppose it builds on mac, as well. It doesn't build on windows due to a problems in decora part of gradle build script. -Tomas On 07/31/2013 04:50 PM, Tobias Bley wrote: Thanks Tomas, So currently it’s not possible to build OpenJFX for Android

Re: JavaFX and iOS - it will remain a dream

2013-08-01 Thread Tom Schindl
Hi, If you want to take a look at the sources, they are available at http://git.eclipse.org/c/efxclipse/org.eclipse.efxclipse.git/tree/bundles/tooling/org.eclipse.fx.ide.fxml.compiler. Code is written in xtend - don't judge the code yet, I simply want something going. The process of the

hg: openjfx/8/graphics/rt: 2 new changesets

2013-08-01 Thread hang . vo
Changeset: 2ad0bb31c1bc Author:peterz Date: 2013-08-01 12:17 +0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/2ad0bb31c1bc RT-32010 Gradle build fails with BINARY_STUB ! build.gradle ! buildSrc/linux.gradle Changeset: 49a2c50e80dc Author:Martin Sladecek

Re: JavaFX Sightings (forked from Re: Can JavaFX do CAD?)

2013-08-01 Thread Anton Epple
Great idea, there's a site that does the same for NetBeans Platform Apps: https://platform.netbeans.org/screenshots.html I can tell from my own experience that it helps a lot in discussions with customers to show them that NASA, NATO, Boeing, UNO, US Army, and many others are building on top

Re: Multiple JFXPanel?

2013-08-01 Thread Hervé Girod
We use a MDI Apple with Swing tabs where each tab contain one JFXPanel with an embedded Scene. We don't have any problem with thousands of Nodes in each Scene, and we did not experience any particular performance problems, at least in our use case. Hervé Sent from my iPhone On 1 août 2013,

Re: A different way to handle pulse timing

2013-08-01 Thread Artem Ananiev
Hi, Richard, as far as I can read it, your idea is to start preparing the next frame right after synchronization (scenegraph to render tree) is completed for the previous frame. Do I get it correctly? If yes, we'll likely re-introduce the old problem with input events starvation. There will

Is it possible to use OpenJDK to develop (and execute ) JAVA FX Application?

2013-08-01 Thread K, Dhevendran (MSDU)
Hi I need some clarification on integrating JAVA FX application with OpenJDK 7. We have developed JAVA FX application using Oracle JDK (with help of Netbeans 7.3.1 IDE) . Now, We would like to use OpenJDK in place of Oracle JDK . Is it possible to use OpenJDK to develop (and execute ) JAVA

Re: current state of gradle script for Android?

2013-08-01 Thread Tobias Bley
Which android SDK do I need? Could you please give me the URL to the correct android SDK and NDK? Thanks! Tobi Am 31.07.2013 um 16:42 schrieb tomas.brandalik tomas.branda...@oracle.com: Hi Tobi, it works on linux only right now. Set properties for cross build and android sdk/ndk.

Re: current state of gradle script for Android?

2013-08-01 Thread tomas.brandalik
The latest tools should be ok sdk ver. 22 and ndk r9. I have sdk 21.1 and ndk r7c and r8e. http://developer.android.com/sdk/index.html http://developer.android.com/tools/sdk/ndk/index.html -Tomas On 08/01/2013 03:41 PM, Tobias Bley wrote: Which android SDK do I need? Could you please give me

Re: Build failures

2013-08-01 Thread Ben Evans
Hi Richard, Yes, I followed the instructions - that's what produced the above error report - and XCode is installed (needed for OpenJDK builds). By the way, can I suggest moving away from the forest hg extension - it's no longer supported can't be made to work reliably on Mac. Thanks, Ben

hg: openjfx/8/graphics/rt: 2 new changesets

2013-08-01 Thread hang . vo
Changeset: b4a3b80a0783 Author:Martin Sladecek martin.slade...@oracle.com Date: 2013-08-01 16:06 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/b4a3b80a0783 RT-31464 Custom node sample in Ensemble8 is broken !

hg: openjfx/8/controls/rt: 2 new changesets

2013-08-01 Thread hang . vo
Changeset: 4d59d24f0d8b Author:mickf Date: 2013-08-01 14:39 +0100 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/4d59d24f0d8b RT-30871 : indeterminate progress bar causes memory leak !

Re: Missed pulse?

2013-08-01 Thread Diego Cirujano-Cuesta
I had problems when we were using column constraints with a fixed size. Something like this: ColumnConstraints cc = new ColumnConstraints(); cc.setMaxWidth(ColumnConstraints.CONSTRAIN_TO_PREF); cc.setPrefWidth(x); So there was a ScrollPane with a Gridpane inside and the

hg: openjfx/8/controls/rt: RT-31661 : Docs : Missing description in ScrollBar API - in constructor

2013-08-01 Thread hang . vo
Changeset: 42157cdefd1a Author:mickf Date: 2013-08-01 16:35 +0100 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/42157cdefd1a RT-31661 : Docs : Missing description in ScrollBar API - in constructor ! modules/controls/src/main/java/javafx/scene/control/ScrollBar.java

hg: openjfx/8/controls/rt: Revert DefaultTreeCell name change to enable building

2013-08-01 Thread hang . vo
Changeset: d9f804166732 Author:mickf Date: 2013-08-01 17:16 +0100 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/d9f804166732 Revert DefaultTreeCell name change to enable building ! modules/controls/src/main/java/javafx/scene/control/cell/CheckBoxTreeCell.java !

hg: openjfx/8/graphics/rt: Restored accidental change made in changeset #4514

2013-08-01 Thread hang . vo
Changeset: c14cc7cd7d5c Author:peterz Date: 2013-08-01 18:44 +0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/c14cc7cd7d5c Restored accidental change made in changeset #4514 ! buildSrc/linux.gradle

hg: openjfx/8/master/rt: 92 new changesets

2013-08-01 Thread hang . vo
Changeset: 1124ff0356aa Author:mhowe Date: 2013-07-26 12:04 -0700 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/1124ff0356aa updateing build.properties to minimum build 100 ! build.properties Changeset: 739aca15eda2 Author:mhowe Date: 2013-07-26 17:36 -0700

hg: openjfx/8/graphics/rt: 2 new changesets

2013-08-01 Thread hang . vo
Changeset: dff7ba8f08ec Author:Yao Wang yao.w.w...@oracle.com Date: 2013-08-01 10:45 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/dff7ba8f08ec RT-26111 Use glyph bounding boxes to get visual bounds !

Re: Build failures

2013-08-01 Thread Richard Bair
By the way, can I suggest moving away from the forest hg extension - it's no longer supported can't be made to work reliably on Mac. Which page did you see this one? I see this on the Building OpenJFX wiki page: (Note: Historically you also had to clone the jfx repository in the forest that

Re: A different way to handle pulse timing

2013-08-01 Thread Richard Bair
as far as I can read it, your idea is to start preparing the next frame right after synchronization (scenegraph to render tree) is completed for the previous frame. Do I get it correctly? If yes, we'll likely re-introduce the old problem with input events starvation. There will be no or

Re: Mixing 2D and 3D

2013-08-01 Thread Richard Bair
- What is the minimum space taken for new Node() these days? Is that too heavyweight for a 3D scene with hundreds or thousands of things, whatever granularity we have, or come to have, for our Nodes? I think each Node is going to come in somewhere between 1.5-2K in size (I haven't

Re: JavaFX Sightings (forked from Re: Can JavaFX do CAD?)

2013-08-01 Thread Richard Bair
Something I guess would go on such a page? http://fxexperience.com/2013/08/javafx-hd-menus-on-raspberrypi/ On Aug 1, 2013, at 3:21 AM, Anton Epple toni.ep...@eppleton.de wrote: Great idea, there's a site that does the same for NetBeans Platform Apps:

hg: openjfx/8/graphics/rt: [eclipse only] Adding RegionTests to the classpath

2013-08-01 Thread hang . vo
Changeset: 6279340ebb9d Author:Felipe Heidrich felipe.heidr...@oracle.com Date: 2013-08-01 14:23 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/6279340ebb9d [eclipse only] Adding RegionTests to the classpath ! .classpath

hg: openjfx/8/graphics/rt: Fix RT-24343: missing doc comments in PixelFormat classes

2013-08-01 Thread hang . vo
Changeset: 469677a7c799 Author:flar james.gra...@oracle.com Date: 2013-08-01 16:07 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/469677a7c799 Fix RT-24343: missing doc comments in PixelFormat classes !

hg: openjfx/8/graphics/rt: RT-31249: Mechanism to identify application

2013-08-01 Thread hang . vo
Changeset: 83f1dd37a34d Author:kcr Date: 2013-08-01 17:08 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/83f1dd37a34d RT-31249: Mechanism to identify application ! modules/graphics/src/main/java/com/sun/javafx/application/LauncherImpl.java !

hg: openjfx/8/controls/rt: RT-24400: Incorrect work ctrl+backspace and ctrl+delete in TextArea.

2013-08-01 Thread hang . vo
Changeset: 7b779c15ce73 Author:rbair Date: 2013-08-01 18:09 -0700 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/7b779c15ce73 RT-24400: Incorrect work ctrl+backspace and ctrl+delete in TextArea. Summary: The problem is that the nextWord / previousWord methods on