Re: Bounds constructor validation

2013-10-01 Thread Chien Yang
min* > max* implies empty bounds. This semantic can be traced back to https://javafx-jira.kenai.com/browse/RT-11793 - Chien On 10/1/2013 5:59 PM, Joseph Andresen wrote: Kevin and I had this exact conversation years ago. I believe our answer was that anything less than 0 meant uninitialized?

Re: Moving on to a "round house kick" (forked from Re: JavaOne roundup?)

2013-10-01 Thread Pedro Duque Vieira
Hi Richard, > Hi Matthias, > > Why do you guys always talk about embedded development? The old days of > embbedded stuff have been without an OS. > > What we are talking about are not really embedded platforms, these are > Desktop systems like Linux/Android (linux base)/iOS (berkley based) with >

Re: Bounds constructor validation

2013-10-01 Thread Joseph Andresen
Kevin and I had this exact conversation years ago. I believe our answer was that anything less than 0 meant uninitialized? Maybe he can remember better than I. -Joe On Oct 1, 2013, at 4:32 PM, Richard Bair wrote: > I see this is not going to work, since isEmpty() defines itself as where one

Re: [IMPORTANT] The controls team is moving repos

2013-10-01 Thread Richard Bair
This has now been completed, thanks Jonathan and the controls team for making the move so easy. Reducing the complexity of our build / test / integration is important both for allowing us to get more done with less effort (always a plus), but also in making it easier for everybody else to be abl

Re: Bounds constructor validation

2013-10-01 Thread Richard Bair
I see this is not going to work, since isEmpty() defines itself as where one component's max (maxX, maxY, maxZ) is less than the corresponding min. So we make sense, at least, out of -1 (although as far as the implementation is concerned, any negative value works just as well). On Oct 1, 2013,

hg: openjfx/8/graphics/rt: RT-33038: ScheduledService doesn't stop after calling cancel

2013-10-01 Thread hang . vo
Changeset: 19431d2dcdd5 Author:rbair Date: 2013-10-01 15:36 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/19431d2dcdd5 RT-33038: ScheduledService doesn't stop after calling cancel Reviewed by: snorthov ! modules/graphics/src/main/java/javafx/concurrent/ScheduledSe

Re: Moving on to a "round house kick" (forked from Re: JavaOne roundup?)

2013-10-01 Thread Richard Bair
Hi Matthias, > Why do you guys always talk about embedded development? The old days of > embbedded stuff have been without an OS. > What we are talking about are not really embedded platforms, these are > Desktop systems like Linux/Android (linux base)/iOS (berkley based) with > energy optimized

Bounds constructor validation

2013-10-01 Thread Richard Bair
Hi, I'm looking at https://javafx-jira.kenai.com/browse/RT-23446, where the argument is made that the width / height of a node (specifically, a Region's prefWidth, minWidth, maxWidth, prefHeight, minHeight, maxHeight) should never be negative. While looking at this, I noticed that in Node, the

hg: openjfx/8/graphics/rt: RT-32255 [win only]

2013-10-01 Thread hang . vo
Changeset: 932cecc14e49 Author:Felipe Heidrich Date: 2013-10-01 13:54 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/932cecc14e49 RT-32255 [win only] ! modules/graphics/src/main/java/com/sun/javafx/font/directwrite/DWFontFile.java ! modules/graphics/src/main/java/

hg: openjfx/8/graphics/rt: RT-32829: loading of embedded font definitions doesn't work in PrismFontLoader

2013-10-01 Thread hang . vo
Changeset: 4600cb2846c1 Author:Felipe Heidrich Date: 2013-10-01 14:10 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/4600cb2846c1 RT-32829: loading of embedded font definitions doesn't work in PrismFontLoader ! modules/graphics/src/main/java/com/sun/javafx/font/Pr

RE: Compile error building FX with latest JDK

2013-10-01 Thread John Smith
Wow, what happened to the JDK bug system, it's based on Jira, it works similar to the JavaFX bug system, it no longer an abominable - that's a huge step forward. Thanks for pioneering the move to a better bug reporter and testing the waters with the gradle build system! -Original Message-

