Re: ComboBox: TestEditor to ListView binding

2014-07-07 Thread Werner Lehmann
Kirill, ControlsFX has support for this if a 3rd party lib is ok. With TextFields.createClearableTextField() you create a search field with an eraser icon to clear the text. And the AutoCompletionBinding applied to the textfield implements the auto complete dropdown. You only have to provide

hg: openjfx/8u-dev/rt: RT-37497 javafx.animation.Animation#impl_finished swallows exceptions

2014-07-07 Thread martin . sladecek
Changeset: 9e28056c8de1 Author:Martin Sladecek martin.slade...@oracle.com Date: 2014-07-07 09:27 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/9e28056c8de1 RT-37497 javafx.animation.Animation#impl_finished swallows exceptions !

hg: openjfx/8u-dev/rt: RT-37358 [FXMLLoader]: Null builderFactory makes it impossible to load many types of classes

2014-07-07 Thread martin . sladecek
Changeset: 23b4a850e32b Author:Martin Sladecek martin.slade...@oracle.com Date: 2014-07-07 09:31 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/23b4a850e32b RT-37358 [FXMLLoader]: Null builderFactory makes it impossible to load many types of classes !

Re: ComboBox: TestEditor to ListView binding

2014-07-07 Thread Kirill Kirichenko
I'm afraid in my project I will only allowed to use vanilla javafx only. It would be good if someone could write a blog of how to create a bare minimum combobox control with desired behaviour like I explained. Thanks for the reference. K On 07.07.2014 11:20, Werner Lehmann wrote: Kirill,

hg: openjfx/8u-dev/rt: RT-37821 ConcurrentModificationException if an attempt is made to remove an accelerator whilst an accelerator callback is being processed

2014-07-07 Thread martin . sladecek
Changeset: dfc51c66d790 Author:Martin Sladecek martin.slade...@oracle.com Date: 2014-07-07 10:43 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/dfc51c66d790 RT-37821 ConcurrentModificationException if an attempt is made to remove an accelerator whilst an accelerator

hg: openjfx/8u-dev/rt: Fix broken build

2014-07-07 Thread daniel . blaukopf
Changeset: 91225781d515 Author:Daniel Blaukopf daniel.blauk...@oracle.com Date: 2014-07-07 13:16 +0300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/91225781d515 Fix broken build ! modules/graphics/src/main/java/com/sun/glass/ui/monocle/TouchState.java

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

2014-07-07 Thread danno . ferrin
Changeset: 56985c535d7a Author:shemnon Date: 2014-07-02 14:55 -0600 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/56985c535d7a RT-37788: MacOSX Does not respect JVMUserOptions Summary: Some tweaks to test code first !

Re: ComboBox: TestEditor to ListView binding

2014-07-07 Thread Stephen F Northover
Hi Kirill, I looked at this again quickly and while there might be a combination of events and listeners that can make a combo box behave this way, you are better to create your own search box and manage the popup list. The reason for this is that any code you are likely to write that

REMINDER: no push Mondays are still in effect

2014-07-07 Thread Kevin Rushforth
Please note that we should still be observing the no push Monday rule, meaning that no changes should be pushed (other than to fix a build or test failure, or IDE changes, etc) after 1am Pacific on Mondays. Ordinarily it doesn't really matter, but today we had to restart the Hudson build due

Re: REMINDER: no push Mondays are still in effect

2014-07-07 Thread Stephen F Northover
The link that describes this process is here: https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing Note that the link has moved. Steve On 2014-07-07, 11:04 AM, Kevin Rushforth wrote: Please note that we should still be observing the no push Monday rule, meaning that no changes should

hg: openjfx/8u20/rt: RT-37790: Various source files are missing from javafx-src.zip

2014-07-07 Thread kevin . rushforth
Changeset: 6bd56ba93d13 Author:kcr Date: 2014-07-03 11:09 -0700 URL: http://hg.openjdk.java.net/openjfx/8u20/rt/rev/6bd56ba93d13 RT-37790: Various source files are missing from javafx-src.zip Reviewed-by: fheidric ! build.gradle

Re: Monocle gone?

2014-07-07 Thread Daniel Blaukopf
Hi Christian, Monocle is gone for the desktop since it is not a tested configuration there. We only test Monocle in his non-headless implementations, on embedded platforms. However, if you build OpenJFX yourself (https://wiki.openjdk.java.net/display/OpenJFX/Building+OpenJFX) you will get

Review Request: RT-37832

2014-07-07 Thread Danno Ferrin
Kevin, Steve, Marty, Please review the following. I consider this critical for 8u20 and request promotion to critical review. Webrev: http://cr.openjdk.java.net/~shemnon/RT-37832/webrev.00/ Jira: https://javafx-jira.kenai.com/browse/RT-37832 Thanks, —Danno

Code Review Request: RT-37808 - Enforce NPOT requirement on desktop and embedded for 3D support

2014-07-07 Thread Chien Yang
Hi Kevin, Please review my fix to RT-37808: https://javafx-jira.kenai.com/browse/RT-37808 Thanks, - Chien

hg: openjfx/8u-dev/rt: RT-37836: ConcurrentModificationException in Cascading menu when running SceneBuilder

2014-07-07 Thread kevin . rushforth
Changeset: 3bc2557efaad Author:kcr Date: 2014-07-07 10:52 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/3bc2557efaad RT-37836: ConcurrentModificationException in Cascading menu when running SceneBuilder Backed out changeset dfc51c66d790 !

8u-dev is unlocked [was: REMINDER: no push Mondays are still in effect]

2014-07-07 Thread Kevin Rushforth
All clear for this week. -- Kevin Stephen F Northover wrote: The link that describes this process is here: https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing Note that the link has moved. Steve On 2014-07-07, 11:04 AM, Kevin Rushforth wrote: Please note that we should still be

hg: openjfx/8u/rt: 54 new changesets

2014-07-07 Thread kevin . rushforth
Changeset: 97829a1239b6 Author:Felipe Heidrich felipe.heidr...@oracle.com Date: 2014-06-30 14:37 -0700 URL: http://hg.openjdk.java.net/openjfx/8u/rt/rev/97829a1239b6 RT-37751: [Accessibility API] remove getAccessible() and the Accessible +

hg: openjfx/8u-dev/rt: Fix to RT-37808: Enforce NPOT requirement on desktop and embedded for 3D support

2014-07-07 Thread chien . yang
Changeset: 046c16800215 Author:Chien Yang chien.y...@oracle.com Date: 2014-07-07 15:38 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/046c16800215 Fix to RT-37808: Enforce NPOT requirement on desktop and embedded for 3D support Reviewed by kcr !

hg: openjfx/8u-dev/rt: RT-37809: [Mac Yosemite] Random crash launching jfx app on Mac 10.10 dev prev 2

2014-07-07 Thread felipe . heidrich
Changeset: 988caed6e5ac Author:Felipe Heidrich felipe.heidr...@oracle.com Date: 2014-07-07 21:00 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/988caed6e5ac RT-37809: [Mac Yosemite] Random crash launching jfx app on Mac 10.10 dev prev 2 !