Re: Summary of new features in JavaFX 8?

2013-08-18 Thread Felix Bembrick
Thanks so much John, that's really helpful! Felix On 18 August 2013 04:52, John Smith send2jsm...@gmail.com wrote: Here is a link to the current jira generated release notes for JavaFX 8 (it's a humongous list).

Re: Summary of new features in JavaFX 8?

2013-08-17 Thread Christian Schudt
What about the public Controls API? I am not sure though, because last I checked the Behavior classes were not public. Am 17.08.2013 um 06:03 schrieb Felix Bembrick: Ah - printing... thanks! On 17 August 2013 14:00, Felipe Heidrich felipe.heidr...@oracle.com wrote: * Printing

Re: Summary of new features in JavaFX 8?

2013-08-17 Thread Jonathan Giles
In JavaFX 8.0 we have made SkinBase public but the Behavior class and subclasses are still private implementation and are not public for 8.0. There is still more work to be done here. On top of this there has been considerable work done to provide more CSS API for styleable properties and

Re: Summary of new features in JavaFX 8?

2013-08-17 Thread John Smith
Here is a link to the current jira generated release notes for JavaFX 8 (it's a humongous list). https://javafx-jira.kenai.com/secure/ReleaseNote.jspa?projectId=10040version=10380 The majority of stuff in the jira generated release notes is implemented, but some is not and will probably be

Re: Summary of new features in JavaFX 8?

2013-08-17 Thread Christian Schudt
Thanks for the list! Very interesting. One thing that got my attention is this issue: https://javafx-jira.kenai.com/browse/RT-23908 (Video capture support), which is resolved. If you read the comments, audio capturing is supported as well. Does that mean, that the second highest voted feature

Summary of new features in JavaFX 8?

2013-08-16 Thread Felix Bembrick
I am preparing another blog about JavaFX and would like to know what changes and enhancements there are in JavaFX between JDK7 and JDK8. For me the most obvious one is the entire 3D functionality but would it be possible for someone from Oracle or another person in the know to list the major

Re: Summary of new features in JavaFX 8?

2013-08-16 Thread Richard Bair
In theory the JavaDocs are supposed to have @since JavaFX 8.0 on all classes / methods which were added in 8. At one point it was accurate, it may have drifted since. There was also some tool that did a diff from one JavaDoc version to the next to figure out what was added. I mention this

Re: Summary of new features in JavaFX 8?

2013-08-16 Thread Felix Bembrick
Hi Richard, OK, thanks for that. Can you at least say if you are aware of any major feature or enhancement that I have omitted from my list? I am not really interested in anything smaller than key features although a list of all the new controls would be very helpful! (Maybe Jonathan would be

Re: Summary of new features in JavaFX 8?

2013-08-16 Thread Felix Bembrick
Thanks Jonathan :-) On 17 August 2013 13:28, Jonathan Giles jonathan.gi...@oracle.com wrote: You have the right controls that are new in 8.0. -- Jonathan Sent from a touch device. Please excuse my brevity. Felix Bembrick felix.bembr...@gmail.com wrote: Hi Richard, OK, thanks for

Re: Summary of new features in JavaFX 8?

2013-08-16 Thread Felipe Heidrich
* Printing Felipe On Aug 16, 2013, at 7:50 PM, Felix Bembrick wrote: I am preparing another blog about JavaFX and would like to know what changes and enhancements there are in JavaFX between JDK7 and JDK8. For me the most obvious one is the entire 3D functionality but would it be