hg: openjfx/8/graphics/rt: RT-33293: Get rid of unused class/package com.sun.prism.tkal.Window

2013-10-01 Thread hang . vo
Changeset: 8207cae52078 Author:snorthov Date: 2013-10-01 15:41 -0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/8207cae52078 RT-33293: Get rid of unused class/package com.sun.prism.tkal.Window Summary: The IDE's and Artem find no references to this class so we killed

Re: Event for when a node gets shown on screen

2013-10-01 Thread Pedro Duque Vieira
Hi Anton, If I understand correctly (never used the Bindings.select method) you're listening to the node scene property and at the same time if the window that owns the scene is showing, that is, if the stage is visible on screen? Thanks, best regards, Hi Pedro, > you may try the following

Re: com.sun.prism.tkal.Window

2013-10-01 Thread steve . x . northover
https://javafx-jira.kenai.com/browse/RT-33293 Steve On 01/10/2013 1:44 PM, steve.x.northo...@oracle.com wrote: .. going once ... Steve On 01/10/2013 1:42 PM, Artem Ananiev wrote: On 10/1/2013 8:27 PM, steve.x.northo...@oracle.com wrote: Hi FX developers, The class com.sun.prism.tkal.Windo

Compile error building FX with latest JDK

2013-10-01 Thread Kevin Rushforth
All, There is a bug in JDK 8, introduced in b108, that will cause a clean build of FX to fail. https://bugs.openjdk.java.net/browse/JDK-8025173 It is expected that this will be fixed in b110. Until then, you can either stick with an older JDK, or use the following workaround, to compile the

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

2013-10-01 Thread hang . vo
Changeset: a9d5fe2c0bb9 Author:hudson Date: 2013-09-26 08:11 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/a9d5fe2c0bb9 Added tag 8.0-b109 for changeset ad10ea1df81d ! .hgtags Changeset: 50a4af3f8b03 Author:jgiles Date: 2013-09-18 12:56 +1200 URL:

Re: com.sun.prism.tkal.Window

2013-10-01 Thread Artem Ananiev
On 10/1/2013 8:27 PM, steve.x.northo...@oracle.com wrote: Hi FX developers, The class com.sun.prism.tkal.Window seems to have no references. Speak now if you know anybody who uses it, otherwise it will get deleted. This package was introduced as abstraction between Newt and Glass, so it's ob

Re: com.sun.prism.tkal.Window

2013-10-01 Thread steve . x . northover
.. going once ... Steve On 01/10/2013 1:42 PM, Artem Ananiev wrote: On 10/1/2013 8:27 PM, steve.x.northo...@oracle.com wrote: Hi FX developers, The class com.sun.prism.tkal.Window seems to have no references. Speak now if you know anybody who uses it, otherwise it will get deleted. This pa

com.sun.prism.tkal.Window

2013-10-01 Thread steve . x . northover
Hi FX developers, The class com.sun.prism.tkal.Window seems to have no references. Speak now if you know anybody who uses it, otherwise it will get deleted. Steve

Re: CFV: New OpenJDK Committer: Lisa Selle

2013-10-01 Thread Richard Bair
Vote: Yes On Sep 25, 2013, at 8:30 AM, Artem Ananiev wrote: > > I hereby nominate Lisa Selle to OpenJFX Committer. > > Lisa is a member of JavaFX Embedded team. Her changes are all over the JavaFX > code, from cursors and input events to makefiles and virtual keyboard. The > list of Lisa's c

Re: CFV: New OpenJFX Committer: Joseph Andresen

2013-10-01 Thread Richard Bair
Vote: yes On Sep 25, 2013, at 8:17 AM, Artem Ananiev wrote: > > I hereby nominate Joe Andresen to OpenJFX Committer. > > Joe is a member of JavaFX Graphics team at Oracle. His first changeset in > Prism is dated by 2009, and total number of commits is close to one hundred. > Full list of Joe

Re: CFV: New OpenJFX Committer: Yao Wang

