Fwd: hg: openjfx/8/graphics/rt: RT-32032 Android: VM hangs when application finishes.

2013-08-07 Thread Tobias Bley
Tomas, which VM do you mean in this bug report ;)? Tobi Anfang der weitergeleiteten Nachricht: Von: hang...@oracle.com Betreff: hg: openjfx/8/graphics/rt: RT-32032 Android: VM hangs when application finishes. Datum: 6. August 2013 08:33:26 MESZ An: openjfx-dev@openjdk.java.net

Re: JavaFX and iOS - it will remain a dream

2013-08-07 Thread Tobias Bley
Yes Felix, it *has* to be this year…. We do not port our swing based commercial apps if JavaFX does not run on tablets as well. Am 30.07.2013 um 21:06 schrieb Felix Bembrick felix.bembr...@gmail.com: Hi Tobi, I know how you feel. As much as I am impressed with JavaFX, clearly its

Re: current state of gradle script for Android?

2013-08-07 Thread Tobias Bley
Hi Tomas, thanks for your hints. Where can I find the „FXApplication“ class? There is only a „FXActivity“ and a „VMLauncher“ class… Could you please give me a hint how to start to build a JavaFX launcher for Dalvik? Thanks, Tobi Am 02.08.2013 um 10:59 schrieb tomas.brandalik

Re: JavaFX and iOS - it will remain a dream

2013-08-07 Thread Daniel Zwolenski
How did you go with using Maven for your iOS stuff Tobi? Did it work out for you? Has anyone else had a chance to get into it? I was hoping for more feedback on what works and what doesn't. Also hoping to see some open source demo iOS apps popup to start highlighting what works and what

JavaFX for Android build is broken

2013-08-07 Thread Tobias Bley
Hi (Tomas), I tried to build JavaFX for Android again but was getting the follow build errors: /Applications/Developer/Java/open-jfx-graphics/rt/modules/graphics/src/main/native-glass/lens/android/android.c: In function

Fwd: current state of gradle script for Android?

2013-08-07 Thread Tobias Bley
Hey Danno, could you please merge the latest changes to your jfx78 project? Thank you very much! Tobi Anfang der weitergeleiteten Nachricht: Von: tomas.brandalik tomas.branda...@oracle.com Betreff: Aw: current state of gradle script for Android? Datum: 7. August 2013 10:15:25 MESZ An:

Re: Swing and JavaFX thread merge

2013-08-07 Thread Artem Ananiev
Hi, Pedro Duque Vieira, this is in progress. JDK part is tracked in 8015477: http://bugs.sun.com/view_bug.do?bug_id=8015477 JavaFX part is described in RT-30694: https://javafx-jira.kenai.com/browse/RT-30694 Note that in JDK8/JavaFX8 single-threaded mode will not be a part of public API, it

hg: openjfx/8/graphics/rt: Android: Handle back key. Map it to javafx ESC keyode. It doesn't have default behaviour like on Android application has to handle it.

2013-08-07 Thread hang . vo
Changeset: 7b91d799fbda Author:tb115823 tomas.branda...@oracle.com Date: 2013-08-07 13:50 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/7b91d799fbda Android: Handle back key. Map it to javafx ESC keyode. It doesn't have default behaviour like on Android

hg: openjfx/8/graphics/rt: RT-32168 Android: Build has to better support various toolchains.

2013-08-07 Thread hang . vo
Changeset: 3f66d861ed68 Author:tb115823 tomas.branda...@oracle.com Date: 2013-08-07 13:00 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/3f66d861ed68 RT-32168 Android: Build has to better support various toolchains. ! buildSrc/android.gradle

hg: openjfx/8/controls/rt: 59 new changesets

2013-08-07 Thread hang . vo
Changeset: d8637798fb3e Author:dmasada Date: 2013-07-30 14:14 -0700 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/d8637798fb3e RT-31630 Ensemble8 CurveFittedAreaChart and some others get NPE in NGRegion !

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

2013-08-07 Thread hang . vo
Changeset: fbfd5d489bcf Author:peterz Date: 2013-08-07 18:20 +0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/fbfd5d489bcf Upgraded to webview-deps-1.1 ! build.gradle Changeset: 79f9597ebf00 Author:Oldrich Maticka oldrich.mati...@oracle.com Date:

Re: Multiple JFXPanel?

2013-08-07 Thread Anton V. Tarasov
Hi Pedro, On 05.08.2013 2:13, Pedro Duque Vieira wrote: Hi Anton, Thanks for your reply. Actually I wasn't clear enough when I explained my app. My app is composed of a MDI style interface but each window belongs to the same JFrame, so there is only one JFrame but multiple internal frames.

Proposal to move default style-class from Control to SkinBase

2013-08-07 Thread David Grieve
Currently, a control has a default style-class. For example, you can use .button in a style-sheet to style a Button. I propose to move the default style-class from the control to the skin (RT-32186). The impetus for this change is two-fold. Firstly, it can be argued that setting the

Re: Multiple JFXPanel?

