Re: Converting from svg format to javafx css svg

2014-01-16 Thread Alexander Kouznetsov
For JavaFX 8, please refer to http://download.java.net/jdk8/jfxdocs/javafx/scene/doc-files/cssref.html You can use -fx-min-width, -fx-pref-width, -fx-max-width and corresponding height properties to set region size. Best regards, Alexander Kouznetsov (408) 276-0387 On 15 дек 2013 11:17,

Re: Progress Bar into Combo Box is not working properly

2014-01-16 Thread Alexander Kouznetsov
You shouldn't mix ComboBox data items and JavaFX nodes. So change ComboBoxVBox to ComboBoxMyData. Next, you can set ProgressBars as ListCell graphics as you already do. And make sure that each cell has its own ProgressBar node. Nodes cannot be present several times in the scenegraph. That's

Re: Font.font() says it is point size but it looks like it are pixels

2014-01-16 Thread Alexander Kouznetsov
Tom, Could you please file a bug on this? Best regards, Alexander Kouznetsov (408) 276-0387 On 23 дек 2013 15:31, Tom Schindl wrote: Hi, The JavaDoc of Font.font says: -8- size - The point size of the font. This can be a fractional value, but must not be negative. If the size is 0

hg: openjfx/8u-dev/rt: 2 new changesets

2014-01-16 Thread hang . vo
Changeset: fe834e7c49de Author:Daniel Blaukopf daniel.blauk...@oracle.com Date: 2014-01-16 00:06 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/fe834e7c49de RT-35356 [Monocle] Implement keyboard input +

Re: [announce] InhiBeans: mitigate redundant recalculations

2014-01-16 Thread Tomas Mikula
Hi Alexander, On Thu, Jan 16, 2014 at 10:24 AM, Alexander Kouznetsov alexander.kouznet...@oracle.com wrote: There are two other options you may want to consider: 1) Use XXXBinding as following: value.bind(new DoubleBinding() { { bind(widthProperty(), heightProperty()); } @Override

hg: openjfx/8u-dev/rt: 7 new changesets

2014-01-16 Thread hang . vo
Changeset: b7df69987d07 Author:David Grievedavid.gri...@oracle.com Date: 2014-01-16 08:01 -0500 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/b7df69987d07 RT-31237: allow none as a css property value having the same semantics as null. !

Strange exception in ComboBox

2014-01-16 Thread Hervé Girod
Hello, We have a strange exception in ComboBox at least since b121. We create a child stage with one combobox, and we systematically have an exception when clicking on an item in the list because of a child added to a parent (ComboBoxListViewSkin) without removing it from the previous one

hg: openjfx/8u-dev/rt: [JAVADOC] RT-35189 Scale documentation does not specify the default pivot

2014-01-16 Thread hang . vo
Changeset: 0236b4c3f472 Author:Martin Sladecek martin.slade...@oracle.com Date: 2014-01-16 14:18 +0100 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/0236b4c3f472 [JAVADOC] RT-35189 Scale documentation does not specify the default pivot !

hg: openjfx/8u-dev/rt: RT-35392 [Monocle] Correct window position in software rendering

2014-01-16 Thread hang . vo
Changeset: 5c06fa3e9703 Author:Daniel Blaukopf daniel.blauk...@oracle.com Date: 2014-01-16 20:14 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/5c06fa3e9703 RT-35392 [Monocle] Correct window position in software rendering !

Re: Strange exception in ComboBox

2014-01-16 Thread Jonathan Giles
It's very hard to say without a test application and the exception stacktrace that you're seeing. If you could get those two things together and file them in a bug in jira, I can take a look. -- Jonathan On 17/01/2014 2:31 a.m., Hervé Girod wrote: Hello, We have a strange exception in

8u20 review request: RT-35355 - Software rendering ports of Monocle need notification of pixel upload end

2014-01-16 Thread Daniel Blaukopf
-20140116-2022-RT-35355/webrev/ Thanks, Daniel

hg: openjfx/2u/dev/rt: Added tag 2.2.60-b03 for changeset fc533ffc2296

2014-01-16 Thread hang . vo
Changeset: b8fcc422cc09 Author:hudson Date: 2014-01-16 08:41 -0800 URL: http://hg.openjdk.java.net/openjfx/2u/dev/rt/rev/b8fcc422cc09 Added tag 2.2.60-b03 for changeset fc533ffc2296 ! .hgtags

Re: 8u20 review request: RT-35355 - Software rendering ports of Monocle need notification of pixel upload end

2014-01-16 Thread Daniel Blaukopf
-20140116-2022-RT-35355/webrev/ Thanks, Daniel

hg: openjfx/8u-dev/rt: 4 new changesets

2014-01-16 Thread hang . vo
Changeset: a4147a40b285 Author:David Grievedavid.gri...@oracle.com Date: 2014-01-16 19:13 -0500 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/a4147a40b285 RT-17334: check {h|v}valueProperty().isBound() before calling set !

Re: 8u20 review request: RT-35355 - Software rendering ports of Monocle need notification of pixel upload end

2014-01-16 Thread Daniel Blaukopf
-20140116-2022-RT-35355/webrev/ Thanks, Daniel