hg: openjfx/8/graphics/rt: iOS build: fixed due to RT-31035 remove hyphens from library names

2013-07-18 Thread hang . vo
Changeset: 7282123d73a1 Author:David Pulkrabek david.pulkra...@oracle.com Date: 2013-07-18 10:04 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/7282123d73a1 iOS build: fixed due to RT-31035 remove hyphens from library names ! buildSrc/ios.gradle

Re: Books and documents about JavaFX 8

2013-07-18 Thread Jim Weaver
Another place to find JavaFX blog posts is the JavaFX Community site [1] [1] http://javafxcommunity.com Regards, Jim Weaver On 7/18/13 7:08 AM, Neil Galarneau wrote: Hi Peter, I find _Pro JavaFX 2_ from Apress to be helpful. There are also guides on Oracle's website. There are also

Re: JavaFX 8 Progress

2013-07-18 Thread Artem Ananiev
On 7/18/2013 3:00 AM, David Ray wrote: Hi Richard, I don't see any mention of WebStart and JavaFX on the milestone list - are issues surrounding (and suffocating :)) WebStart going to addressed as part of the JDK release 8 instead? Java Plugin and Java Web Start are not parts of JavaFX

Re: Books and documents about JavaFX 8

2013-07-18 Thread Gerrit Grunwald
+1 on Jims answer… Gerrit Am 18.07.2013 um 13:47 schrieb Jim Weaver james.wea...@oracle.com: Another place to find JavaFX blog posts is the JavaFX Community site [1] [1] http://javafxcommunity.com Regards, Jim Weaver On 7/18/13 7:08 AM, Neil Galarneau wrote: Hi Peter, I find _Pro

Font size in JavaFX 8

2013-07-18 Thread Peter Penzov
Hi, I tested to run code developed on JavaFX 2.2. On JavaFX 8 the size of the Font cannot be set properly with setStyle(-fx-font-size: 12pt;). I suppose that this is caused by the JavaFX 8 code change. Is this going to be fixed into the near future? Best wishes

Re: Font size in JavaFX 8

2013-07-18 Thread David Grieve
Which build? Yesterday I filed https://javafx-jira.kenai.com/browse/RT-31745 On Jul 18, 2013, at 9:39 AM, Peter Penzov peter.pen...@gmail.com wrote: Hi, I tested to run code developed on JavaFX 2.2. On JavaFX 8 the size of the Font cannot be set properly with setStyle(-fx-font-size:

Re: JavaFX 8 Progress

2013-07-18 Thread Daniel Zwolenski
Sure, but no one other than the JFX team are (or will be) working on these right? They are effectively desktop technologies and no other team has any interest in them I'm guessing? I'd assume if they're not on the JFX roadmap, they're not on the Java roadmap? On Thu, Jul 18, 2013 at 9:48 PM,

Re: JavaFX 8 Progress

2013-07-18 Thread David Ray
I don't want to open up the webstart can of worms here, but we have multiple issues surrounding recognition and validity of signed jars when using certain VMARGS in combination with OSGi style deployment. We finally settled on JWrapper due to WebStarts apparent brittleness - but as you say,

hg: openjfx/8/graphics/rt: disable missing symbol warnings in egl

2013-07-18 Thread hang . vo
Changeset: ab8e75844575 Author:ddhill Date: 2013-07-18 12:38 -0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/ab8e75844575 disable missing symbol warnings in egl ! modules/graphics/src/main/native-prism-es2/eglfb/eglUtils.c

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

2013-07-18 Thread hang . vo
Changeset: 16a266d9f6fc Author:Martin Sladecek martin.slade...@oracle.com Date: 2013-07-18 16:01 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/16a266d9f6fc RT-29544 Use only nanosecond timer in AbstractMasterTimer !

Re: JavaFX 8 Progress

2013-07-18 Thread Daniel Zwolenski
By 'deployment team' you mean Mark Howe, etc? There's no other team working on anything to do with deployment right? On 19/07/2013, at 12:22 AM, Joe McGlynn joe.mcgl...@oracle.com wrote: No, the deployment team works on these, not the FX team. It's the same bits for FX and Swing/AWT when

hg: openjfx/8/graphics/rt: Fixed Circle3D test

2013-07-18 Thread hang . vo
Changeset: 5431d508a39c Author:rbair Date: 2013-07-18 13:04 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/5431d508a39c Fixed Circle3D test ! apps/toys/Shape3DToy/src/main/java/shapet3dtest/CircleT3D.java

Mixing 2D and 3D

2013-07-18 Thread Richard Bair
While working on RT-5534, we found a large number of odd cases when mixing 2D and 3D. Some of these we talked about previously, some either we hadn't or, at least, they hadn't occurred to me. With 8 we are defining a lot of new API for 3D, and we need to make sure that we've very clearly

Re: ComboBoxTableCell: Can we make it easier to use?

2013-07-18 Thread Jonathan Giles
Hi Scott, The pre-built cell factories that ship with JavaFX are intended to provide convenience for the common use cases, and in some cases it just makes more sense to roll your own. Which use case you fall into I'm not quite sure, so the first thing to do is file bugs on the issues you're

