hg: openjfx/8u-dev/rt: RT-38458 [Charts, Axis] TickMark's textVisible property is ignored

2014-09-12 Thread martin . sladecek
Changeset: 522fe51196c8 Author:Martin Sladecek martin.slade...@oracle.com Date: 2014-09-12 09:20 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/522fe51196c8 RT-38458 [Charts, Axis] TickMark's textVisible property is ignored follow-up fix Reviewed by: jgiles, kcr !

hg: openjfx/8u-dev/rt: RT-38582 [Transform] transform(Bounds) and inverseTransform(Bounds) produce incorrect results

2014-09-12 Thread martin . sladecek
Changeset: 726b5622b633 Author:Martin Sladecek martin.slade...@oracle.com Date: 2014-09-12 09:34 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/726b5622b633 RT-38582 [Transform] transform(Bounds) and inverseTransform(Bounds) produce incorrect results Reviewed by: kcr,

hg: openjfx/8u-dev/rt: [SCENEBUILDER] Fix DTL-6855 : Add ButtonBar component to the Library

2014-09-12 Thread sandra . lions-piron
Changeset: 7f169b1de6c6 Author:slions Date: 2014-09-12 09:59 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/7f169b1de6c6 [SCENEBUILDER] Fix DTL-6855 : Add ButtonBar component to the Library !

hg: openjfx/8u-dev/rt: [SCENEBUILDER] Fix wrap in ScrollPane : as multiple selection is no more allowed for the Wrap In ScrollPane command (see DTL-6856),

2014-09-12 Thread sandra . lions-piron
Changeset: 1a0fe3d68229 Author:slions Date: 2014-09-12 11:04 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/1a0fe3d68229 [SCENEBUILDER] Fix wrap in ScrollPane : as multiple selection is no more allowed for the Wrap In ScrollPane command (see DTL-6856), there is no

hg: openjfx/8u-dev/rt: [SCENEBUILDER] Moved content of EditorController.performAddContextMenu() into AddContextMenuToSelectionJob class.

2014-09-12 Thread eric . le . ponner
Changeset: 787b2e2d5c86 Author:Eric Le Ponner eric.le.pon...@oracle.com Date: 2014-09-12 11:15 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/787b2e2d5c86 [SCENEBUILDER] Moved content of EditorController.performAddContextMenu() into AddContextMenuToSelectionJob

hg: openjfx/8u-dev/rt: [SCENEBUILDER] Moved content of EditorController.performAddTooltip() into AddTooltipToSelectionJob class.

2014-09-12 Thread eric . le . ponner
Changeset: 6d5af625b22a Author:Eric Le Ponner eric.le.pon...@oracle.com Date: 2014-09-12 11:43 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/6d5af625b22a [SCENEBUILDER] Moved content of EditorController.performAddTooltip() into AddTooltipToSelectionJob class. !

hg: openjfx/8u-dev/rt: [SCENEBUILDER] Fixed Warnings (imports)

2014-09-12 Thread jerome . cambon
Changeset: 6cabbc998483 Author:Jerome Cambon Date: 2014-09-12 12:51 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/6cabbc998483 [SCENEBUILDER] Fixed Warnings (imports) !

Does JavaFX lack a public Property.getObservable() method?

2014-09-12 Thread Randahl Fink Isaksen
I have noticed the lack of a getObservable() method of the property class, and I have come across a use case which might justify such a method, so I would like to discuss whether posting a new Jira issue for this is justified. I have implemented a simple toggle button with two states, on and

Re: Does JavaFX lack a public Property.getObservable() method?

2014-09-12 Thread Martin Sladecek
Hi Randahl, why don't you use bidirectional binding for this purpose? -Martin On 09/12/2014 01:04 PM, Randahl Fink Isaksen wrote: I have noticed the lack of a getObservable() method of the property class, and I have come across a use case which might justify such a method, so I would like to

Re: Does JavaFX lack a public Property.getObservable() method?

2014-09-12 Thread Tomas Mikula
Hi Randahl, if on button click you only want to update an external boolean property, bidirectional binding suggested by Martin should be all you need. If the problem is more complex, it might be useful to recognize that your toggle button serves two distinct functions: 1. It reflects the state

JAVAFX and Raspberry PI B

2014-09-12 Thread Francisco Javier Godino
Hello: I installed Oracle Java SE 8 JDK for Linux ARMV6/7 on Raspberry PI using Oracle indications. http://www.oracle.com/webfolder/technetwork/tutorials/obe/java/RaspberryPiFX/raspberryfx.html#overview I created an application to run on it and I have an issue loading FXML. The code is:

OpenJFX Wiki and the Platforms location.

2014-09-12 Thread David Hill
https://wiki.openjdk.java.net/display/OpenJFX/Platforms Just noticed that we have Main - Getting Started - Platform - bunch of neat stuff. Feels odd that Platform is under Getting Started, as it has evolved to be a bunch of platform specific, and JavaFX feature general notes/documentation.

