hg: openjfx/8/controls/rt: Remove unused method from BehaviorBase

2013-08-02 Thread hang . vo
Changeset: 5c98da320f07 Author:rbair Date: 2013-08-02 21:13 -0700 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/5c98da320f07 Remove unused method from BehaviorBase ! modules/controls/src/main/java/com/sun/javafx/scene/control/behavior/BehaviorBase.java

hg: openjfx/8/controls/rt: RT-32110: Cleanup BehaviorBase by passing key bindings in the constructor

2013-08-02 Thread hang . vo
Changeset: e8ccb3fa27cc Author:rbair Date: 2013-08-02 20:08 -0700 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/e8ccb3fa27cc RT-32110: Cleanup BehaviorBase by passing key bindings in the constructor ! apps/experiments/ConferenceScheduleApp/src/main/java/com/javafx/expe

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

2013-08-02 Thread hang . vo
Changeset: dfbaa5afdd53 Author:flar Date: 2013-08-02 16:22 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/dfbaa5afdd53 Fix RT-23581 - add 9-slice render methods to Prism Graphics ! modules/graphics/src/main/java/com/sun/prism/Graphics.java ! modules/graphics/src/m

hg: openjfx/8/graphics/rt: RT-31428 TableCellFactory sample doesn't cancel editing completely-update desc and regen sample info to get new desc

2013-08-02 Thread hang . vo
Changeset: 673c493e2fd3 Author:dmasada Date: 2013-08-02 14:35 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/673c493e2fd3 RT-31428 TableCellFactory sample doesn't cancel editing completely-update desc and regen sample info to get new desc ! apps/samples/Ensemble8/

hg: openjfx/8/controls/rt: RT-32103: Behaviors should remove listeners when Skin is disposed.

2013-08-02 Thread hang . vo
Changeset: 44af70149f3b Author:rbair Date: 2013-08-02 14:01 -0700 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/44af70149f3b RT-32103: Behaviors should remove listeners when Skin is disposed. I believe this is mostly complete other than for TableViewBehavior and TreeTa

hg: openjfx/8/graphics/rt: RT-30365 FX 8 3D: Remove predefine 3d shapes' local mesh

2013-08-02 Thread hang . vo
Changeset: 79cd77093f2d Author:Yao Wang Date: 2013-08-02 14:10 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/79cd77093f2d RT-30365 FX 8 3D: Remove predefine 3d shapes' local mesh ! modules/graphics/src/main/java/com/sun/javafx/sg/prism/NGBox.java ! modules/graphi

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

2013-08-02 Thread hang . vo
Changeset: a01a090e0477 Author:rbair Date: 2013-08-02 11:32 -0700 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/a01a090e0477 RT-32102: TreeView on Mac does not use cmd+ctrl+space for toggling selection ! modules/controls/src/main/java/com/sun/javafx/scene/control/behav

Re: JavaFX and iOS - it will remain a dream

2013-08-02 Thread Tom Schindl
Hi, Like advertised I've now the first thing to show off. Part of our nightly e(fx)clipse build we generate a *self-contained* FXML-Compiler jar which anyone interested can download from [1]. We currently provide an ant-integration (I'm not 100% happy on how I make sure the appropriate classpath

hg: openjfx/2u/dev/rt: Added tag 2.2.40-b36 for changeset 8d0655bd2163

2013-08-02 Thread hang . vo
Changeset: c2c325536f52 Author:hudson Date: 2013-07-31 15:38 -0700 URL: http://hg.openjdk.java.net/openjfx/2u/dev/rt/rev/c2c325536f52 Added tag 2.2.40-b36 for changeset 8d0655bd2163 ! .hgtags

hg: openjfx/8/graphics/rt: RT-31428 TableCellFactory sample doesn't cancel editing completely