Re: JavaFX 8 Progress

2013-07-18 Thread David Ray
JWrapper (no plug - I don't work for them or own stock) solves all of this - you have to bundle the jvm but it's small and the installation is hitch-less… Oracle should buy them out - seriously! David On Jul 18, 2013, at 4:09 PM, ozem...@ozemail.com.au wrote: +1 The various applet and

Re: Mixing 2D and 3D

2013-07-18 Thread Daniel Zwolenski
Does it need to be a separate class, can it not just be a setting on scene like setRenderMode(3d)? Just thinking you may want a base 3d view for example but then show 2d screens at times for settings, etc, so you could switch it on and off. I assume there's no way to do it pane by pane, so

Re: JavaFX 8 Progress

2013-07-18 Thread Mark Fortner
I've heard the webstart is broke, don't fix it, move on song before from a number of people. What I haven't heard is a credible solution to solving the very real problem of keeping an app up-to-date in a corporate setting. For the most part, I agree that if you're in the business of selling

Re: Mixing 2D and 3D

2013-07-18 Thread David Ray
I'm not a 3D expert but my gut tells me that the two pipelines should remain distinct as you say. I can't imagine the evolution of such different functions converging in such a way where the semantic treatment of the two will coincide in a clean, simple and unconfusing manner. That only seems

Re: Mixing 2D and 3D

2013-07-18 Thread Richard Bair
You just embed a SubScene within a 3D scene, or a SubScene3D within a 2D scene, etc. So you can easily nest one rendering mode within the other -- where easily means, that each SubScene / SubScene3D has the semantics of draw into a texture and composite into the parent scene. Richard On Jul

Re: Mixing 2D and 3D

2013-07-18 Thread Richard Bair
Basically the embed and OpenGL rendering would be treated as rendering into a texture using OpenGL and composite it into the scene, so it doesn't really impact on either approach. Unless instead of giving you a surface to scribble into using OpenGL, we gave you a callback where you issued

Re: JavaFX 8 Progress

2013-07-18 Thread ozemale
Hi Mark, I know it is not necessarily helpful to post comments along the lines of this aint working without suggesting viable alternatives but given that I am not privy to Oracle's strategic plans for Web Start or Java in the browser and not privy to the internal technological limitations of such

Re: Java Deployment (was Re: JavaFX 8 Progress)

2013-07-18 Thread David Ray
So you're saying, once I create my new JavaFX app with all the new beautiful and wondrous JavaFX goodies - I can do what? Sit at home and look at it? :) David On Jul 18, 2013, at 5:02 PM, Daniel Zwolenski zon...@gmail.com wrote: There are definitely credible alternatives. The problem is

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

2013-07-18 Thread hang . vo
Changeset: 5d13d4188303 Author:rbair Date: 2013-07-18 14:01 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/5d13d4188303 Updated IntelliJ projects to avoid accidentally picking up files from caches for the different apps ! .idea/3DViewer.iml ! .idea/Ensemble8.iml

Re: Java Deployment (was Re: JavaFX 8 Progress)

2013-07-18 Thread Mario Torre
For Swing you can actually use CacioWeb, works quite well. Zero deployment, no VM needed, no plugin, just an HTML 5 capable browser. Doesn't work with JavaFX unfortunately. Cheers, Mario Il giorno 19/lug/2013 00:03, Daniel Zwolenski zon...@gmail.com ha scritto: There are definitely credible

Java Deployment (was Re: JavaFX 8 Progress)

2013-07-18 Thread Daniel Zwolenski
There are definitely credible alternatives. The problem is currently the alternatives are not implemented well enough so web still ends up a contender just by being the only one able to stand up. And for the record I build both public facing apps and back-office apps and web deploy does not

RE: Java Deployment (was Re: JavaFX 8 Progress)

2013-07-18 Thread John Smith
auto updating so people can easily release patch updates Checkout getdown = http://code.google.com/p/getdown/. It's simple, proven open source tech used to distribute the Puzzle Pirates MMORPG which had 4 million accounts and 250 million hours of play time in 2008. Forking getdown, swapping

Re: Java Deployment (was Re: JavaFX 8 Progress)

2013-07-18 Thread David Ray
A list of JWrapper's features: Oracle, are you ready to buy these guys yet? If you don't, we will… :) Easily deploy Java as native apps (for free) But lets break that down... Easily... To us, this means being able to build for everything, on anything - true cross platform builds. Multiple

hg: openjfx/8/graphics/rt: Fix intellij designTime module to include unit tests

2013-07-18 Thread hang . vo
Changeset: 21a47da3d8b8 Author:rbair Date: 2013-07-18 15:52 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/21a47da3d8b8 Fix intellij designTime module to include unit tests ! .idea/designTime.iml

Re: JavaFX 8 Progress

2013-07-18 Thread Daniel Zwolenski
Awesome - on the surface it does look like what Oracle were/should-be trying to build with their packaging tools - and it's free! If you use it a bit, let me know how it goes. If it's any good I'll look at wrappering this in a Maven plugin (looks straight forward). Maybe we can cut Oracle out of