Re: ObservableValue Stacktrace

2013-06-06 Thread Martin Sladecek
JavaFX should not fail in these cases, but doesn't consider that a valid state, so it always prints a warning on the stderr, for the developer to see something went wrong. Regards, -Martin On 5.6.2013 21:38, John Hendrikx wrote: Hi List, I'm getting some log messages sometimes (see at the

hg: openjfx/8/graphics/rt: RT-28963: Mac: DragEvent.getScreenY() returns incorrect value on drag drop

2013-06-06 Thread hang . vo
Changeset: 7fc4181950e2 Author:Petr Pchelko petr.pche...@oracle.com Date: 2013-06-06 11:34 +0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/7fc4181950e2 RT-28963: Mac: DragEvent.getScreenY() returns incorrect value on drag drop Reviewed-by: anthony !

Re: Preloaders

2013-06-06 Thread Danno Ferrin
On Wed, Jun 5, 2013 at 9:47 PM, Daniel Zwolenski zon...@gmail.com wrote: To sum up my previous major suggestions for a better world: - web deploy code should be separate module from native, and jar separate again. Each native module (win, Linux, Mac) should be separate and I should be able

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

2013-06-06 Thread hang . vo
Changeset: c228567fe494 Author:Alexander Kouznetsov Date: 2013-06-06 00:59 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/c228567fe494 FXMLExport: Updated to the latest version of TriangleMesh API. Fixed children doubling. !

JFX Packager (was Re: Preloaders)

2013-06-06 Thread Daniel Zwolenski
On Thu, Jun 6, 2013 at 5:52 PM, Danno Ferrin danno.fer...@shemnon.comwrote: On Wed, Jun 5, 2013 at 9:47 PM, Daniel Zwolenski zon...@gmail.com wrote: To sum up my previous major suggestions for a better world: - web deploy code should be separate module from native, and jar separate again.

Re: Preloaders

2013-06-06 Thread Mark Howe
On Jun 6, 2013, at 12:52 AM, Danno Ferrin danno.fer...@shemnon.com wrote: On Wed, Jun 5, 2013 at 9:47 PM, Daniel Zwolenski zon...@gmail.com wrote: To sum up my previous major suggestions for a better world: - web deploy code should be separate module from native, and jar separate

Re: ObservableValue Stacktrace

2013-06-06 Thread John Hendrikx
Hm, ok -- it is correct that it doesn't fail, the code runs without any problem and everything works as expected. But, what would be the way to avoid these messages in my log then? Something like: Bindings.select( Bindings.when(dataProperty().isNull()).then( ???

hg: openjfx/8/controls/rt: RT-30976: lazy load listener and add listener to backing set on first call to addListener. Reviewed by Martin

2013-06-06 Thread hang . vo
Changeset: 479da853570b Author:David Grievedavid.gri...@oracle.com Date: 2013-06-06 08:36 -0400 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/479da853570b RT-30976: lazy load listener and add listener to backing set on first call to addListener. Reviewed by Martin !

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

2013-06-06 Thread hang . vo
Changeset: 9975ebce5940 Author:Martin Sladecek martin.slade...@oracle.com Date: 2013-06-06 17:25 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/9975ebce5940 Fix for RT-30947, RT-30915, RT-30936 ! javafx-ui-common/src/javafx/scene/Parent.java Changeset:

hg: openjfx/8/graphics/rt: RT-30579: Still cannot rely on Thread.setDefaultUncaughtExceptionHandler() to work with JavaFX App Thread.

2013-06-06 Thread hang . vo
Changeset: 2095f12bf331 Author:Artem Ananiev artem.anan...@oracle.com Date: 2013-06-06 19:46 +0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/2095f12bf331 RT-30579: Still cannot rely on Thread.setDefaultUncaughtExceptionHandler() to work with JavaFX App Thread.

Re: ObservableValue Stacktrace

2013-06-06 Thread Richard Bair
I don't think we ought to print to stdout or stderr in any case in the platform. A logger is a better idea. But really I think it is unlikely that this particular message will be that useful (it will be unhelpful in just as many cases). It is not uncommon for a chain to have a null in it at

hg: openjfx/8/controls/rt: Fix for RT-30947, RT-30915, RT-30936

2013-06-06 Thread hang . vo
Changeset: 9605455a5abe Author:Martin Sladecek martin.slade...@oracle.com Date: 2013-06-06 17:25 +0200 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/9605455a5abe Fix for RT-30947, RT-30915, RT-30936 ! javafx-ui-common/src/javafx/scene/Parent.java

hg: openjfx/8/graphics/rt: MayaImport: Skipping frames with negative time.

2013-06-06 Thread hang . vo
Changeset: bb68d69e00ca Author:Alexander Kouznetsov Date: 2013-06-06 15:45 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/bb68d69e00ca MayaImport: Skipping frames with negative time. !

hg: openjfx/8/graphics/rt: 3DViewer optimizer: refactoring, added KeyFrame, KeyValue analysis.

2013-06-06 Thread hang . vo
Changeset: 005e04319ded Author:Alexander Kouznetsov Date: 2013-06-06 15:55 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/005e04319ded 3DViewer optimizer: refactoring, added KeyFrame, KeyValue analysis. !

hg: openjfx/8/graphics/rt: 3DViewer optimizer: removes all bad faces from the mesh.

2013-06-06 Thread hang . vo
Changeset: bf02e9d55b85 Author:Alexander Kouznetsov Date: 2013-06-06 17:06 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/bf02e9d55b85 3DViewer optimizer: removes all bad faces from the mesh. !

Re: TextField Document model

2013-06-06 Thread Richard Bair
I've added to the issue a patch along with some sample API to show how it works. I'm pretty pleased with the result, please try it out and poke holes :-). I am not ready to check it into the mainline until some people have had a chance to play with it and let me know of any problems in the API