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

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

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:

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 r

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: D:\Java\jdk\1.8.0\jre\

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

2013-07-29 Thread hang . vo
Changeset: e59950cadb51 Author:hudson Date: 2013-07-24 16:56 -0700 URL: http://hg.openjdk.java.net/openjfx/2u/dev/rt/rev/e59950cadb51 Added tag 2.2.40-b35 for changeset b836931cf020 ! .hgtags Changeset: 8d0655bd2163 Author:kcr Date: 2013-07-29 14:09 -0700 URL: http:

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)

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: - groupId=net

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 number

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 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

current state of gradle script for Android?

2013-07-29 Thread Tobias Bley
Hi, can anyone say something about the current state of the gradle android support? Is it possible to build OpenJFX for Android now via gradle? Best regards, Tobi

Re: Level of detail

2013-07-29 Thread Richard Bair
> The concept of Level of detail was recently brought up. I believe it was > referring to 3D, but the concept applies to 2D as well, when we have the > concept of 2D scaling ("zoom") This is a great point. > Is there a current plan to address this? I don't think so (at least I have not been par

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: 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:

Level of detail

2013-07-29 Thread Scott Palmer
The concept of Level of detail was recently brought up. I believe it was referring to 3D, but the concept applies to 2D as well, when we have the concept of 2D scaling ("zoom") Is there a current plan to address this? Is there a current technique that can be used to get something close? For exa

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 ! modules/graphics/src/main/java/com/sun/

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

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 wh

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

2013-07-29 Thread Richard Bair
Thank you for this explanation, it was very easy to follow! > (As an aside, with Maven I never check in my intellij project files, and tend > to get my developers to open the POM file directly - the POM file becomes the > source of truth and is IDE agnostic). Ideally we'd do the same with Grad

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 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. ! modules/graphics/src/main

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

2013-07-29 Thread Tom Eugelink
Chiming in; I indeed would recommend sticking to a version naming scheme that is compatible with Maven, like Daniel says. But there is an behavior in Maven snapshots that may be of interest. In Maven a snapshot can be updated as often as you like, but a release can be generated only once, so

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 - j

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 wrote: 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 part > of this problem,

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 pan

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

2013-07-29 Thread hang . vo
Changeset: ff1219a1e652 Author:Martin Sladecek 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. ! modules/graphics/src/main/java/javafx/scene/Parent.ja

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 someth

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 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 to addNative. ! build.grad