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

2014-09-05 Thread sandra . lions-piron
Changeset: d69d64e13c0f Author:slions Date: 2014-09-05 09:07 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/d69d64e13c0f [SCENEBUILDER] Fix for DTL-6856 : Wrap In commands using single sub component should not be available in multi selection !

hg: openjfx/8u-dev/rt: [SCENEBUILDER] Fix for DTL-6847: Slider in Hvalue/Vvalue editor is not initialized properly

2014-09-05 Thread jerome . cambon
Changeset: d85c0a8f968d Author:Jerome Cambon Date: 2014-09-05 10:04 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/d85c0a8f968d [SCENEBUILDER] Fix for DTL-6847: Slider in Hvalue/Vvalue editor is not initialized properly !

hg: openjfx/8u-dev/rt: [SCENEBUILDER] Another step of prework before migrating to SubScene (DTL-6797).

2014-09-05 Thread eric . le . ponner
Changeset: a2948aa2ab67 Author:Eric Le Ponner eric.le.pon...@oracle.com Date: 2014-09-05 10:11 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/a2948aa2ab67 [SCENEBUILDER] Another step of prework before migrating to SubScene (DTL-6797). Content panel now uses

IOOB and null values in ComboBox

2014-09-05 Thread Mario Ivankovits
Hi! Hi! I am having a list of ComboBox entries where the first entry often is „null“, which means e.g. ALL Now, with 8u40-b04 I am getting IOOB exception when I select a null value in any ComboBox. I tracked it down to ComboBoxListViewSkin.updateValue where the list of selections is cleared

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

2014-09-05 Thread sandra . lions-piron
Changeset: 1ee3a7bd1e00 Author:slions Date: 2014-09-05 10:33 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/1ee3a7bd1e00 [SCENEBUILDER] Remove no more needed call to UpdateSelection/ClearSelection sub jobs !

hg: openjfx/8u-dev/rt: [SCENEBUILDER] Some other preparatory work to ease migration to SubScene.

2014-09-05 Thread eric . le . ponner
Changeset: f8b58635d604 Author:Eric Le Ponner eric.le.pon...@oracle.com Date: 2014-09-05 12:32 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/f8b58635d604 [SCENEBUILDER] Some other preparatory work to ease migration to SubScene. Added Deprecation.localToLocal()

hg: openjfx/8u-dev/rt: [SCENEBUILDER] Last (?) preparatory work to ease migration to SubScene.

2014-09-05 Thread eric . le . ponner
Changeset: 0d65ca9c3cef Author:Eric Le Ponner eric.le.pon...@oracle.com Date: 2014-09-05 12:47 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/0d65ca9c3cef [SCENEBUILDER] Last (?) preparatory work to ease migration to SubScene. Transforms calls to

hg: openjfx/8u-dev/rt: [SCENEBUILDER] Fix DTL-6857 : Wrap in BorderPane should be available and should wrap single selection in its CENTER

2014-09-05 Thread sandra . lions-piron
Changeset: 331e07041d90 Author:slions Date: 2014-09-05 13:48 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/331e07041d90 [SCENEBUILDER] Fix DTL-6857 : Wrap in BorderPane should be available and should wrap single selection in its CENTER !

hg: openjfx/8u-dev/rt: [SCENEBUILDER] Fix DTL-6857 : Wrap in BorderPane should be available and should wrap single selection in its CENTER

2014-09-05 Thread sandra . lions-piron
Changeset: 423d35dc625c Author:slions Date: 2014-09-05 13:56 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/423d35dc625c [SCENEBUILDER] Fix DTL-6857 : Wrap in BorderPane should be available and should wrap single selection in its CENTER +

hg: openjfx/8u-dev/rt: [SCENEBUILDER] Fixed Warnings (unused imports) reported by Eclipse.

2014-09-05 Thread jerome . cambon
Changeset: 50056378d2d3 Author:Jerome Cambon Date: 2014-09-05 16:31 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/50056378d2d3 [SCENEBUILDER] Fixed Warnings (unused imports) reported by Eclipse. !

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

2014-09-05 Thread kevin . rushforth
Changeset: 1c2b1f7b7424 Author:hudson Date: 2014-09-03 08:23 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/1c2b1f7b7424 Added tag 8u40-b04 for changeset b4976c12c98b ! .hgtags Changeset: e9b4c69a744f Author:kcr Date: 2014-09-05 10:02 -0700 URL:

In(Sanity) Testing Mondays

2014-09-05 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

Re: 3D Map Master Released into the iTunes Store...

2014-09-05 Thread Tony Anecito
Hi All, Yesterday Disaster Center another Java based SaaS was released via the iTunes store. It has Video, Embedded browser, 3D Mapping features and was accepted on the first submission. Downloads started as soon as it was released! Many thanks to the OpenJDK and OpenJFX groups and Danno

Re: Filedialogs in JavaFX-Applet under MacOS

2014-09-05 Thread Tony Anecito
Hi Stefan, I have not tried SWT FileDialog I use the awt FileDialog else I would get my app rejected. Good Luck -Tony On Thursday, September 4, 2014 7:49 PM, Stefan Fuchs snfu...@gmx.de wrote: Hi, has anyone got an filedialog working under MacOS in an JavaFX-Applet? What I tried so