Re: Tooltip is interfering with mouseEntered/mouseExited events

2013-06-14 Thread Jonathan Giles
Stepping back slightly, the concern I've raised previously with regard to the modena tooltip is its positioning under the mouse. I think the first thing that should be discussed is whether we can relocate that popup such that it is slightly shifted downwards and to the right so that it doesn't

Re: Tooltip is interfering with mouseEntered/mouseExited events

2013-06-14 Thread Pedro Duque Vieira
Sorry to insist but the question has not been answered yet. Does someone know how to see if a mouse is hover a tooltip? Or if there is a specific component beneath the mouse and under the tooltip? Cheers, On Wed, Jun 12, 2013 at 10:38 PM, Pedro Duque Vieira < pedro.duquevie...@gmail.com> wrote:

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

2013-06-14 Thread hang . vo
Changeset: 6be523c22ac3 Author:kcr Date: 2013-06-14 11:43 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/6be523c22ac3 RT-30531: Gradle: add a -PSKIP_JAVADOC flag to skip building javadoc ! build.gradle Changeset: 59ccd686cb15 Author:kcr Date: 2013-06-14 1

RE: Experience with piecewise migration Swing -> JFX

2013-06-14 Thread John Smith
+1 to all Scott wrote. > There are JavaFX controls that cover *most* of the Swing controls.. but they > are not 1:1. There is no equivalent to FormattedTextField for example. > SplitPane behaves differently from the Swing equivalent. There are some 3rd party efforts to bridge some of the gaps

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

2013-06-14 Thread hang . vo
Changeset: 167de3b30be4 Author:Yao Wang Date: 2013-06-14 11:31 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/167de3b30be4 RT-30714 NPE when MeshView is added to scene without mesh set. ! javafx-ui-common/src/javafx/scene/shape/MeshView.java Changeset: a78bb53afc

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

2013-06-14 Thread hang . vo
Changeset: 06379693010c Author:snorthov Date: 2013-06-14 12:35 -0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/06379693010c Eclipse support for gradle ! build.gradle ! gradle.properties Changeset: 7b91dcc804d1 Author:snorthov Date: 2013-06-14 12:37 -0400 U

Re: Experience with piecewise migration Swing -> JFX

2013-06-14 Thread Scott Palmer
Argh! I'm not sure how that spontaneously sent... I ran into issues with Drag and Drop. You can drag an arbitrary Java object from Swing and drop it in JavaFX, but you can't drag the same thing from JavaFX, objects that start off in JavaFX must be Serializable to be placed on the DragBoard. The

Re: Experience with piecewise migration Swing -> JFX

2013-06-14 Thread Robert Krüger
Meaning, no problems at all or did you accidentally hit the send button? On Fri, Jun 14, 2013 at 5:33 PM, Scott Palmer wrote: > Things that I ran into: > > > > On Fri, Jun 14, 2013 at 11:08 AM, Robert Krüger wrote: >> >> Hi, >> >> we're currently in the process of migrating our Swing application

Re: Experience with piecewise migration Swing -> JFX

2013-06-14 Thread Scott Palmer
Things that I ran into: On Fri, Jun 14, 2013 at 11:08 AM, Robert Krüger wrote: > Hi, > > we're currently in the process of migrating our Swing application from > Apple JDK 6 to OpenJDK 8 hoping to be able to ship it bundled with > OpenJDK 8 in the coming months. In addition to that we're serio

Experience with piecewise migration Swing -> JFX

2013-06-14 Thread Robert Krüger
Hi, we're currently in the process of migrating our Swing application from Apple JDK 6 to OpenJDK 8 hoping to be able to ship it bundled with OpenJDK 8 in the coming months. In addition to that we're seriously considering a Migration of the UI to JFX and it appears very tempting to do this compone

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

2013-06-14 Thread hang . vo
Changeset: d46e80b8f6de Author:tb115823 Date: 2013-06-14 10:49 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/d46e80b8f6de Support for overlays (WebView) require to remove NativeActivity and changes how opengl surface is managed. ! glass/glass-lib-lens/Android.mk

Re: FXML version number

2013-06-14 Thread Milan Kubec
Well, changes in classes referenced by FXML is a bit different story. This "API" is in fact defined by classpath that is available to FXMLLoader. And assuring compatibility on this level is more about JavaFX API backward compatibility, e.g. Scene in JavaFX 8.0 API should be signature compatible wit