Re: JavaFX (1.7.0_45) and Applet: problem with layout

2014-09-19 Thread Fabrizio Giudici
On Tue, 16 Sep 2014 11:55:26 +0200, Fabrizio Giudici fabrizio.giud...@tidalwave.it wrote: Hello. A customer submitted me a problem concerning a Java WebStart applet made with JavaFX (JDK 1.7.0_45): the thing works, but at the beginning the rendering in the browser is such that a number

Re: JavaFX (1.7.0_45) and Applet: problem with layout

2014-09-19 Thread Randahl Fink Isaksen
Could you provide a screen shot? R. On 19 Sep 2014, at 12:07, Fabrizio Giudici fabrizio.giud...@tidalwave.it wrote: On Tue, 16 Sep 2014 11:55:26 +0200, Fabrizio Giudici fabrizio.giud...@tidalwave.it wrote: Hello. A customer submitted me a problem concerning a Java WebStart applet made

How to suppress platform logger output

2014-09-19 Thread Werner Lehmann
Hi, I'd like to use one of the Bindings.select* methods but can't really accept the tons of stderr output it generates for null steps. According to this ticket... [#RT-35957] Bindings class spits out a lot of unneeded log messages https://javafx-jira.kenai.com/browse/RT-35957 ... 8u20

Thoughts about the use cases for Dialog

2014-09-19 Thread Keimel, Christoph
Hi I am playing around with the new Dialog API in 8u40. I am evaluating if the Dialog class could be the base for a custom Dialog implementation (Wizard) for use in a business application. The use cases for these dialogs usually require the calculation of the return value based on user input.

TableView loses focused cell after sorting

2014-09-19 Thread Pete Moss
I just noticed something odd in the TableView wrt sorting and the focused cell. It seems that if there are selected cells, after resorting, the TableView restores the selected cells (because the TablePositions will have changed), but in doing so, the focused cell is cleared. This happens in the

hg: openjfx/8u-dev/rt: RT-38395: Add ability to resolve the URL given with an @import statement relative to the FX runtime

2014-09-19 Thread david . grieve
Changeset: 835a333ec7ee Author:David Grievedavid.gri...@oracle.com Date: 2014-09-19 08:44 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/835a333ec7ee RT-38395: Add ability to resolve the URL given with an @import statement relative to the FX runtime Reviewed-by: kcr

Re: How to suppress platform logger output

2014-09-19 Thread Nicolai Parlog
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Werner, a little off topic but it might still be relevant for you. There is a feature request logged in the JavaFX-Jira[1] which asks for a type safe way to use Bindings.select. It the comments two libraries are mentioned which do this (and

Re: How to suppress platform logger output

2014-09-19 Thread Werner Lehmann
Hi Nicolai, On 19.09.2014 15:43, Nicolai Parlog wrote: a little off topic but it might still be relevant for you. thanks, I noticed that ticket and found Tomas' blog to be a very interesting read. However, this is for a Webstart application and we already have way too many dependencies for

Re: How to suppress platform logger output

2014-09-19 Thread Peter Levart
On 09/19/2014 01:34 PM, Werner Lehmann wrote: Hi, I'd like to use one of the Bindings.select* methods but can't really accept the tons of stderr output it generates for null steps. According to this ticket... [#RT-35957] Bindings class spits out a lot of unneeded log messages

Re: How to suppress platform logger output

2014-09-19 Thread Peter Levart
On 09/19/2014 04:38 PM, Peter Levart wrote: On 09/19/2014 01:34 PM, Werner Lehmann wrote: Hi, I'd like to use one of the Bindings.select* methods but can't really accept the tons of stderr output it generates for null steps. According to this ticket... [#RT-35957] Bindings class spits out

hg: openjfx/8u-dev/rt: RT-38312: Modify Packager to remove QT Kit platform when creating Mac App Store bundles

2014-09-19 Thread danno . ferrin
Changeset: ac413b6468e9 Author:shemnon Date: 2014-09-18 23:07 -0600 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/ac413b6468e9 RT-38312: Modify Packager to remove QT Kit platform when creating Mac App Store bundles Summary: Remove unneeded debugging code !

Re: How to suppress platform logger output

2014-09-19 Thread Werner Lehmann
Hi Peter, this one seems to work, based on your former suggestion: com.sun.javafx.binding.Logging.getLogger().setLevel(sun.util.logging.PlatformLogger.Level.OFF); Thanks for that. Of course I am not sure if that also kills other binding-related logs I might be interested in but generally I'd

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

2014-09-19 Thread david . grieve
Changeset: cdc219ec5ce8 Author:David Grievedavid.gri...@oracle.com Date: 2014-09-19 13:54 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/cdc219ec5ce8 [TEST-ONLY] RT-38687: [CSS] Using setUserAgentStylesheet() with @import syntax issue !