Re: Status or JDK/JFX8 builds for arm Linux

2013-06-11 Thread Robert Krüger
On Mon, Jun 10, 2013 at 8:28 PM, Daniel Blaukopf daniel.blauk...@oracle.com wrote: On 10 ביונ 2013, at 19:16, Richard Bair richard.b...@oracle.com wrote: There should now be weekly builds going out. Not yet but stay tuned. Daniel do you have a link to where those are? The December

hg: openjfx/8/graphics/rt: RT-17666 Webview and HTMLEditor should support printing their content

2013-06-11 Thread hang . vo
Changeset: 17fa39d79a6f Author:peterz Date: 2013-06-11 11:14 +0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/17fa39d79a6f RT-17666 Webview and HTMLEditor should support printing their content ! webview/native/Source/WebCore/mapfile-macosx !

NullPointer in BaseGraphics.drawTextureVO

2013-06-11 Thread Daniel Zwolenski
Can anyone tell me what might cause the exception below in Prism? It's from an app that captures video via a native library (LTI-CIVIL) and then converts that image to JFX display via: BufferedImage buffImage = AWTImageConverter.toBufferedImage(image); jfxImage =

Re: NullPointer in BaseGraphics.drawTextureVO

2013-06-11 Thread Werner Lehmann
Is this the same as SwingFXUtils.toFXImage? On 11.06.2013 14:27, Daniel Zwolenski wrote: BufferedImage buffImage = AWTImageConverter.toBufferedImage(image); jfxImage = javafx.scene.image.Image.impl_fromExternalImage(buffImage); previewView.setImage(jfxImage);

Re: [API Review]: Add margin property to node and make it styleable from CSS

2013-06-11 Thread Tom Eugelink
I know I'm reiterating, but just to keep the point alive; personally I would still prefer to have such information placed in an explicit layout constraint class. node.setMargin(x); layout.getChildren().add(node); vs layout.add(node, new Constraint().margin(x)); It also prevents the Node

Re: NullPointer in BaseGraphics.drawTextureVO

2013-06-11 Thread Kevin Rushforth
Is this from FX 2.2.x or FX 8? The stack trace suggests an earlier version of FX. The only thing I can think of off hand is that the HW texture couldn't be created, probably because you ran out of resources. There are a few issues relating to this, which we believe are fixed in FX 8 with the

Re: NullPointer in BaseGraphics.drawTextureVO

2013-06-11 Thread Kevin Rushforth
I missed the fact that this is using the non-public impl_fromExternalImage() method. This was replaced in FX 2.2 by SwingFXUtils.toFXImage as Werner mentions and has been removed from FX 8 entirely. One more thing to check is that jfxImage is non-null, although it is still more likely than

Re: NullPointer in BaseGraphics.drawTextureVO

2013-06-11 Thread Daniel Zwolenski
This is an older version, probably JFX from around jdk1.7.0_02. I'm running it now on jdk1.7.0_21 to see what happens (takes about an hour to get to the point of failure, which is why I didn't pick it up when I wrote the code originally). Unfortunately chunks of the system are broken when it

Re: [API Review]: Add margin property to node and make it styleable from CSS

2013-06-11 Thread Martin Sladecek
On 06/11/2013 03:01 PM, Tom Eugelink wrote: I know I'm reiterating, but just to keep the point alive; personally I would still prefer to have such information placed in an explicit layout constraint class. node.setMargin(x); layout.getChildren().add(node); vs layout.add(node, new

Re: [API Review]: Add margin property to node and make it styleable from CSS

2013-06-11 Thread Tom Eugelink
On 2013-06-11 15:36, Martin Sladecek wrote: Means new *Constraint class and new add method for each layout *Pane class. Also one of the nice side-effects of having this as a property is that we can style it using -fx-margin CSS property. Yup, constraint classes with values that are relevant

hg: openjfx/8/graphics/rt: Implement mesh skinning for triangle meshes using maya files as input.

2013-06-11 Thread hang . vo
Changeset: 4b1d8b929927 Author:axlee@AXLEE-LAP Date: 2013-06-11 12:10 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/4b1d8b929927 Implement mesh skinning for triangle meshes using maya files as input. !

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

2013-06-11 Thread hang . vo
Changeset: 572b1ec2e971 Author:hudson Date: 2013-06-06 19:44 -0700 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/572b1ec2e971 Added tag 8.0-b93 for changeset 40836a4b4d85 ! .hgtags Changeset: 51ca8a8468e9 Author:mv157916 Date: 2013-06-08 21:12 -0700 URL:

Re: NullPointer in BaseGraphics.drawTextureVO

2013-06-11 Thread Daniel Zwolenski
Thanks for the feedback, Running it on jdk1.7.0_21-32bit I don't see that error any more (though I am still having camera capture issues when integrating LTI CIVIL into JFX - still trying to narrow down where the fault lies). I do get this error however, but it seems to recover from it.

hg: openjfx/2u/dev/rt: Added tag 2.2.40-b28 for changeset fac50f983ffa

2013-06-11 Thread hang . vo
Changeset: 6b5ccbc93d06 Author:hudson Date: 2013-06-05 13:23 -0700 URL: http://hg.openjdk.java.net/openjfx/2u/dev/rt/rev/6b5ccbc93d06 Added tag 2.2.40-b28 for changeset fac50f983ffa ! .hgtags