Re: JAVAFX and Raspberry PI B

2014-09-12 Thread Jerome Cambon
FXMLLoader should be part of jfxrt-controls.jar (in jre/lib/ext directory) Jerome On 9/12/14, 4:36 PM, Francisco Javier Godino wrote: Hello: I installed Oracle Java SE 8 JDK for Linux ARMV6/7 on Raspberry PI using Oracle indications.

Re: JAVAFX and Raspberry PI B

2014-09-12 Thread David Hill
On 9/12/14, 10:36 AM, Francisco Javier Godino wrote: Hello: I installed Oracle Java SE 8 JDK for Linux ARMV6/7 on Raspberry PI using Oracle indications. http://www.oracle.com/webfolder/technetwork/tutorials/obe/java/RaspberryPiFX/raspberryfx.html#overview Are you sure you are getting the

Re: OpenJFX Wiki and the Platforms location.

2014-09-12 Thread Stephen F Northover
On 2014-09-12, 10:54 AM, David Hill wrote: https://wiki.openjdk.java.net/display/OpenJFX/Platforms Just noticed that we have Main - Getting Started - Platform - bunch of neat stuff. Feels odd that Platform is under Getting Started, as it has evolved to be a bunch of platform specific, and

Re: Does JavaFX lack a public Property.getObservable() method?

2014-09-12 Thread Randahl Fink Isaksen
Thank you both of you for some good tips. I will try those approached instead. Randahl On 12 Sep 2014, at 14:37, Tomas Mikula tomas.mik...@gmail.com wrote: Hi Randahl, if on button click you only want to update an external boolean property, bidirectional binding suggested by Martin should

Lighthouse

2014-09-12 Thread Mike Hearn
I've open sourced the JavaFX app I was working on for the past six months or so. Lighthouse is a Bitcoin crowdfunding application that uses some of the more novel features of the Bitcoin protocol to allow middleman free fund raising. There's a video of it in action here:

Re: Lighthouse

2014-09-12 Thread Stephen F Northover
Thanks for getting back to us Mike and letting us know about your successful use of JavaFX. The team does work hard and appreciates the kind words. Steve On 2014-09-12, 2:42 PM, Mike Hearn wrote: I've open sourced the JavaFX app I was working on for the past six months or so. Lighthouse is

In(Sanity) Testing Mondays

2014-09-12 Thread Lisa Selle
Reminder, Monday is our weekly sanity testing. You can find your testing assignment at: https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing Also please remember that the repo will be locked from 1am PDT until 1pm PDT. Happy testing! Lisa

Problem accessing jfx native libs under eclipse on windows

2014-09-12 Thread Richard Steiger
I'm a newbie to JavaFX, and hoping to be able to contribute down the road once I learn much more about it. To that end, I've been trying to get 8u-dev eclipse projects setup on a Win7 box so I can start stepping through the code. The current show-stopper is getting UnsatisfiedLinkErrors when

Re: Problem accessing jfx native libs under eclipse on windows

2014-09-12 Thread Stephen F Northover
Hi Richard, Did you follow the instructions at this link: https://wiki.openjdk.java.net/display/OpenJFX/Using+an+IDE ? You are picking up a set of shared libraries that do not match the java code you are running in the IDE. You need to set java.library.path. It's on the wiki and I meant

ACTION NEEDED: subscribe to new openjfx-changes mailing list to receive hg commit notifications

2014-09-12 Thread Kevin Rushforth
As discussed earlier, we are changing the commit notification alias for all openjfx project repositories [1] from the openjfx-dev discussion alias to a new openjfx-changes alias that will only be used for automated notification of changesets that are pushed to an openjfx repo. Please

hg: openjfx/8u-dev/rt: Fix RT-36221: INNER/OUTER stroketype drawn incorrectly on Ubuntu

2014-09-12 Thread james . graham
Changeset: 06b496f5c779 Author:flar james.gra...@oracle.com Date: 2014-09-12 17:10 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/06b496f5c779 Fix RT-36221: INNER/OUTER stroketype drawn incorrectly on Ubuntu Reviewed by: kcr !

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

2014-09-12 Thread kevin . rushforth
Changeset: b2acb41b44b1 Author:hudson Date: 2014-09-10 08:28 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/b2acb41b44b1 Added tag 8u40-b05 for changeset 1d08d9490df0 ! .hgtags Changeset: f4e58490d406 Author:kcr Date: 2014-09-12 17:15 -0700 URL:

Re: Problem accessing jfx native libs under eclipse on windows

2014-09-12 Thread Richard Steiger
Apologies to everyone, my Thunderbird seems to be spewing out messages while I'm composing them. I'll switch to writing in a text editor and mailing the finished draft to avoid continuing to spam y'all. -rjs