2013-08-07 Thread Pedro Duque Vieira
Hi Anton, Thank you very much for your effort! Best regards, On Sat, Jul 6, 2013 at 3:39 PM, Anton V. Tarasov anton.tara...@oracle.comwrote: Hi Pedro, On 05.08.2013 2:13, Pedro Duque Vieira wrote: Hi Anton, Thanks for your reply. Actually I wasn't clear enough when I explained my

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

2013-08-07 Thread Fabrizio Giudici
On Wed, 07 Aug 2013 16:54:37 +0200, Mark Fortner phidia...@gmail.com wrote: The showcase sounds like a good idea, but if the goal is to be able to use it to convince people that JavaFX is a viable platform, wouldn't it be better if you could download and try the application (maybe even web

Form of ProgressIndicator

2013-08-07 Thread Martin Klähn
Hi guys, I've just realized that the ProgressIndicator in Modena isn't shown as a rotating circle. It looks like somebody pried apart the ProgressWheel and left it apart. Has there been a change in the UI of ProgressIndicator or is this a bug and if so should I file a bug? Regards, Martin

Re: Form of ProgressIndicator

2013-08-07 Thread David Grieve
https://javafx-jira.kenai.com/browse/RT-31196 On Aug 7, 2013, at 12:35 PM, Martin Klähn grazer...@gmail.com wrote: Hi guys, I've just realized that the ProgressIndicator in Modena isn't shown as a rotating circle. It looks like somebody pried apart the ProgressWheel and left it apart.

Re: Proposal to move default style-class from Control to SkinBase

2013-08-07 Thread Tom Eugelink
Since day 1 of writing controls for JFX I've used the approach that a skin sets its own style class, and that class is used in the CSS. If a control should not be aware of how it is rendered, what sense does it make to have visual styling set on it? So in a skin I do:

RE: Proposal to move default style-class from Control to SkinBase

2013-08-07 Thread Pedro Duque Vieira
Hi David, I'm not going to directly answer your question but I'm rather gonna touch on a problem I see regarding JavaFX CSS. Forgive me for not directly sticking to the subject of your email. The issue I see is that JavaFX CSS significantly differs from W3C CSS, that is the CSS that is used on

Re: Proposal to move default style-class from Control to SkinBase

2013-08-07 Thread Tom Schindl
Oh and one more thing: IIRC you can run e.g. less in rhino so feeding it a less file with -fx properties should get you css file which you can pass on to FX. Tom On 07.08.13 22:56, Tom Schindl wrote: If I get your complain right what you want has nothing to do with CSS but you are requesting

Re: Swing and JavaFX thread merge

2013-08-07 Thread Jeff Martin
I thought I was getting this automatically - when I run on my desktop, I can bring up a JOptionPane from a Swing thread and JFXPanels (correctly) block. But when I run from Java Web Start, they don't, and I end up with sporadic SwingUtilities.computeIntersection NullPointerException. Is there

hg: openjfx/8/graphics/rt: RT-32199: drawText doing work when the glyphlist#getGlyphCount() == 0

2013-08-07 Thread hang . vo
Changeset: 747685094fb1 Author:Felipe Heidrich felipe.heidr...@oracle.com Date: 2013-08-07 14:42 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/747685094fb1 RT-32199: drawText doing work when the glyphlist#getGlyphCount() == 0 !

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

2013-08-07 Thread hang . vo
Changeset: aef521116893 Author:hudson Date: 2013-08-02 09:46 -0700 URL: http://hg.openjdk.java.net/openjfx/2u/dev/rt/rev/aef521116893 Added tag 2.2.40-b37 for changeset c2c325536f52 ! .hgtags Changeset: 34e462c596ce Author:hudson Date: 2013-08-07 11:09 -0700 URL:

JavaFX CSS significantly differs from W3C CSS (Forked from RE: Proposal to move default style-class from Control to SkinBase)

2013-08-07 Thread John Smith
So if you invent the same node-types you have on the web (lets face it there's only a handful of them most important are most likely div,span) and give them the same properties you know from the web you can copy your Web-CSS stylesheet to your FX-Application. +1 to this idea (in a 3rd

Re: JavaFX CSS significantly differs from W3C CSS (Forked from RE: Proposal to move default style-class from Control to SkinBase)

2013-08-07 Thread Tom Schindl
I couldn't resist - http://tomsondev.bestsolution.at/2013/08/07/using-less-in-javafx/ Tom On 08.08.13 01:08, John Smith wrote: So if you invent the same node-types you have on the web (lets face it there's only a handful of them most important are most likely div,span) and give them the

Re: Proposal to move default style-class from Control to SkinBase

2013-08-07 Thread Richard Bair
Hi David, Currently, a control has a default style-class. For example, you can use .button in a style-sheet to style a Button. I propose to move the default style-class from the control to the skin (RT-32186). The impetus for this change is two-fold. Firstly, it can be argued that

hg: openjfx/8/controls/rt: 3 new changesets

2013-08-07 Thread hang . vo
Changeset: 779268099d54 Author:jgiles Date: 2013-08-08 09:47 +1200 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/779268099d54 [DOC ONLY] Added javadoc to TableView to explain the new sorted list functionality. !