hg: openjfx/8/graphics/rt: RT-34740: [FXML loader] Cannot load a layout using fx:root with staticLoad=true and no call to setRoot

2013-12-13 Thread hang . vo
Changeset: e82095d1f3d8 Author:Martin Sladecek martin.slade...@oracle.com Date: 2013-12-13 10:39 +0100 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/e82095d1f3d8 RT-34740: [FXML loader] Cannot load a layout using fx:root with staticLoad=true and no call to setRoot

8u review request: RT-34882, NullPointerException when chaining DropShadow Effect to Reflection Effect

2013-12-13 Thread Martin Sladecek
Hi Jim, please review the following: https://javafx-jira.kenai.com/browse/RT-34882 webrev: http://cr.openjdk.java.net/~msladecek/rt-34882/webrev.00/ Thanks, -Martin

Re: 8u post-commit review: RT-34849 : AnchorPane doesn't fully respect min size of it's children in certain cases

2013-12-13 Thread Kevin Rushforth
Wrong URL. Here is the right one: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/1332ba0d7f6a Martin Sladecek wrote: Thanks, -Martin

hg: openjfx/8u-dev/rt: RT-34849 : AnchorPane doesn't fully respect min size of it's children in certain cases

2013-12-13 Thread hang . vo
Changeset: 1332ba0d7f6a Author:Martin Sladecek martin.slade...@oracle.com Date: 2013-12-13 13:43 +0100 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/1332ba0d7f6a RT-34849 : AnchorPane doesn't fully respect min size of it's children in certain cases !

[8u20] post-commit notification: RT-34820: Self Illumination map issues of PhongMaterial

2013-12-13 Thread Vadim Pakhnushev
Hello, https://javafx-jira.kenai.com/browse/RT-34820 http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/8a5c6817206d Thanks, Vadim

Re: [8u20] post-commit notification: RT-34820: Self Illumination map issues of PhongMaterial

2013-12-13 Thread Stephen F Northover
Hi all, I gentle reminder. When others need to verify a bug, they need to know what code was run to test the fix. In the case of RT-34820 and many others, if you read the JIRA, you can find out pretty quickly. However it's nicer if there is a standard comment at the end of the JIRA so

Re: [8u20] post-commit notification: RT-34820: Self Illumination map issues of PhongMaterial

2013-12-13 Thread Kevin Rushforth
Also, if none is the answer for Unit test, then we should add a label added to indicate why there is no unit (regression) test. For example noreg-hard or noreg-build. See the following: http://openjdk.java.net/guide/changePlanning.html#noreg In the case of this specific bug noreg-trivial

[ListView] `b.bind(a)` not behaviorally equivalent to `a.addListener(o - b.set(a.get()))`

2013-12-13 Thread Tomas Mikula
I just came across a strange case when these two are not equivalent. Maybe that is no surprise to you, but it was to me. The case I stumbled upon most likely has to do with ListView internals. Substitute a := ListView.widthProperty() b := ListCell.prefWidthProperty() and the code that

Re: [ListView] `b.bind(a)` not behaviorally equivalent to `a.addListener(o - b.set(a.get()))`

2013-12-13 Thread Tomas Mikula
I guess my main question is: should I file a bug on ListView? Tomas On Fri, Dec 13, 2013 at 8:15 PM, Tomas Mikula tomas.mik...@gmail.com wrote: I just came across a strange case when these two are not equivalent. Maybe that is no surprise to you, but it was to me. The case I stumbled upon

(In)Sanity Testing Mondays

2013-12-13 Thread Stephen F Northover
Hello all, As discussed at the committer meetings earlier this week, starting next week we are going to try out (In)Sanity Testing Mondays. The community is invited to join in. The goal here is to improve our overall quality substantially with a small investment. The testing is NOT

Re: how to scroll ListView to make a specific item visible (only when not visible already)

2013-12-13 Thread Tomas Mikula
On Wed, Sep 25, 2013 at 10:04 PM, Tomas Mikula tomas.mik...@gmail.com wrote: Hi, does anyone know of a way to make a specific ListView item visible, but don't scroll the ListView at all if the item is already in the viewport? I will answer my question from months ago: I have to dig up the

Re: how to scroll ListView to make a specific item visible (only when not visible already)

2013-12-13 Thread Stephen F Northover
Thank for coming back and answering. Steve On 2013-12-13 5:34 PM, Tomas Mikula wrote: On Wed, Sep 25, 2013 at 10:04 PM, Tomas Mikula tomas.mik...@gmail.com wrote: Hi, does anyone know of a way to make a specific ListView item visible, but don't scroll the ListView at all if the item is

Javafxpackager build error on Win7 64

2013-12-13 Thread Francisco Javier Godino
Hello: I ran the build process gradle sdk and I'm receiving the following error: LNK1112 module machine type X86 conflicts with target machine type x64 Part of the log: Compiling native files: [] Starting process 'command 'C:/Program Files (x86)/Microsoft SDKs/Windows/v7.0A/Bin/RC.Exe''.

Re: Javafxpackager build error on Win7 64

2013-12-13 Thread Kevin Rushforth
I saw something similar to this when I had a newer version of Microsoft .net installed, but I can't remember if it was exactly the same error. -- Kevin Francisco Javier Godino wrote: Hello: I ran the build process gradle sdk and I'm receiving the following error: LNK1112 module machine