2013-08-02 Thread hang . vo
Changeset: bfa38efb69fa Author:dmasada Date: 2013-08-02 09:44 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/bfa38efb69fa RT-31428 TableCellFactory sample doesn't cancel editing completely - apps/samples/Ensemble8/src/samples/java/ensemble/samples/controls/table/t

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

2013-08-02 Thread hang . vo
Changeset: a4d7b7b2daa2 Author:rbair Date: 2013-08-02 09:21 -0700 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/a4d7b7b2daa2 Made some fields final, fixed a javadoc issue. ! modules/controls/src/main/java/com/sun/javafx/scene/control/behavior/BehaviorBase.java Changes

hg: openjfx/8/graphics/rt: RT-28295 Update libxml2 library to the latest version

2013-08-02 Thread hang . vo
Changeset: 16f605590496 Author:peterz Date: 2013-08-02 17:56 +0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/16f605590496 RT-28295 Update libxml2 library to the latest version On Windows, jfxwebkit.dll is now statically linked to the latest libxml2/libxslt ! build.g

Re: A different way to handle pulse timing

2013-08-02 Thread Artem Ananiev
On 8/1/2013 11:52 PM, Richard Bair wrote: 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 event

Re: JavaFX 2 memory leaks in StyleManager (making FX2 completely unusable for application development)

2013-08-02 Thread Kevin Rushforth
Hi Tom, I have raised the priority to P2 and assigned it to Jonathan to evaluate. -- Kevin Tom Schindl wrote: Hi Kevin, I have created a sample application and filed https://javafx-jira.kenai.com/browse/RT-32087 I've uploaded the sources, memory dumps, ... to http://downloads.efxclipse.org/

Re: JavaFX 2 memory leaks in StyleManager (making FX2 completely unusable for application development)

2013-08-02 Thread Tom Schindl
Hi Kevin, I have created a sample application and filed https://javafx-jira.kenai.com/browse/RT-32087 I've uploaded the sources, memory dumps, ... to http://downloads.efxclipse.org/memoryleak/. There are 2 remarkable things if you look at the memory screenshots. memory2.png: Runs the applicatio

hg: openjfx/8/graphics/rt: RT-26551 Gtk: Behavior of events sending changed

2013-08-02 Thread hang . vo
Changeset: c6ca49ab6269 Author:Alexander Zvegintsev Date: 2013-08-02 15:41 +0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/c6ca49ab6269 RT-26551 Gtk: Behavior of events sending changed RT-29576 Gtk: Scrolling stops in the combobox popup when the pointer leaves the s

Re: JavaFX On IOS Using RoboVM And Maven

2013-08-02 Thread Daniel Zwolenski
What third party libs are you using? Basically you should use the standard maven way of including dependencies which means adding a dependency entry to your pom.xml. So if you want MigLayout for example you would add: com.miglayout miglayout-javafx 4

Re: current state of gradle script for Android?

2013-08-02 Thread tomas.brandalik
On 08/01/2013 11:41 PM, Tobias Bley wrote: Thanks Tomas, after changing android.gradle script line "defineProperty("ANDROID_CROSS_TOOLS_VER", "arm-linux-androideabi-4.4.3“)“ to "defineProperty("ANDROID_CROSS_TOOLS_VER", If toolchain version changed you just need to pass property -PANDROID_CROS

Re: Multiple JFXPanel?

2013-08-02 Thread Anton V. Tarasov
Hi Pedro, I've made the following experiment. I've created two simple test cases: one is pure fx stage showing WebView which animated some guimark2 benchmarks, another one is the same WebView wrapped with JFXPanel put in JFrame. I ran each test case with a single, two or four toplevels (Stage

Re: JavaFX On IOS Using RoboVM And Maven

2013-08-02 Thread Tobias Bley
Hi Daniel, thanks for your great work! One question: How can I use third party jar libraries? When I execute the „compile“ maven task, my third party libs are not found… Best, Tobi Am 01.08.2013 um 05:34 schrieb Daniel Zwolenski : > The RoboVM Maven plugin is now released with JFX support us