Re: OT: Netbeans ported to JFX?

2014-07-09 Thread Sven Reimers
If you you are looking for modular application frameworks based on NetBeans Platform... bitbucket.org/sreimers/eFX or mfx.java.net -Sven Am 09.07.2014 23:32 schrieb "Danno Ferrin" : > > On Jul 9, 2014, at 8:14 AM, Jeff Martin wrote: > > > We need something like a "JavaFX Playground" > > Somethin

hg: openjfx/8u-dev/rt: RT-37818: [CSS] Drag triggers NPE at com.sun.javafx.css.StyleManager.removeStylesheetContainer

2014-07-09 Thread david . grieve
Changeset: 779bbf1e9a68 Author:David Grieve Date: 2014-07-09 20:47 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/779bbf1e9a68 RT-37818: [CSS] Drag triggers NPE at com.sun.javafx.css.StyleManager.removeStylesheetContainer ! modules/graphics/src/main/java/com/sun/javaf

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

2014-07-09 Thread kevin . rushforth
Changeset: 6bd56ba93d13 Author:kcr Date: 2014-07-03 11:09 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/6bd56ba93d13 RT-37790: Various source files are missing from javafx-src.zip Reviewed-by: fheidric ! build.gradle Changeset: 70728eaeb532 Author:hudson Date:

[8u Review Request] RT-37551: loading user-agent stylesheets one at a time from PlatformImpl is inefficient

2014-07-09 Thread David Grieve
Steve, Kevin - I'd like for you to review these changes as they affect PlatformImpl. https://javafx-jira.kenai.com/browse/RT-37551 http://cr.openjdk.java.net/~dgrieve/RT-37551/webrev.00/

hg: openjfx/8u20/rt: Added tag 8u20-b22 for changeset 6bd56ba93d13

2014-07-09 Thread hang . vo
Changeset: 70728eaeb532 Author:hudson Date: 2014-07-09 07:35 -0700 URL: http://hg.openjdk.java.net/openjfx/8u20/rt/rev/70728eaeb532 Added tag 8u20-b22 for changeset 6bd56ba93d13 ! .hgtags

Re: OT: Netbeans ported to JFX?

2014-07-09 Thread Danno Ferrin
On Jul 9, 2014, at 8:14 AM, Jeff Martin wrote: > We need something like a "JavaFX Playground" Something like this? https://www.youtube.com/watch?v=g2DJb58at10 Looks like Carl will also be presenting this at JavaOne this year. —Danno

hg: openjfx/8u-dev/rt: RT-37877: ConcurrentModificationException when changing user-agent stylesheets

2014-07-09 Thread david . grieve
Changeset: 12667ba4eb22 Author:David Grieve Date: 2014-07-09 17:15 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/12667ba4eb22 RT-37877: ConcurrentModificationException when changing user-agent stylesheets ! modules/graphics/src/main/java/com/sun/javafx/css/StyleManage

hg: openjfx/8u-dev/rt: RT-37871 [Monocle] monocle.input.traceEvents.verbose should imply monocle.input.traceEvents

2014-07-09 Thread daniel . blaukopf
Changeset: acc06f0a5691 Author:Daniel Blaukopf Date: 2014-07-09 20:43 +0300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/acc06f0a5691 RT-37871 [Monocle] monocle.input.traceEvents.verbose should imply monocle.input.traceEvents ! modules/graphics/src/main/java/com/sun/glas

Re: Camera look at in 3d

2014-07-09 Thread Chien Yang
We aren't ready to support ease of easy camera controls in JavaFX 8. However our sample team did include a camera control utility in the JavaFX 8 Samples download. Please look for the com.javafx.experiments.jfx3dviewer package. Thanks, - Chien On 7/9/2014 3:26 AM, Jack Moxley wrote: One of

hg: openjfx/8u20/rt: 4 new changesets

2014-07-09 Thread kevin . rushforth
Changeset: ac74c958f84b Author:shemnon Date: 2014-07-07 07:19 -0600 URL: http://hg.openjdk.java.net/openjfx/8u20/rt/rev/ac74c958f84b RT-37832: [packager] Mac App Store Bundler fails to strip jfxmedia.dylib and strips Info.plist Summary: Update the JDK Parameters prior to validating

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

