hg: openjfx/8/graphics/rt: Fix RT-31510 How to use addNative for specific compile target only. List of compile targets passed as a parameter to addNative.

2013-07-29 Thread hang . vo
Changeset: f5ba480a3e28 Author:tb115823 tomas.branda...@oracle.com Date: 2013-07-29 10:59 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/f5ba480a3e28 Fix RT-31510 How to use addNative for specific compile target only. List of compile targets passed as a parameter

Re: Can JavaFX do CAD?

2013-07-29 Thread Werner Lehmann
Wouldn't this be covered by Shape.union? Obviously it depends on how union is implemented under the sheets, but it seems to me as if there was an opportunity to optimize it like that. Werner On 24.07.2013 21:06, Richard Bair wrote: I filed an RFE a little while ago for a LineGroup or

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

2013-07-29 Thread hang . vo
Changeset: ff1219a1e652 Author:Martin Sladecek martin.slade...@oracle.com Date: 2013-07-29 13:33 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/ff1219a1e652 RT-31919 ColorPicker, ArrayIndexOutOfBoundsException when saving custom color. !

Re: Can JavaFX do CAD?

2013-07-29 Thread Werner Lehmann
Good questions. I've had experience with some of these, building a GUI designer. At this stage customers will use it to build input forms. Later it is supposed to grow into sort of a report designer. The core is a custom component containing a ScrollPane containing a content pane. And that

Modularisation and repositories (forked from Re: Building JavaDoc and Sources JARs)

2013-07-29 Thread Daniel Zwolenski
On Fri, Jul 26, 2013 at 3:47 PM, Richard Bair richard.b...@oracle.comwrote: I'm assuming here you're talking about publishing real builds (at least OpenJFX ones) and not on a local developers machine ('cause there'd be no advantage to that alone). But maybe you can help me understand another

Re: Modularisation and repositories (forked from Re: Building JavaDoc and Sources JARs)

2013-07-29 Thread Daniel Zwolenski
And one other thing I forgot to mention on this topic, the practice of having platform specific jars that contain both the non-platform specific stuff (usually 90%+) and the platform specific stuff does not fit that well into Maven repo deployment. Maven would prefer to have something like -

hg: openjfx/8/graphics/rt: RT-31324: Mac OS X 10.8, NPE is thrown when rendering complex text and bidi with some of installed fonts.

2013-07-29 Thread hang . vo
Changeset: 5da653e8513d Author:Felipe Heidrich felipe.heidr...@oracle.com Date: 2013-07-29 09:37 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/5da653e8513d RT-31324: Mac OS X 10.8, NPE is thrown when rendering complex text and bidi with some of installed fonts.

Re: Mixing 2D and 3D

2013-07-29 Thread Chien Yang
Hi August, It is good to bring to back old memory occasionally. I've almost forgotten ViewSpecificGroup in Java 3D. :-) Thanks for sharing your proof of concept work in using Node.snapshot. We will take a closer study of your work. It is possible that you might have uncovered new area

Re: Modularisation and repositories (forked from Re: Building JavaDoc and Sources JARs)

2013-07-29 Thread Scott Palmer
You also need the native resources to go with it. All the DLLs or .so files or what have you. That would imply yet another classifier. E.g. win-x86, win-x64, etc. (OS X would typically only be 64-bit, or use a fat binary) But what is the end goal? If it is just getting the jar for build

hg: openjfx/8/graphics/rt: RT-31946: ViewPainter cleanup

2013-07-29 Thread hang . vo
Changeset: 3063916c3e1f Author:rbair Date: 2013-07-29 11:05 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/3063916c3e1f RT-31946: ViewPainter cleanup ! modules/graphics/src/main/java/com/sun/javafx/geom/DirtyRegionPool.java !

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

2013-07-29 Thread hang . vo
Changeset: f3b79bb4e8e4 Author:rbair Date: 2013-07-29 13:24 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/f3b79bb4e8e4 Remove bogus capital U ! modules/graphics/src/main/java/com/sun/javafx/geom/DirtyRegionPool.java Changeset: 45c7064fe74a Author:rbair Date:

RE: JavaFX Sightings (forked from Re: Can JavaFX do CAD?)

2013-07-29 Thread John Smith
I think there are two kinds of sightings = a) Small demo apps that show up on blogs. b) Commercial apps or significant A+ open-source projects. I think a Sightings type site should not host both styles, or if it does, it should clearly delineate between the two, so that it is clear to people

hg: openjfx/8/graphics/rt: RT-31973 Text Visual Bounds need update when type changes

2013-07-29 Thread hang . vo
Changeset: e0f5a4a349d2 Author:Yao Wang yao.w.w...@oracle.com Date: 2013-07-29 14:03 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/e0f5a4a349d2 RT-31973 Text Visual Bounds need update when type changes ! modules/graphics/src/main/java/javafx/scene/text/Text.java

Re: JavaFX Sightings (forked from Re: Can JavaFX do CAD?)

2013-07-29 Thread John C. Turnbull
Hi John, You mentioned that the JavaFX.com website for 2.x is very different from that for 1.x in the way it handles samples and demos. Why do you think the latest one is better and in what way did using applets harm the brand? I actually liked the previous website because it had a large

Putting the JavaFX 78 backport into Maven Central

2013-07-29 Thread Daniel Zwolenski
As I mentioned, I'm in the process of deploying the iOS version of Danno's 78 backport (https://bitbucket.org/narya/jfx78) to Maven Central. This is a summary of a couple of decisions I'm taking. *78 Backport Coordinates * I previously proposed deploying with these coordinates: -

JavaFX in JDK 8 b100 seems to be broken on Windows

2013-07-29 Thread John C. Turnbull
I run Ensemble8 and clicking on any demo results in: Exception in thread JavaFX Application Thread java.lang.UnsatisfiedLinkError: D:\Java\jdk\1.8.0\jre\bin\jfxwebkit.dll: Can't find dependent libraries at java.lang.ClassLoader$NativeLibrary.load(Native Method)

Re: JavaFX in JDK 8 b100 seems to be broken on Windows

2013-07-29 Thread Jonathan Giles
This is a known problem: https://javafx-jira.kenai.com/browse/RT-31972 -- Jonathan On 30/07/2013 11:41 a.m., John C. Turnbull wrote: I run Ensemble8 and clicking on any demo results in: Exception in thread JavaFX Application Thread java.lang.UnsatisfiedLinkError:

Re: JavaFX in JDK 8 b100 seems to be broken on Windows

2013-07-29 Thread Jonathan Giles
It breaks anything using WebView, including Ensemble (for the source code viewer), and HTMLEditor (for rendering the rich text). I'm sure the WebView team will prioritise appropriately and hopefully have this resolved ASAP. -- Jonathan On 30/07/2013 2:14 p.m., John C. Turnbull wrote: It is

RE: JavaFX in JDK 8 b100 seems to be broken on Windows

2013-07-29 Thread John C. Turnbull
It is reported as an issue with WebView but unfortunately it means that Ensemble8 cannot run any demo at all :-( -Original Message- From: Jonathan Giles [mailto:jonathan.gi...@oracle.com] Sent: Tuesday, 30 July 2013 09:53 To: John C. Turnbull Cc: openjfx-dev@openjdk.java.net Subject: Re:

hg: openjfx/8/graphics/rt: RT-31972 Webview fails with dll exception on b100

2013-07-29 Thread hang . vo
Changeset: e1a00405bac8 Author:peterz Date: 2013-07-30 07:14 +0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/e1a00405bac8 RT-31972 Webview fails with dll exception on b100 ! build.gradle

My app locks up with b100

2013-07-29 Thread Scott Palmer
I'm experiencing a lockup just as my UI should show when I try to run my app with JavaFX 8.0 b100 on OS X. Anyone else seeing anything like that? Scott