Re: StringBinding and null

2016-01-19 Thread Michael Heinrichs
Hi Scott, if I remember correctly, the behavior you observe and would like to change is actually not defined in StringBinding, but in the method asString(). You can fix it by defining your own StringBinding. It is a one-liner, guess you are way better off doing it yourself than waiting for suc

Re: VNC alternative for JavaFX running directly on framebuffer.

2016-01-19 Thread Dell Green
I am pretty sure that when i built an operating system for mx6 using yocto project I had the option for it to spit out x11 versions of libegl.so libs instead of framebuffer, although I was only interested in framebuffer option. Dell Green R&D Software Manager t: (+44)203 668 9870 206 Great

Re: PLEASE READ: Changes needed to make and keep JavaFX repos "jcheck clean"

2016-01-19 Thread Kevin Rushforth
We are targeting this Friday, Jan 22 as "white-space cleanup day" for 9-dev and 8u-dev. The reason for this accelerated timeline is that we want to do it before RDP2 (RampDown Phase 2) of 8u76 to minimize the merge conflicts that could otherwise happen. Two things to note: 1) Dave will check

Changes for January 2016 CPU release (8u71/8u72) synced into FX 8u-dev and 9-dev

2016-01-19 Thread Kevin Rushforth
I have synced the OpenJFX changes from the just-released January 2016 CPU release (8u71/8u72) into 8u and into 9. Here is a webrev of the FX 8u72 changes for those who are interested in the changes, but don't want to wade through the 58 separate changesets I just pushed (most of which are tag

Re: Feature matrix

2016-01-19 Thread Johan Vos
Hi Felix, I think this is a good idea. If someone creates a matrix with the different modules, I'm happy to fill the cells I have knowledge about. - Johan On Sun, Jan 17, 2016 at 9:32 PM, Felix Bembrick wrote: > I think developers would find it useful if there was a maintained > spreadsheet th

Re: VNC alternative for JavaFX running directly on framebuffer.

2016-01-19 Thread Daniel.
Hi every body, sorry about reviving an old message but, Is there anyone tried this: http://comtel2000.github.io/jfxvnc/ ? Best regards, 2015-08-06 10:40 GMT-03:00 David Hill : > On 8/6/15, 9:36 AM, Daniel. wrote: > >> Hi all, >> >> I'm running applications on Freescale's iMX.6 using JavaFX. It'

[9] Review request for 8144983: TabPane disabled pseudo-class cascades until invisibility

2016-01-19 Thread Leif Samuelsson
Hi Jonathan, Please review this fix for modena.css. The patch is in JIRA. https://bugs.openjdk.java.net/browse/JDK-8144983 Thanks, Leif

StringBinding and null

2016-01-19 Thread Scott Palmer
So I just discovered that: ObjectProperty objectPropertyString = new SimpleObjectProperty<>(null); StringBinding stringBinding = objectPropertyString.asString(); stringBinding.get() == null --> FALSE stringBinding.get().equals("null") --> TRUE I care because this fails to do what I want: Butt

[9] Review request for 8145567: Slider: snapToTicks not honoured on changing to true

2016-01-19 Thread Vadim Pakhnushev
Jonathan, Could you please take a look at the fix: https://bugs.openjdk.java.net/browse/JDK-8145567 http://cr.openjdk.java.net/~vadim/8145567/webrev.00/ Thanks, Vadim