2014-07-09 Thread danno . ferrin
Changeset: 815b29fce85f Author:shemnon Date: 2014-07-09 14:41 -0600 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/815b29fce85f RT-37833: [packager] Allow for easier configuration of CFBundleVersion for Mac/Mac App Store Summary: Add a mac.CFBundlerVersion bundler argument.

Re: OT: Netbeans ported to JFX?

2014-07-09 Thread Jeff Martin
My thought is that JavaFX is perfect for an IDE targeted to education, like Greenfoot and BlueJ: SnapCode: SnapCode is the first and only pure JavaFX IDE YouTube Overview: SnapCode JavaFX Overview SnapCode has visual code editing ("Snap-coding"), a sprite kit, graphics/sound edi

Re: OT: Netbeans ported to JFX?

2014-07-09 Thread Michael Berry
It would be nice in a utopian sense - though I'd have to question if it would really be worth the resources required? Personally I'd be much more in favour of further development of JavaFX itself... Michael On 9 July 2014 10:52, Tobias Bley wrote: > very interesting question ;) > > Will there

Re: Only 1 GUI thread & dialogs (was Re: 2 JavaFX applets in the same JVM)

2014-07-09 Thread Artem Ananiev
On 7/9/2014 1:51 AM, ngalarn...@abinitio.com wrote: Hi Steve, My understanding of Swing was that when in a modal dialog, which blocked the EDT, a second EDT was fired up for the duration of the dialog to keep the events flowing. Swing doesn't do that. When a modal dialog is shown, it starts a

hg: openjfx/8u-dev/rt: RT-37865 [Monocle] Show absolute axis bounds in GetEvent

2014-07-09 Thread daniel . blaukopf
Changeset: 8cd193121334 Author:Daniel Blaukopf Date: 2014-07-09 15:59 +0300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/8cd193121334 RT-37865 [Monocle] Show absolute axis bounds in GetEvent ! modules/graphics/src/main/java/com/sun/glass/ui/monocle/GetEvent.java

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

2014-07-09 Thread david . grieve
Changeset: c8fa5e33e810 Author:David Grieve Date: 2014-07-09 08:49 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/c8fa5e33e810 RT-37522: TableColumn: default comparator should use Collator for String types Reviewed by: Jonathan ! modules/controls/src/main/java/javafx/s

Re: Only 1 GUI thread & dialogs (was Re: 2 JavaFX applets in the same JVM)

2014-07-09 Thread ngalarneau
Curiously the redirect happens to me in Chrome & Firefox, but not in IE. Using Chrome's debugger I can see that it reaches the real site, gets an http 200 (not a redirect) from it & then goes to the xmission site. Unfortunately chrome doesn't show me why it does so. Oh well, at least I can read

Fwd: Re: [SceneBuilderKit]

2014-07-09 Thread Sven Reimers
Missed the reply to all.. -Sven -- Weitergeleitete Nachricht -- Von: "Sven Reimers" Datum: 09.07.2014 13:58 Betreff: Re: [SceneBuilderKit] An: "Eric Le Ponner" Cc: My train of thought is more along expressiveness... The revision is a general trigger and the API user has to check

Camera look at in 3d

2014-07-09 Thread Jack Moxley
One of the things sorely missed is a simple way of getting the camera to rotate so it looks at a specified point in 3d space. I am racking my head trying to work out how to do this, does anyone have any ideas/pointers in how to achieve this? Any help much appreciated. Kind regards, Jack

Re: OT: Netbeans ported to JFX?

2014-07-09 Thread Tobias Bley
very interesting question ;) Will there be a android and iOS version of Netbeans in the future ;)? > Am 09.07.2014 um 11:40 schrieb Robert Krüger : > > Hi, > > it is a little off-topic but the people reading this list are most > likely the ones who could answer this. > > Is a port of Netbean

OT: Netbeans ported to JFX?

2014-07-09 Thread Robert Krüger
Hi, it is a little off-topic but the people reading this list are most likely the ones who could answer this. Is a port of Netbeans to JFX planned or even ongoing? It would certainly be a huge project but I am asking myself, if there is a way around that with Swing being de-facto legacy if Netbea

Re: [SceneBuilderKit]

2014-07-09 Thread Eric Le Ponner
Hi Sven, There is already JobManager.revisionProperty() available. Isn’t it enough for Netbeans plugin to update its state ? Scene Builder App does everything with this observable prop. Eric Le 8 juil. 2014 à 23:28, Sven Reimers a écrit : > Hi guys, > > I am still working on integration Scen