Re: custom FXML builders in SceneBuilder

2014-01-21 Thread Tom Eugelink
Hi Eric, Any chance you had time to look into this? Tom On 2014-1-3 12:19, Eric Le Ponner wrote: I will look at that and come back to you middle of next week. Eric Le 3 janv. 2014 à 12:12, Tom Eugelink t...@tbee.org a écrit : I think there are two usages of builders: - construct

Re: custom FXML builders in SceneBuilder

2014-01-21 Thread Eric Le Ponner
Hi Tom, Sorry, I was a bit optimistic and found no time to look at it. I'll give a try this week. Eric Le 21 janv. 2014 à 11:00, Tom Eugelink t...@tbee.org a écrit : Hi Eric, Any chance you had time to look into this? Tom On 2014-1-3 12:19, Eric Le Ponner wrote: I will look

Re: FXML, Presentation Model bi-directional binding

2014-01-21 Thread Philipp Dörfler
The only thing you have to do is to write a controller and put myTextBox.textProperty().bindBidirectional(dataModel.textProperty()); into the initialize method. It's way less convenient than it could and should be but at least that gets you bidirectional binding. For a working example featuring a

hg: openjfx/8u-dev/rt: RT-35441 [Monocle] Provide a VNC back-end

2014-01-21 Thread hang . vo
Changeset: ebf7575491e0 Author:Daniel Blaukopf daniel.blauk...@oracle.com Date: 2014-01-21 15:43 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/ebf7575491e0 RT-35441 [Monocle] Provide a VNC back-end !

RE: FXML, Presentation Model bi-directional binding

2014-01-21 Thread Will Hoover
Another programmatic option would be to use the BeanPathAdapter from http://jfxtras.org/ It has bi-directional binding. -Original Message- From: openjfx-dev-boun...@openjdk.java.net [mailto:openjfx-dev-boun...@openjdk.java.net] On Behalf Of Philipp Dörfler Sent: Tuesday, January 21,

Go Gerrit

2014-01-21 Thread Tom Eugelink
Just to update the people who are not keeping taps on what Gerrit Grunwald is doing, but he has his JavaFX application running on a Mac, Nexus 7, iPad, iPhone and this afternoon on an Android SmartWatch. Here is the watch version http://www.youtube.com/watch?v=XpplIIIKZ2s Of course the

Re: Go Gerrit

2014-01-21 Thread Mark Heckler
Really enjoying keeping an eye on his developments in this area; side-by-side comparisons are time-consuming difficult to assemble. Go Gerrit indeed! :D Mark On Jan 21, 2014, at 8:43, Tom Eugelink t...@tbee.org wrote: Just to update the people who are not keeping taps on what Gerrit

Re: Go Gerrit

2014-01-21 Thread Jim Weaver
Indeed, the force is strong with this one :-) Regards, Jim On Jan 21, 2014, at 7:13 AM, Mark Heckler mark.heck...@oracle.com wrote: Really enjoying keeping an eye on his developments in this area; side-by-side comparisons are time-consuming difficult to assemble. Go Gerrit indeed! :D

8u20 review request: RT-35443 Provide a headless glass implementation integrated with our JUnit tests

2014-01-21 Thread Daniel Blaukopf
Hi Steve and Anthony, Would you review the following change to our build/test scripts to allow running JUnit tests in headless Monocle on desktop platforms? https://javafx-jira.kenai.com/browse/RT-35443 http://cr.openjdk.java.net/~dblaukop/webrev-20140121-1743-RT-35443/webrev/ Currently all

request for review: RT-35243 [Monocle]

2014-01-21 Thread Lisa Selle
Please review the following interim fix for RT-35243 [Monocle] Prism should use Monocle's platform detection code. Webrev here: http://cr.openjdk.java.net/~kselle/webrev-20140121-1206-RT-35243/webrev/ In a nutshell, this adds a new (monocle) port to prism-es2. It is not selected by default

hg: openjfx/8u-dev/rt: RT-33752: D3DGraphics.cc typo cleanup

2014-01-21 Thread hang . vo
Changeset: 1428564df8ed Author:vadim Date: 2014-01-21 21:38 +0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/1428564df8ed RT-33752: D3DGraphics.cc typo cleanup ! modules/graphics/src/main/native-prism-d3d/D3DGraphics.cc

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

2014-01-21 Thread hang . vo
Changeset: f419b4666022 Author:jgiles Date: 2014-01-21 13:54 +1300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/f419b4666022 RT-35422: Caspian-styled ColorPicker has many graphical glitches related to stylesheet !

Monocle with VNC [was: Re: openjfx/8u-dev/rt: RT-35441 [Monocle] Provide a VNC back-end]

2014-01-21 Thread Daniel Blaukopf

Re: Monocle with VNC [was: Re: openjfx/8u-dev/rt: RT-35441 [Monocle] Provide a VNC back-end]

2014-01-21 Thread Daniel Blaukopf

RE: Monocle with VNC [was: Re: openjfx/8u-dev/rt: RT-35441 [Monocle] Provide a VNC back-end]

2014-01-21 Thread John Smith
Monocle is a very interesting and exciting development for the JavaFX team. I think that it is an avenue of approach which may help enable the development of various innovative solutions, both in providing access to JavaFX applications through traditional web UIs or providing remote GUI access

FX 8u20 review request: RT-25249 ImageInput does not update for changes to WritableImage

2014-01-21 Thread Jim Graham
Jira: https://javafx-jira.kenai.com/browse/RT-25249 webrev: http://cr.openjdk.java.net/~flar/RT-25249/webrev.00/ The code was taken as a boilerplate from the ImageView code... ...jim

8u20 review request: RT-33294 - Canvas PixelWriter slow to fill canvas pixel by pixel

2014-01-21 Thread Jim Graham
Jira: https://javafx-jira.kenai.com/browse/RT-33294 webrev: http://cr.openjdk.java.net/~flar/RT-33294/webrev.00/ Tested using the submitted test case and then also using all of the Canvas toys in rt-closed... ...jim