RFR: Fix for RT-37480: Incorrect paper sizes and margins

2014-07-17 Thread Phil Race
https://javafx-jira.kenai.com/browse/RT-37480

Re: Package change in jdk-8u11-windows-x64

2014-07-17 Thread Jonathan Giles
Peter, This discussion should never have come to openjfx-dev. You should be posting ControlsFX questions to the controlsfx-dev list at http://groups.controlsfx.org You also posted a bug report at [1] which I have just responded to. In short, Kevin is right. ControlsFX has two branches - one t

hg: openjfx/8u-dev/rt: Many improvements to Modena CSS for Spinner.

2014-07-17 Thread jasper . potts
Changeset: 1de821d7599b Author:"Jasper Potts" Date: 2014-07-17 13:55 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/1de821d7599b Many improvements to Modena CSS for Spinner. Added Spinners to Modena sample application ! apps/samples/Modena/src/main/java/modena/SamplePa

Re: hg: openjfx/8u-dev/rt: RT-37832: [packager] Mac App Store Bundler fails to strip jfxmedia.dylib and strips Info.plist

2014-07-17 Thread Tony Anecito
Thanks I will download it. -Tony On Thursday, July 17, 2014 10:33 AM, Danno Ferrin wrote: FYI b23 just went live on the EA site:  https://jdk8.java.net/download.html > > >On Tuesday, July 8, 2014 3:18 PM, Kevin Rushforth >wrote: > > > >As soon as EA builds of 8u40 start up (nor

hg: openjfx/8u-dev/rt: [Accessibility] javadoc fixes for AccessibleRole

2014-07-17 Thread felipe . heidrich
Changeset: ef2af7e0bf8b Author:Felipe Heidrich Date: 2014-07-17 10:32 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/ef2af7e0bf8b [Accessibility] javadoc fixes for AccessibleRole ! modules/graphics/src/main/java/javafx/scene/AccessibleRole.java

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

2014-07-17 Thread kevin . rushforth
Changeset: 189408c0ff70 Author:hudson Date: 2014-07-16 08:33 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/189408c0ff70 Added tag 8u20-b23 for changeset 286ceb40550c ! .hgtags Changeset: fb2c6cb178c1 Author:mtvo Date: 2014-07-16 13:54 -0700 URL: http:/

Re: hg: openjfx/8u-dev/rt: RT-37832: [packager] Mac App Store Bundler fails to strip jfxmedia.dylib and strips Info.plist

2014-07-17 Thread Danno Ferrin
FYI b23 just went live on the EA site: https://jdk8.java.net/download.html > > > On Tuesday, July 8, 2014 3:18 PM, Kevin Rushforth > wrote: > > > As soon as EA builds of 8u40 start up (nor sure exactly when but likely in 1 > or 2 weeks) you can get the fix from 8u40-b01. If you don't mi

Re: Package change in jdk-8u11-windows-x64

2014-07-17 Thread Kevin Rushforth
What problem? ControlsFX is using classes / methods (never mind for the moment that they are not public APIs) from a *newer* version than the one you are trying to run them on. This won't work. so the fix is for you to use 8u20 and not 8u11. -- Kevin Peter Penzov wrote: Is there any to fix

hg: openjfx/8u-dev/rt: Fix to RT-33209: Support 3D on the embedded platform

2014-07-17 Thread chien . yang
Changeset: b15131b2d7dd Author:Chien Yang Date: 2014-07-17 09:24 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/b15131b2d7dd Fix to RT-33209: Support 3D on the embedded platform reviewed by kcr, lisa ! modules/base/src/main/java/com/sun/javafx/PlatformUtil.java ! modu

Re: Package change in jdk-8u11-windows-x64

2014-07-17 Thread Peter Penzov
Is there any to fix the problem? On Thu, Jul 17, 2014 at 6:18 PM, Kevin Rushforth wrote: > You probably already know this, but importing from a com.sun.* package is > not supported. These packages are internal implementation, and the classes > and methods are subject to change or removal at any

Re: Package change in jdk-8u11-windows-x64

2014-07-17 Thread Kevin Rushforth
You probably already know this, but importing from a com.sun.* package is not supported. These packages are internal implementation, and the classes and methods are subject to change or removal at any time. Having said that, this class was introduced in 8u20 so I wouldn't expect to see it in 8

Package change in jdk-8u11-windows-x64

2014-07-17 Thread Peter Penzov
HI All, I tried to compile ControlsFX with the latest Java release jdk-8u11-windows-x64 but I get error that these packages are not found: import com.sun.javafx.scene.traversal.ParentTraversalEngine; import com.sun.javafx.scene.traversal.TraversalContext; Can you tell me where is the new loc

hg: openjfx/8u-dev/rt: Fix for RT-37857 [Monocle] Implement native cursor for odroid

2014-07-17 Thread lisa . selle
Changeset: cb274afd0401 Author:lisa.se...@oracle.com Date: 2014-07-17 09:56 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/cb274afd0401 Fix for RT-37857 [Monocle] Implement native cursor for odroid Reviewed by dblaukopf Tested with HelloSanity ! modules/graphics/src/m

hg: openjfx/8u-dev/rt: [SCENEBUILDER] Fix DTL-6793 : Wrap In commands may not keep children order

2014-07-17 Thread sandra . lions-piron
Changeset: ca6d3a083a4c Author:slions Date: 2014-07-17 11:31 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/ca6d3a083a4c [SCENEBUILDER] Fix DTL-6793 : Wrap In commands may not keep children order ! apps/scenebuilder/SceneBuilderKit/src/com/oracle/javafx/scenebuilder/k