Re: [API Review] FXMLLoader's protected fields

2013-09-10 Thread Daniel Zwolenski
Umm, what happened to backwards compatibility? On Wed, Sep 11, 2013 at 4:44 PM, Martin Sladecek wrote: > Hello, > > FXMLLoader contains a number of protected (non-final) fields that were > made 'protected' probably just by accident. I'm going to make these fields > private. If there's somebody

[API Review] FXMLLoader's protected fields

2013-09-10 Thread Martin Sladecek
Hello, FXMLLoader contains a number of protected (non-final) fields that were made 'protected' probably just by accident. I'm going to make these fields private. If there's somebody who is working on a FXMLLoader subclass, let me know if you need some of the fields, so we could turn them into

Re: Building OpenJFX for Android?

2013-09-10 Thread Tobias Bley
If I am using b104 I’m getting the following exception: * What went wrong: Execution failed for task ':graphics:compileDecoraNativeShadersAndroid'. > org.gradle.process.internal.ExecException: A problem occurred starting > process 'command > '/Applications/Developer/Java/android-ndk-r9/toolchain

hg: openjfx/8/graphics/rt: RT-30451: FX 8 3D: Need to validate Mesh's data size

2013-09-10 Thread hang . vo
Changeset: c0298be54fa1 Author:Yao Wang Date: 2013-09-10 17:40 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/c0298be54fa1 RT-30451: FX 8 3D: Need to validate Mesh's data size Reviewed-by: Chien Yang ! modules/graphics/src/main/java/javafx/scene/shape/TriangleMesh

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

2013-09-10 Thread hang . vo
Changeset: 984794e069b7 Author:leifs Date: 2013-09-10 16:16 -0700 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/984794e069b7 RT-32729: ctrl/cmd+backspace in text field appends 'space' ! modules/controls/src/main/java/javafx/scene/control/TextInputControl.java Changeset

RE: 3D scene antialiasing

2013-09-10 Thread John C. Turnbull
Hi Kevin, I am using b106 on Windows but I see no difference between turning scene antialiasing on or off whatsoever. Should it be noticeable? (hopefully yes!) Is it just a matter of providing true to the second of the boolean parameters in the Scene constructor? Thanks, -jct -Original Me

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

2013-09-10 Thread hang . vo
Changeset: 361d97db0d1c Author:hudson Date: 2013-09-05 07:34 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/361d97db0d1c Added tag 8.0-b106 for changeset e0f3abebc024 ! .hgtags Changeset: 673a1107114b Author:jgiles Date: 2013-09-04 10:44 +1200 URL:

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

2013-09-10 Thread hang . vo
Changeset: f10a24641e2a Author:kcr Date: 2013-09-10 09:35 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/f10a24641e2a RT-30527: Need to wire up rt/tests to the test task RT-30528: Implement full-test in gradle ! build.gradle ! gradle.properties.template ! settings.

Re: JavaFX applications turning to "black screen" after some time

2013-09-10 Thread Danno Ferrin
While we are playing "guess the bug" I'de like to jump in on the bandwagon. Sometimes I see a white screen lockup on FX 2.2 on 7u25 (and all 7u for that matter) when I dock and undock my laptop. I've got one of those dell laptops with a separate more powerful graphics chips in the dock. It's onl

hg: openjfx/8/graphics/rt: Fix to RT-32257: Prism must not attempt to render any 3D primitives or 3D transforms primitives if SCENE3D is not supported

2013-09-10 Thread hang . vo
Changeset: 985435c00e21 Author:Chien Yang Date: 2013-09-10 08:24 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/985435c00e21 Fix to RT-32257: Prism must not attempt to render any 3D primitives or 3D transforms primitives if SCENE3D is not supported Reviewed by: Da

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

2013-09-10 Thread hang . vo
Changeset: 684fa356f9b5 Author:mickf Date: 2013-09-10 15:53 +0100 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/684fa356f9b5 RT-26637 : Disabled buttons should not fire. ! modules/controls/src/main/java/javafx/scene/control/Button.java ! modules/controls/src/main/java/j

Re: Building OpenJFX for Android?

2013-09-10 Thread tomas.brandalik
On 09/10/2013 02:55 PM, Tobias Bley wrote: Hi, with the current repository of OpenJFX I can’t build OpenJFX for Android anymore (gradle clean sdk -PCOMPILE_TARGETS=android ). Is there something that has changed? Maybe I need another Android SDK or NDK (currently using android-ndk-r9) Best r

hg: openjfx/8/graphics/rt: RT-32410: Win: GDI leak when set icons of stage in windows 7 enterprise edition

2013-09-10 Thread hang . vo
Changeset: 2ba66db1d0fa Author:Anthony Petrov Date: 2013-09-10 17:16 +0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/2ba66db1d0fa RT-32410: Win: GDI leak when set icons of stage in windows 7 enterprise edition ! modules/graphics/src/main/native-glass/win/GlassWindo

