Fwd: hello and macosx build trouble

2013-08-10 Thread René Jansen
any takers? Wrong list? Wrong OS? Begin forwarded message: > From: René Jansen > Subject: hello and macosx build trouble > Date: 9 augustus 2013 13:55:46 CEST > To: openjfx-dev@openjdk.java.net > > Hello, > let me first introduce myself as this is my first post on this list. I am > working on

hg: openjfx/8/graphics/rt: Added HelloTiger to the toys.

2013-08-10 Thread hang . vo
Changeset: 000d63152de1 Author:rbair Date: 2013-08-10 06:28 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/000d63152de1 Added HelloTiger to the toys. + apps/toys/Hello/src/main/java/hello/HelloTiger.java + apps/toys/Hello/src/main/java/hello/Tiger.java

Re: hello and macosx build trouble

2013-08-10 Thread Richard Bair
Hi Rene, I just did a fresh clone and build and it succeeded for me, so now we have to figure out what the difference is. > I started with building OpenJDK 8 This might be the first issue, I've always built against the dev preview builds of JDK 8, not OpenJDK 8. I tried to sort this out with M

Fwd: hello and macosx build trouble

2013-08-10 Thread René Jansen
ah, this list does not have a reply-to this list. Sorry about that, Richard, I noticed that only now. In the meantime, I found out that the missing JSObject has been added three times to my system by the git clone, but it is not compiled and on the classpath at the right moment. Any clues on wh

Re: Automatic virtualisation (was Developing controls based on Canvas?)

2013-08-10 Thread Jonathan Giles
I think it would be feasible to develop some form of automatic virtualisation API, but I don't think it needs to be an API that ships with JavaFX. A generic implementation would probably need to abstract out three details: 1) The 'cell factory' (in the lingo of existing controls) to generate

Re: use custom behavior class for TableView

2013-08-10 Thread Jonathan Giles
Hi Sven, In general the behavior aspect of UI controls is not yet public API, so we've not yet given a huge amount of thought to how best to expose these. We've got ideas, but they won't be implemented as part of JavaFX 8.0, although I hope that they will be as part of the 8.x series of relea