hg: openjfx/8/graphics/rt: RT-31105: fixed NaN returned from corner-case angle computations.

2013-06-17 Thread hang . vo
Changeset: 30559008516b Author:Pavel Safrata Date: 2013-06-17 12:50 +0100 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/30559008516b RT-31105: fixed NaN returned from corner-case angle computations. ! javafx-ui-common/src/javafx/geometry/Point2D.java !

Avian and JavaFX8 for iOS and Android?

2013-06-17 Thread Tobias Bley
Does anybody tried to use JavaFX8 and Avian on iOS or Android? https://groups.google.com/forum/?fromgroups#!topic/avian/dF4ZuxnUdQ4 Best regards, Tobi

Re: Experience with piecewise migration Swing - JFX

2013-06-17 Thread Werner Lehmann
In addition to what has been said before, you could check Jira for keywords jfxpanel and/or swing. Just today we had another Mac-only problem. Apparently AWT is not as thread-safe on Mac as it is on Windows, resulting in deadlocks in native AWT code (which currently is a guess, not confirmed,

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

2013-06-17 Thread hang . vo
Changeset: 83a9bfb58e38 Author:Martin Sladecek martin.slade...@oracle.com Date: 2013-06-17 14:40 +0200 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/83a9bfb58e38 Forgot to revert hotfix for RT-30363 together with fix for RT-31016. Verified that issues in RT-31016 are

hg: openjfx/8/graphics/rt: gradle build: fix missing slash in optional .classpath entry

2013-06-17 Thread hang . vo
Changeset: 489b9ef10dce Author:snorthov Date: 2013-06-17 09:06 -0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/489b9ef10dce gradle build: fix missing slash in optional .classpath entry ! build.gradle

Re: Experience with piecewise migration Swing - JFX

2013-06-17 Thread Anthony Petrov
On 06/17/13 16:35, Werner Lehmann wrote: In addition to what has been said before, you could check Jira for keywords jfxpanel and/or swing. Just today we had another Mac-only problem. Apparently AWT is not as thread-safe on Mac as it is on Windows, resulting in deadlocks in native AWT code

Re: Experience with piecewise migration Swing - JFX

2013-06-17 Thread Artem Ananiev
On 6/17/2013 5:17 PM, Anthony Petrov wrote: On 06/17/13 16:35, Werner Lehmann wrote: In addition to what has been said before, you could check Jira for keywords jfxpanel and/or swing. Just today we had another Mac-only problem. Apparently AWT is not as thread-safe on Mac as it is on Windows,

Re: Experience with piecewise migration Swing - JFX

2013-06-17 Thread Richard Bair
Also seen today: after closing the last JFXPanel while the Swing application continues, FX would exit the platform (not the VM) and you cannot use another JFXPanel. There is probably some workaround available. You want to call Platform.setImplicitExit(false). Please see

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

2013-06-17 Thread hang . vo
Changeset: 2860bee1e5c2 Author:mickf Date: 2013-06-17 15:58 +0100 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/2860bee1e5c2 RT-31011 - Scene : remove Scenic popup ! javafx-ui-common/src/javafx/scene/Scene.java Changeset: ab5dd0cc19d8 Author:mickf Date:

Re: Tooltip is interfering with mouseEntered/mouseExited events

2013-06-17 Thread Pavel Safrata
Hello, not having any strong opinion on the desired behavior or needed API, here are a few comments to the current state: * Tooltip is a Window, so you should be able to call tooltip.getScene() or tooltip.getScene().getRoot() and watch for mouse events/hover state there * Tooltip is a Window