Backwards compatibility broken: Why was Color made final

2014-03-19 Thread Randahl Fink Isaksen
After upgrading to FX8, the framework I have been developing since the early access release of JavaFX three years ago is now broken. My framework has some really cool features for working with color, which relies on our own class PaletteColor which extends javafx.scene.paint.Color. Why would

Re: Backwards compatibility broken: Why was Color made final

2014-03-19 Thread Martin Sladecek
Here's the related JIRA issue: https://javafx-jira.kenai.com/browse/RT-31746 -Martin On 03/19/2014 09:46 AM, Randahl Fink Isaksen wrote: After upgrading to FX8, the framework I have been developing since the early access release of JavaFX three years ago is now broken. My framework has some

[8u] review request : RT-35618 IMX6-SDP / Yocto hard float : hello.HelloButton : the highlighting blue rectangle is missing the bottom blue line in each of the top two buttons

2014-03-19 Thread Rafi Tayar
Lisa, Daniel, Please review the patch attached to the Jira : https://javafx-jira.kenai.com/browse/RT-35618 Thanks, Rafi

Re: Backwards compatibility broken: Why was Color made final

2014-03-19 Thread Kevin Rushforth
Hi Randhal, The reasons are captured in the description of RT-31746 https://javafx-jira.kenai.com/browse/RT-31746 which was the JIRA used to track this change in FX 8. The fact that Color wasn't final was an unfortunate oversight in FX 2. -- Kevin Randahl Fink Isaksen wrote: After

EasyBind: custom bindings made easy (with lambdas)

2014-03-19 Thread Tomas Mikula
Hi all, I just released EasyBind (http://www.fxmisc.org/easybind/), a tiny library with several factory methods to create bindings using lambdas. The most prominent feature is probably the type-safe select binding based on this feature request for JavaFX 9:

Re: EasyBind: custom bindings made easy (with lambdas)

2014-03-19 Thread Richard Bair
Ah, this is really nice! BindingBoolean bb = EasyBind.select(control.sceneProperty()) .select(s - s.windowProperty()) .selectObject(w - w.showingProperty()); On Mar 19, 2014, at 9:12 AM, Tomas Mikula tomas.mik...@gmail.com wrote: Hi all, I just released EasyBind

[8u6] review request: RT-34982 IMX6 - cursor image is seen even though a mouse is not plugged in

2014-03-19 Thread Lisa Selle
Rafi and Daniel, Please review the fix for https://javafx-jira.kenai.com/browse/RT-34982. Patch included in jira. Thanks, Lisa

hg: openjfx/8u-dev/rt: Fixed RT-36178: Printing: Scene is not printed when blending is used.

2014-03-19 Thread hang . vo
Changeset: d1d4b24e037d Author:prr Date: 2014-03-19 11:06 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/d1d4b24e037d Fixed RT-36178: Printing: Scene is not printed when blending is used. Reviewed-by: flar !

CircularPane

2014-03-19 Thread Tom Eugelink
For those interested, I've just put an implementation of a CircularPane in JFXtras-labs. http://jfxtras.org/images/gallery/CircularPane.png One never knows how to put such a thing to use. Regards, Tom

Re: CircularPane

2014-03-19 Thread Gerrit Grunwald
Very nice Tom, thanx for the contribution!!! Cheers, Gerrit Am 19.03.2014 um 19:21 schrieb Tom Eugelink t...@tbee.org: For those interested, I've just put an implementation of a CircularPane in JFXtras-labs. http://jfxtras.org/images/gallery/CircularPane.png One never knows how

Re: Congratulations

2014-03-19 Thread Richard Bair
So yes, a big THANK YOU to Richard and his team and everyone at Oracle and all the other individuals and 3rd parties who have contributed to getting JavaFX (and Java) to where it is today. You guys/gals should be really proud :-) I agree, congrats to all the folks inside and outside Oracle

Re: Congratulations

2014-03-19 Thread ngalarneau
Congratulations and Thank You to all of the JavaFX folks! Richard, in one of your Java One talks you spoke about opening up the OpenJFX project further. Will there be discussions on the list as to what is coming next? Thanks, Neil From: Richard Bair richard.b...@oracle.com To:

Re: Congratulations

2014-03-19 Thread Richard Bair
Hi Neil, Yes, I expect that feature planning for 9 and so forth should happen on this list and I hope will be in large part driven by those features / bugs / ideas that come from people in the community, and that they would include code contributions to help get it done :-) Richard On Mar

Create ContextMenu in Task

2014-03-19 Thread Peter Penzov
Hi, I'm working on a application which is using Task to load content. I have a Context Menu insight the Task which is not working due to these problems: https://javafx-jira.kenai.com/browse/RT-25127 https://javafx-jira.kenai.com/browse/RT-17716 This is a limitation. Is there any plans to fix

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

2014-03-19 Thread hang . vo
Changeset: c9411d50a822 Author:hudson Date: 2014-03-19 08:57 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/c9411d50a822 Added tag 8u20-b06 for changeset c7f043d40430 ! .hgtags Changeset: 7123e5a61cee Author:kcr Date: 2014-03-19 13:06 -0700 URL:

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

2014-03-19 Thread hang . vo
Changeset: 4dc1ba8b86ee Author:David Grievedavid.gri...@oracle.com Date: 2014-03-19 16:19 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/4dc1ba8b86ee [DOCS-ONLY] RT-23933: clarify the affect of the -fx-tooltip-visible property on the Pagination control. !

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

2014-03-19 Thread hang . vo
Changeset: 350a698900e9 Author:hudson Date: 2014-03-12 14:07 -0700 URL: http://hg.openjdk.java.net/openjfx/2u/dev/rt/rev/350a698900e9 Added tag 2.2.60-b10 for changeset 143b27648d96 ! .hgtags Changeset: c1541c2d6a96 Author:hudson Date: 2014-03-19 10:07 -0700 URL:

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

2014-03-19 Thread hang . vo
Changeset: 7ecb97f4d8ff Author:felipe Date: 2014-03-19 14:41 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/7ecb97f4d8ff remove unused import ! modules/graphics/src/main/java/com/sun/glass/ui/win/WinAccessible.java Changeset: 6b8ba389829c Author:felipe Date:

hg: openjfx/8u-dev/rt: RT-34973: TextArea: the next line is selected when triple clicking the last word of a line.

2014-03-19 Thread hang . vo
Changeset: 54d4f4b10dec Author:leifs Date: 2014-03-19 15:46 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/54d4f4b10dec RT-34973: TextArea: the next line is selected when triple clicking the last word of a line. !

hg: openjfx/8u-dev/rt: [Accessibility] improve JNI code

2014-03-19 Thread hang . vo
Changeset: 27df155347e9 Author:Felipe Heidrich felipe.heidr...@oracle.com Date: 2014-03-19 16:39 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/27df155347e9 [Accessibility] improve JNI code ! modules/graphics/src/main/native-glass/mac/GlassAccessible.m

hg: openjfx/8u-dev/rt: RT-29629: redirect navigation control mouse events to behavior.

2014-03-19 Thread hang . vo
Changeset: c58357d30622 Author:David Grievedavid.gri...@oracle.com Date: 2014-03-19 19:49 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/c58357d30622 RT-29629: redirect navigation control mouse events to behavior. Reviewed by: jgiles !

Re: Opacity in Image.getPixelReader.getColor()

2014-03-19 Thread Jim Graham
Kevin and Jasper hit the nail on the head (Jasper's comment that the words are usually associated with particular ranges is mostly true AFAIRemember, but I can't guarantee it). If there is part of the documentation here that could be made clearer, let us know...