Re: Dragboard setDragView in JFXPanel?

2014-02-11 Thread Jeff Martin
Okay, it's filed: https://javafx-jira.kenai.com/browse/RT-35812 I'd appreciate any additional info: Was it expected to work? Any thoughts on a work around? Let me know if you want me to post my sample code in the jira. jeff On Feb 11, 2014, at 5:13 PM, Anthony Petrov wrote: > Please file a

Re: Dragboard setDragView in JFXPanel?

2014-02-11 Thread Anthony Petrov
Please file a bug. -- best regards, Anthony On 2/12/2014 2:59 AM, Jeff Martin wrote: Is the JavaFX 8 Dragboard.setDragView() api supposed to work in JFXPanel? I couldn't find a jira bug - if it should work, I'll file one. jeff

Dragboard setDragView in JFXPanel?

2014-02-11 Thread Jeff Martin
Is the JavaFX 8 Dragboard.setDragView() api supposed to work in JFXPanel? I couldn't find a jira bug - if it should work, I'll file one. jeff

Re: Layout issue

2014-02-11 Thread Martin Sladecek
The rule of thumb in case you modify content during the layout is that content should depend on layout pane size, not the other way around. It means that changing the content won't modify the min/pref/max size of the pane as that would trigger another layout pass (possibly falling into a loop).

Re: Layout issue

2014-02-11 Thread Jonathan Giles
If you can create a simple test application it would be great if you can log this as a Jira issue so that we can take a proper look into this for you. Thanks, -- Jonathan On Wednesday, 12 February 2014 5:50:15 a.m., John Hendrikx wrote: > From an earlier posting on this list, I came to understa

hg: openjfx/8u-dev/rt: RT-35629: IDE Tooling for JavaFX Packager

2014-02-11 Thread hang . vo
Changeset: 9cd11a2481e7 Author:shemnon Date: 2014-02-11 10:01 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/9cd11a2481e7 RT-35629: IDE Tooling for JavaFX Packager undo stray IDE file change ! .idea/rt.iml

Layout issue

2014-02-11 Thread John Hendrikx
From an earlier posting on this list, I came to understand that in JavaFX 8 it is no longer allowed to modify the children list in layoutChildren, and that such modifications may need to be moved to the computerPref* methods. However, I get a different odd issue, and I'm wondering exactly what

hg: openjfx/8u-dev/rt: RT-35629: IDE Tooling for JavaFX Packager

2014-02-11 Thread hang . vo
Changeset: 063dd1a8e87d Author:shemnon Date: 2014-02-11 09:14 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/063dd1a8e87d RT-35629: IDE Tooling for JavaFX Packager Summary: Changes include adding a packager only access class, tools to add custom bundlers, I18N of messa

hg: openjfx/8u-dev/rt: RT-35777: workaround for an old issue was no longer working. Apply new workaround.

2014-02-11 Thread hang . vo
Changeset: bf1fc37a1924 Author:David Grieve Date: 2014-02-11 10:06 -0500 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/bf1fc37a1924 RT-35777: workaround for an old issue was no longer working. Apply new workaround. ! modules/controls/src/main/java/javafx/scene/control/Cont

hg: openjfx/8u-dev/rt: [RT-35537] [Lens] Enable multitouch by default

2014-02-11 Thread hang . vo
Changeset: c637c399d1f4 Author:Assaf Yavnai Date: 2014-02-11 16:49 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/c637c399d1f4 [RT-35537] [Lens] Enable multitouch by default Summary: Multi touch is now enabled by default. Changed property "com.sun.javafx.experimental.

[8u20] Review request: RT-23406 & RT-21664

2014-02-11 Thread Martin Sladecek
Hi Jonathan, please review the following: https://javafx-jira.kenai.com/browse/RT-23406 http://cr.openjdk.java.net/~msladecek/rt-23406/webrev.00/ https://javafx-jira.kenai.com/browse/RT-21664 http://cr.openjdk.java.net/~msladecek/rt-21664/webrev.00/ Thanks, -Martin

Re: SVG in CSS

2014-02-11 Thread Pedro Duque Vieira
Done: https://javafx-jira.kenai.com/browse/RT-35799 Sorry for the delay. Thanks, best regards, On Mon, Jan 27, 2014 at 9:36 PM, David Grieve wrote: > Great idea. You should create an issue on javafx-jira.kenai.com. > > On Jan 27, 2014, at 3:58 PM, Pedro Duque Vieira < > pedro.duquevie...@gmail

hg: openjfx/8u-dev/rt: RT-21656 Touch : TextArea : while scrolling down, contents sometimes jumps to the top.

2014-02-11 Thread hang . vo
Changeset: e174b39cc4f1 Author:Martin Sladecek Date: 2014-02-11 08:33 + URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/e174b39cc4f1 RT-21656 Touch : TextArea : while scrolling down, contents sometimes jumps to the top. Reviewed by: jgiles ! modules/controls/src/main/j

hg: openjfx/8u-dev/rt: RT-35180 Scrolling by touch (sliding) is not possible on horizontal list view on embedded systems

2014-02-11 Thread hang . vo
Changeset: 0a78ff236166 Author:Martin Sladecek Date: 2014-02-11 08:31 + URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/0a78ff236166 RT-35180 Scrolling by touch (sliding) is not possible on horizontal list view on embedded systems Reviewed by: jgiles ! modules/controls