hg: openjfx/8u-dev/rt: RT-34928 Ensemble: Bouncing Balls leave tracks

2014-01-20 Thread hang . vo
Changeset: b337db636594 Author:Martin Sladecek Date: 2014-01-20 09:55 +0100 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/b337db636594 RT-34928 Ensemble: Bouncing Balls leave tracks Reviewed by: flar ! modules/graphics/src/main/java/com/sun/javafx/sg/prism/CacheFilter.java

FXML, Presentation Model & bi-directional binding

2014-01-20 Thread Christian Schudt
Hi together, I just (re-)read Richard's excellent article http://fxexperience.com/2011/10/fxml-why-it-rocks-and-the-next-phase/ He talks about "the next phase" in FXML being the Presentation Model and the use of bidirectional binding in FXML. I really like to make use of it because I think it'

Re: FXML, Presentation Model & bi-directional binding

2014-01-20 Thread Richard Bair
Sadly, still not possible :-(. Though I still think it's a great way to go! > On Jan 20, 2014, at 7:45 PM, Christian Schudt wrote: > > Hi together, > > I just (re-)read Richard's excellent article > http://fxexperience.com/2011/10/fxml-why-it-rocks-and-the-next-phase/ > > He talks about "the

Re: FXML, Presentation Model & bi-directional binding

2014-01-20 Thread Martin Sladecek
Related JIRA issue: https://javafx-jira.kenai.com/browse/RT-17646 Uni-directional binding is possible using ${path.to.property} syntax (see http://docs.oracle.com/javafx/2/api/javafx/fxml/doc-files/introduction_to_fxml.html#expression_binding) -Martin On 01/20/2014 08:42 PM, Richard Bair wro

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

2014-01-20 Thread hang . vo
Changeset: 9a98b0b89f23 Author:jgiles Date: 2014-01-21 09:50 +1300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/9a98b0b89f23 RT-25256: Charts - Labels/Legends don't have readable colors, when background is dark. ! modules/controls/src/main/resources/com/sun/javafx/scene/

hg: openjfx/8u-dev/rt: RT-35391 [Monocle] Use hardware double-buffering in software rendering

2014-01-20 Thread hang . vo
Changeset: c0c2b5d913ec Author:Daniel Blaukopf Date: 2014-01-21 02:49 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/c0c2b5d913ec RT-35391 [Monocle] Use hardware double-buffering in software rendering RT-35354 [Monocle] Provide robot capture interface in NativeScreen

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

2014-01-20 Thread hang . vo
Changeset: 96ad554b62b8 Author:Daniel Blaukopf Date: 2014-01-21 07:43 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/96ad554b62b8 Fix broken build ! modules/graphics/src/main/native-glass/monocle/linux/LinuxSystem.c