hg: openjfx/8/graphics/rt: [TEST ONLY] Partial RT-30527: fix failing system-level tests in rt/tests in preparation for wiring them up to gradle

2013-09-10 Thread hang . vo
Changeset: 5268815bdeca Author:kcr Date: 2013-09-10 05:32 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/5268815bdeca [TEST ONLY] Partial RT-30527: fix failing system-level tests in rt/tests in preparation for wiring them up to gradle ! tests/graphics/MaterialTest

Re: 3D scene antialiasing

2013-09-10 Thread Kevin Rushforth
Yes, it should be working for both D3D (as of b105) and OpenGL (earlier than that). -- Kevin John C. Turnbull wrote: Could someone please let me know if support for 3D scene antialiasing is supposed to be working in JDK8 b106? If not, when is this feature expected to be implemented?

Re: JavaFX applications turning to "black screen" after some time

2013-09-10 Thread Kevin Rushforth
(I guess I should read the whole thread before replying...please ignore my already-answered questions in earlier messages) Can you file a JIRA for this issue? Also, can you comment as to whether disabling prism.dirtyopts helps? Thanks. -- Kevin John C. Turnbull wrote: I notice this issue

Re: JavaFX applications turning to "black screen" after some time

2013-09-10 Thread Kevin Rushforth
What build are you using? There were several dirty region optimization (dirtyopts) bugs in b104 that have since been fixed. To see whether this is the case, you can try: java -Dprism.dirtyopts=false ... -- Kevin John C. Turnbull wrote: Hmm, I am not sure that is the same issue. That iss

Building OpenJFX for Android?

2013-09-10 Thread Tobias Bley
Hi, with the current repository of OpenJFX I can’t build OpenJFX for Android anymore (gradle clean sdk -PCOMPILE_TARGETS=android ). Is there something that has changed? Maybe I need another Android SDK or NDK (currently using android-ndk-r9) Best regards, Tobi

Re: JavaFX applications turning to "black screen" after some time

2013-09-10 Thread Kevin Rushforth
Did the system go into screen lock during that time? If so, then this is: https://javafx-jira.kenai.com/browse/RT-32636 Otherwise it sounds like a new bug. -- Kevin John C. Turnbull wrote: I am not sure if it is a known issue but any JavaFX application I run and then leave minimised for some

hg: openjfx/8/graphics/rt: fix for broken build

2013-09-10 Thread hang . vo
Changeset: f96e93e896f4 Author:Martin Soch Date: 2013-09-10 14:15 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/f96e93e896f4 fix for broken build ! modules/graphics/src/main/native-prism-sw/PiscesPaint.c

hg: openjfx/8/graphics/rt: RT-32417: Proper handling of node removal during dragging.

2013-09-10 Thread hang . vo
Changeset: 3b9e1de507a2 Author:Pavel Safrata Date: 2013-09-10 10:56 +0100 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/3b9e1de507a2 RT-32417: Proper handling of node removal during dragging. ! modules/graphics/src/main/java/javafx/scene/Scene.java ! modules/graphics/s

RE: JavaFX applications turning to "black screen" after some time

2013-09-10 Thread John C. Turnbull
I notice this issue even with FX 8 applications and b106. And when the issue occurs it doesn't matter how long I wait, the window stays black permanently. Again though I have never seen this with Scene Builder so it seems individual results vary. -Original Message- From: Jerome Cambon [m

hg: openjfx/8/graphics/rt: SW pipeline: fix for performance regression (RT-32709)

2013-09-10 Thread hang . vo
Changeset: fddc67b45e9c Author:Martin Soch Date: 2013-09-10 09:54 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/fddc67b45e9c SW pipeline: fix for performance regression (RT-32709) ! modules/graphics/src/main/native-prism-sw/PiscesPaint.c

Re: JavaFX applications turning to "black screen" after some time

2013-09-10 Thread Jerome Cambon
And I realize you are certainly on Fx 2.2, since although we are working hard on it, SB on Fx 8 is not yet avalaible :-) RT-30362 is specific to Fx 8.0 Using SB 1.1 (so Fx 2.2), I also notice your issue (entirely black window) on Win 7 when SB is minimized for a while, then restored. Generally

RE: JavaFX applications turning to "black screen" after some time

2013-09-10 Thread John C. Turnbull
Hmm, I am not sure that is the same issue. That issue seems to be related to artefacts appearing after screen lock but what I am seeing is a totally black window and it doesn't need a locked screen to make it happen. And at least for me, I have never seen this with Scene Builder although I note t

Re: JavaFX applications turning to "black screen" after some time

2013-09-10 Thread Jerome Cambon
Seems to be related to this issue: https://javafx-jira.kenai.com/browse/RT-30362 And no, unfortunately Scene Builder is not always immune to this, I got it with SB regularly HTH, Jerome On 9/10/13 7:55 AM, John C. Turnbull wrote: I am not sure if it is a known issue but any JavaFX applicat