Re: Summary of new features in JavaFX 8?

2013-08-16 Thread Felix Bembrick
Ah - printing... thanks! On 17 August 2013 14:00, Felipe Heidrich wrote: > * 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

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 > pos

Re: Summary of new features in JavaFX 8?

2013-08-16 Thread Felix Bembrick
Thanks Jonathan :-) On 17 August 2013 13:28, Jonathan Giles wrote: > You have the right controls that are new in 8.0. > > -- Jonathan > Sent from a touch device. Please excuse my brevity. > > > Felix Bembrick wrote: >> >> Hi Richard, >> >> OK, thanks for that. Can you at least say if you are

Re: Summary of new features in JavaFX 8?

2013-08-16 Thread Jonathan Giles
You have the right controls that are new in 8.0. -- Jonathan Sent from a touch device. Please excuse my brevity. Felix Bembrick wrote: >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 >rea

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 b

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 becaus

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 chang

hg: openjfx/8/graphics/rt: 2 new changesets

2013-08-16 Thread hang . vo
Changeset: c8be158cc54b Author:Daniel Blaukopf Date: 2013-08-13 17:52 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/c8be158cc54b RT-31493 Lens: Enable Multitouch on Raspberry Pi and Beagle ! modules/graphics/src/main/java/com/sun/glass/ui/lens/LensApplication.jav

hg: openjfx/8/graphics/rt: RT-32402: fix android and ios build broken by RT-32397

2013-08-16 Thread hang . vo
Changeset: 9ee5d48d5a4d Author:Felipe Heidrich Date: 2013-08-16 14:56 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/9ee5d48d5a4d RT-32402: fix android and ios build broken by RT-32397 ! build.gradle

hg: openjfx/8/controls/rt: RT-31996: reuse stylehelp if possible

2013-08-16 Thread hang . vo
Changeset: ccf0731e3147 Author:David Grieve Date: 2013-08-16 17:05 -0400 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/ccf0731e3147 RT-31996: reuse stylehelp if possible ! modules/graphics/src/main/java/com/sun/javafx/css/StyleCache.java ! modules/graphics/src/main/java

hg: openjfx/8/graphics/rt: RT-28486 lens first step in porting layer rework

2013-08-16 Thread hang . vo
Changeset: 5af969b62a4e Author:ddhill Date: 2013-08-16 16:32 -0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/5af969b62a4e RT-28486 lens first step in porting layer rework ! buildSrc/armv6hf.gradle ! buildSrc/armv6sf.gradle ! modules/graphics/src/main/native-glass/le

hg: openjfx/8/graphics/rt: RT-32397: miscellaneous improvements to gradle native

2013-08-16 Thread hang . vo
Changeset: 6c0f8906b2c6 Author:Felipe Heidrich Date: 2013-08-16 13:06 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/6c0f8906b2c6 RT-32397: miscellaneous improvements to gradle native ! build.gradle

hg: openjfx/8/graphics/rt: Fix to RT-32312: FX 3D: Fix native compiler warnings on mismatch or incompatible types

2013-08-16 Thread hang . vo
Changeset: 7b3a73b89583 Author:Chien Yang Date: 2013-08-16 12:15 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/7b3a73b89583 Fix to RT-32312: FX 3D: Fix native compiler warnings on mismatch or incompatible types Reviewed by Kevin ! modules/graphics/src/main/nativ

hg: openjfx/8/graphics/rt: 3 new changesets

2013-08-16 Thread hang . vo
Changeset: 13c8110664a0 Author:Daniel Blaukopf Date: 2013-08-16 11:46 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/13c8110664a0 RT-30809 Rename system property egl.depthSize to prism.glDepthSize ! modules/graphics/src/main/java/com/sun/prism/es2/GLPixelFormat.ja

Re: BarChart CategoryAxis limitation

2013-08-16 Thread Paru Somashekar
When we initially designed and implemented BarChart, the idea was that it is a Chart that shows rectangular ( horizontal or vertical) bars representing some value for a given category. That is how many charting packages depict BarCharts including JfreeChart etc. Also, for simple cases, one ca

hg: openjfx/8/graphics/rt: RT-32385: add clean{NATIVE} task to gradle

2013-08-16 Thread hang . vo
Changeset: c3bc3340c9bf Author:Felipe Heidrich Date: 2013-08-16 09:51 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/c3bc3340c9bf RT-32385: add clean{NATIVE} task to gradle ! build.gradle

hg: openjfx/8/graphics/rt: RT-32376: NGNode accumulateNodeDirtyRegion optimizations

2013-08-16 Thread hang . vo
Changeset: 79de994fa91c Author:rbair Date: 2013-08-16 09:20 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/79de994fa91c RT-32376: NGNode accumulateNodeDirtyRegion optimizations Reviewed-By: Martin Sladecek ! modules/graphics/src/main/java/com/sun/javafx/geom/Area.