2013-10-01 Thread Richard Bair
Vote: yes On Sep 25, 2013, at 9:01 AM, Artem Ananiev wrote: > > I hereby nominate Yao Wang to OpenJFX Committer. > > Yao is a member of JavaFX Graphics team at Oracle. Most of recent Yao's > changes are in 3D support code, but not only there: > > hg log -u "Yao Wang" > > Incomplete list of

hg: openjfx/8/graphics/rt: RT-27540: Swing application with JFXPanel does not terminate properly

2013-10-01 Thread hang . vo
Changeset: ac845cbafb49 Author:art Date: 2013-10-01 19:52 +0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/ac845cbafb49 RT-27540: Swing application with JFXPanel does not terminate properly RT-21404: JFXPanel: If Platform implicitExit flag is false when the last windo

Re: CFV: New OpenJFX Committer: Yao Wang

2013-10-01 Thread Kevin Rushforth
Vote: yes Artem Ananiev wrote: I hereby nominate Yao Wang to OpenJFX Committer. Yao is a member of JavaFX Graphics team at Oracle. Most of recent Yao's changes are in 3D support code, but not only there: hg log -u "Yao Wang" Incomplete list of Yao's commits and reviews is also available

Re: CFV: New OpenJFX Committer: Joseph Andresen

2013-10-01 Thread Kevin Rushforth
Vote: yes Artem Ananiev wrote: I hereby nominate Joe Andresen to OpenJFX Committer. Joe is a member of JavaFX Graphics team at Oracle. His first changeset in Prism is dated by 2009, and total number of commits is close to one hundred. Full list of Joe's changesets in the open workspace is a

Re: CFV: New OpenJDK Committer: Lisa Selle

2013-10-01 Thread Kevin Rushforth
Vote: yes Artem Ananiev wrote: I hereby nominate Lisa Selle to OpenJFX Committer. Lisa is a member of JavaFX Embedded team. Her changes are all over the JavaFX code, from cursors and input events to makefiles and virtual keyboard. The list of Lisa's commits in the workspace: hg log -u "L

Re: CFV: New OpenJDK Committer: Lisa Selle

2013-10-01 Thread steve . x . northover
Vote: yes On 25/09/2013 11:30 AM, Artem Ananiev wrote: I hereby nominate Lisa Selle to OpenJFX Committer. Lisa is a member of JavaFX Embedded team. Her changes are all over the JavaFX code, from cursors and input events to makefiles and virtual keyboard. The list of Lisa's commits in the wor

Re: In JavaFX2.2, how to set the font size for text entered in input fields and table headers?

