Re: JFXPanel Dragboard setDragView

2014-04-21 Thread Anthony Petrov
Hi Jeff, On 4/18/2014 6:43 PM, Jeff Martin wrote: I'm trying to figure out how to implement a version of Dragboard.setDragView() that works with JFXPanel (which isn't currently supported). Years ago I did this in Swing by creating a window that followed the mouse around (at an offset, so it

[8u20] Review request for RT-36716: [Glass, Mac] Cannot show two transparent stages at the same time

2014-04-21 Thread Anthony Petrov
Hi Petr, Steve, Please review a fix for https://javafx-jira.kenai.com/browse/RT-36716 -- best regards, Anthony

hg: openjfx/8u-dev/rt: RT-36636: [Accessibility] Finish editable text support - Implementing ITextRangeProvider

2014-04-21 Thread hang . vo
Changeset: 8fd2addf420a Author:felipe Date: 2014-04-21 13:10 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/8fd2addf420a RT-36636: [Accessibility] Finish editable text support - Implementing ITextRangeProvider !

hg: openjfx/8u-dev/rt: RT-35250: SWT, Mac, Retina] FXCanvas draws badly when Scene is changed

2014-04-21 Thread hang . vo
Changeset: 4f0e1d8a996c Author:snorthov Date: 2014-04-21 17:09 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/4f0e1d8a996c RT-35250: SWT, Mac, Retina] FXCanvas draws badly when Scene is changed Summary: The prism scale factor was out of sync when the scene was set.

hg: openjfx/8u-dev/rt: 4 new changesets

2014-04-21 Thread hang . vo
Changeset: b1e5d94696ed Author:shemnon Date: 2014-04-21 10:00 -0600 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/b1e5d94696ed RT-36754: Silent NPE when bundling Summary: No longer silently ignore unknown arguments at the command line, throw an exception if we do not use

JavaFX Asteroids

2014-04-21 Thread Jeff Martin
Check out JavaFX Asteroids (using a thin Greenfoot emulation library in SnapCode): JavaFX Asteroids with Greenfoot and SnapCode http://reportmill.wordpress.com/2014/04/21/javafx-asteroids-with-greenfoot-and-snapcode/ I haven't done any performance work yet, but it runs well

Re: JFXPanel Dragboard setDragView

2014-04-21 Thread Jeff Martin
So I'm correct that calling Node.startFullDrag() should result in the OnMouseDragOver method getting called? I wasn't sure I had that right - and I really need a OnMouseDragMoved notification anyway. My Sample code is below. If you think it should result in a bunch of onMouseDragOver.Handler

hg: openjfx/8u-dev/rt: [Accessibility] Revert TableCell and TreeTableCell to use DataItemControlTypeId

2014-04-21 Thread hang . vo
Changeset: e466fb7619f2 Author:felipe Date: 2014-04-21 15:30 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/e466fb7619f2 [Accessibility] Revert TableCell and TreeTableCell to use DataItemControlTypeId !

hg: openjfx/8u-dev/rt: [Accessibility] Improving handling of exceptions in GlassAccessible.cpp

2014-04-21 Thread hang . vo
Changeset: 0bd76d001286 Author:Felipe Heidrich felipe.heidr...@oracle.com Date: 2014-04-21 17:00 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/0bd76d001286 [Accessibility] Improving handling of exceptions in GlassAccessible.cpp !

hg: openjfx/8u-dev/rt: 2 new changesets

2014-04-21 Thread hang . vo
Changeset: 89a9d307ec2f Author:jgiles Date: 2014-04-22 09:24 +1200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/89a9d307ec2f RT-36717: [ComboBox, Regression] StackOverflowError when enable edit in runtime and typing Return in the textfield. !