Re: No events when drag target is removed from the scenegraph while dragging

2013-08-16 Thread Richard Bair
Yes we will need a JIRA. You can think of this the same way as a normal mouse press / release event pair. When you issue a press event, you will/should only get the release event on the same thing that got the press (since these events are paired). So if on a press event you remove the pressed n

Re: No events when drag target is removed from the scenegraph while dragging

2013-08-16 Thread Sebastian Rheinnecker
Hello, well, the behavior we are looking for is being able to proceed with a drag after the thing on which the drag started changed (got removed / replaced). It doesn't sound very convenient for me that a thing that is not in the scene graph anymore can still the mouse capture, which means th

Re: No events when drag target is removed from the scenegraph while dragging

2013-08-16 Thread Richard Bair
The existing behavior does sound consistent at least. When a drag starts, the node "captures" the mouse and doesn't let go until the event concludes. This is the same as if the node had remained in the scene graph. Since the node is no longer in the scene graph, there is no hierarchy to bubble /

No events when drag target is removed from the scenegraph while dragging

2013-08-16 Thread Sebastian Rheinnecker
Hello, we're not sure if we are doing something wrong but in our testing we noticed a behavior of javafx event processing that is unfortunate. I attached a SSCCE that shows the issue. In the application, an ellipse shape is following the mouse, and when you click and drag, a listener that is

Re: Rowsorting of TableView with SortedList/FilteredList

2013-08-16 Thread Martin Klähn
Thanks for the response. That actually makes sense ;-) It seems to me that this should somehow be mentioned in javadoc. So that others do not stumble over this as well. That would mean that https://javafx-jira.kenai.com/browse/RT-32391 is most likely a duplicate for https://javafx-jira.kenai.com/b

Re: Rowsorting of TableView with SortedList/FilteredList

2013-08-16 Thread Martin Sladecek
Hi, there's JIRA issue tracking this: https://javafx-jira.kenai.com/browse/RT-32091 I was thinking about using FXCollections.sort() for this purpose, but I realized this is not going to work. As FilteredList is an unmodifiable view of it's source list, the only thing you can sort the original

Re: custom Styleable properties CSS prefix

2013-08-16 Thread Tom Eugelink
Ah, that was the example I tried to use for the 2.2 branch, but didn't work. Thanks! On 2013-08-16 14:23, David Grieve wrote: The changes are significant in that many of the class names were changed and there were some other API changes. I was able to make a good number of changes using per

Re: custom Styleable properties CSS prefix

2013-08-16 Thread David Grieve
The changes are significant in that many of the class names were changed and there were some other API changes. I was able to make a good number of changes using perl substitution. But, other than how pseudo-class state is handled, the model didn't change. You might also want to look here - h

hg: openjfx/8/graphics/rt: 2 new changesets

2013-08-16 Thread hang . vo
Changeset: a7953117c6dc Author:tb115823 Date: 2013-08-16 13:23 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/a7953117c6dc Android: Add prism.allowhidpi property. ! buildSrc/android.gradle Changeset: 9f22478449af Author:tb115823 Date: 2013-08-16 13:24 +

Re: Rowsorting of TableView with SortedList/FilteredList

2013-08-16 Thread Jonathan Giles
This is a FilteredList issue that Martin Sladecek is looking into. -- Jonathan Sent from a touch device. Please excuse my brevity. "Martin Klähn" wrote: >I've created https://javafx-jira.kenai.com/browse/RT-32391 for the >problem >that TableView is not sortable with a FilteredList > >- Martin > >

Re: Rowsorting of TableView with SortedList/FilteredList

2013-08-16 Thread Martin Klähn
I've created https://javafx-jira.kenai.com/browse/RT-32391 for the problem that TableView is not sortable with a FilteredList - Martin On Mon, Aug 12, 2013 at 1:14 PM, Martin Klähn wrote: > Sorry for the link I had that in the original mail but by adding it seems > to have vanished. > So I had

Re: Concerns about TreeTableViews ability to display UNlimited number of rows of data

2013-08-16 Thread Martin Klähn
https://javafx-jira.kenai.com/browse/RT-32390 - Martin On Fri, Aug 16, 2013 at 10:02 AM, Martin Klähn wrote: > Okay, will do. > Thx > > - Martin > Am 16.08.2013 10:00 schrieb "Jonathan Giles" : > > No, I've not had a chance to think more about it. The best thing to do >> is file a Jira tweak

hg: openjfx/8/graphics/rt: RT-32303 Retire com/sun/webkit/build.properties

2013-08-16 Thread hang . vo
Changeset: 4fedefa42488 Author:peterz Date: 2013-08-16 12:27 +0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/4fedefa42488 RT-32303 Retire com/sun/webkit/build.properties ! build.gradle ! modules/web/src/main/java/com/sun/webkit/Utilities.java ! modules/web/src/main/