2013-10-01 Thread Anil
any help appreciated... From: Anil To: "openjfx-dev@openjdk.java.net" Sent: Monday, September 30, 2013 3:29 PM Subject: In JavaFX2.2, how to set the font size for text entered in input fields and table headers? In my JavaFX2.2 fxml program (Java 7.25, Win

hg: openjfx/8/graphics/rt: RT-33092 GridPane column with Hgrow should be able to grow above children max width

2013-10-01 Thread hang . vo
Changeset: cd993475e253 Author:Martin Sladecek Date: 2013-10-01 15:46 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/cd993475e253 RT-33092 GridPane column with Hgrow should be able to grow above children max width Reviewed-by: ekrejcir ! modules/graphics/src/main

Re: Event for when a node gets shown on screen

2013-10-01 Thread Martin Sladecek
That would work, except you need to hard-ref the binding otherwise it might get GCed. -Martin On 10/01/2013 02:53 PM, anton nashatyrev wrote: Hi Pedro, you may try the following code: Bindings.select(node.sceneProperty(), "window", "showing").addListener(new ChangeListener() ); BT

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

2013-10-01 Thread hang . vo
Changeset: 8319071566e7 Author:mickf Date: 2013-10-01 14:57 +0100 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/8319071566e7 RT-32380 - ScrollPane: Content does not scroll using keyboard, reviewed by David ! modules/controls/src/main/java/com/sun/javafx/scene/control/b

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

2013-10-01 Thread hang . vo
Changeset: fb7da215b220 Author:Martin Sladecek Date: 2013-10-01 15:48 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/fb7da215b220 RT-33092 (cont.) [variable rename] ! modules/graphics/src/main/java/javafx/scene/layout/GridPane.java Changeset: 604ebe0585ea Author:

hg: openjfx/8/controls/rt: RT-29334 : Split pane doesn't change its rendering after items has changed order, reviewed by David

2013-10-01 Thread hang . vo
Changeset: 5a67a3c94fee Author:mickf Date: 2013-10-01 14:38 +0100 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/5a67a3c94fee RT-29334 : Split pane doesn't change its rendering after items has changed order, reviewed by David ! modules/controls/src/main/java/com/sun/ja

hg: openjfx/8/controls/rt: RT-30206 : [Button] default and cancel accelerator removing is implemented incorrectly in behavior set to false, reviewed by Leif

2013-10-01 Thread hang . vo
Changeset: 5475dfc3d98a Author:mickf Date: 2013-10-01 13:13 +0100 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/5475dfc3d98a RT-30206 : [Button] default and cancel accelerator removing is implemented incorrectly in behavior set to false, reviewed by Leif ! modules/con

Re: Event for when a node gets shown on screen

2013-10-01 Thread anton nashatyrev
Hi Pedro, you may try the following code: Bindings.select(node.sceneProperty(), "window", "showing").addListener(new ChangeListener() ); BTW, this way you could add the listener even when the node is not yet attached to any scene or window. Regards, Anton. On 29.09.2013 18:57, Ped

hg: openjfx/8/graphics/rt: RT-30637: used proper near/far clipping planes for default perspective camera.

2013-10-01 Thread hang . vo
Changeset: 105b4c1ce770 Author:Pavel Safrata Date: 2013-10-01 10:25 +0100 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/105b4c1ce770 RT-30637: used proper near/far clipping planes for default perspective camera. ! apps/toys/FX8-3DFeatures/src/fx83dfeatures/NearAndFarCl

JavaFX on Android: JavaSELauncher?

2013-10-01 Thread Tobias Bley
@Oracle: which JVM uses the new JavaSELauncher class in the com.oracle.dalvik package? How to use this class to start JFX on Android? Best, Tobi

hg: openjfx/8/graphics/rt: RT-32415 NullPointerException when using fx:include

2013-10-01 Thread hang . vo
Changeset: d049142f7145 Author:Martin Sladecek Date: 2013-10-01 09:50 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/d049142f7145 RT-32415 NullPointerException when using fx:include Reviewed-by: ekrejcir ! modules/fxml/src/main/java/javafx/fxml/FXMLLoader.java

Re: Moving on to a "round house kick" (forked from Re: JavaOne roundup?)

2013-10-01 Thread Tobias Bley
Richard, why do you choose Rasp.PI as demo platform instead of iPad or Android tablet? I really believe in you JFX guys and I really believe that you all love to see JFX on tablets. So I don’t understand why you can’t open your mouth, go to your management and legal department and tell him, tha

Re: Moving on to a "round house kick" (forked from Re: JavaOne roundup?)

2013-10-01 Thread Matthias Hänel
Hi Richard, thank you for your fast answer. I know you are a bussy man. >> The longer I think about that, the longer I am getting angry to see a 100 >> men powered development >> team to build a demo on a demo board for a hand full nerds. > > I don't know where you got that impression. Jasp

Re: FXMLLoader templates

2013-10-01 Thread Tom Schindl
In case someone needs extra performance I can point you to my FXML => Java-Converter which will give you the best performance ;-) Tom On 01.10.13 09:15, Martin Sladecek wrote: > After discussion with Richard, we decided to remove the template flag > from FXMLLoader for 8.0. > This API is not matu

Re: FXMLLoader templates

2013-10-01 Thread Martin Sladecek
After discussion with Richard, we decided to remove the template flag from FXMLLoader for 8.0. This API is not mature yet, due to the reasons described below and should be completely re-designed for some next release. This means that loading the same fxml multiple times will still require mult