Re: CSS warning

2014-10-21 Thread Tom Eugelink
I understand and see the merrits of special handling so that the engine prevents leaking. OTOH, special handling always is extra overhead, and I know how careful the JavaFX team weighs any additional performance hit, so the question remains if the engine should have a special handling or the CS

8u40 review request: RT-39046 - region cache rendering artifacts on SW pipeline

2014-10-21 Thread Jim Graham
Jira: https://javafx-jira.kenai.com/browse/RT-39046 webrev: http://cr.openjdk.java.net/~flar/RT-39046/webrev.00/ ...jim

Re: Winlauncher & Preloader

2014-10-21 Thread Kevin Rushforth
I think you are running into https://javafx-jira.kenai.com/browse/RT-36851 -- Kevin Francisco Javier Godino wrote: Hello: I created an application that it uses Preloader. The preload is running perfectly if it is invoked directly. (Ej: Java -jar jarfile.jar) If I use the winlauncher, the

Winlauncher & Preloader

2014-10-21 Thread Francisco Javier Godino
Hello: I created an application that it uses Preloader. The preload is running perfectly if it is invoked directly. (Ej: Java -jar jarfile.jar) If I use the winlauncher, the preloader is not invoked. Thanks in advance Javier P/D I opened the MANIFEST.MF inside the JAR file and the directi

Re: CSS warning

2014-10-21 Thread David Grieve
On 10/21/14, 1:09 PM, Tom Eugelink wrote: That makes sense :-) I've tested it under 8U40, took some hacking because of the other CSS problems with the "only affects the control", but it indeed seems to not be a problem anymore. About this "only affects the control"; are you sure you want to a

Re: CSS warning

2014-10-21 Thread Tom Eugelink
That makes sense :-) I've tested it under 8U40, took some hacking because of the other CSS problems with the "only affects the control", but it indeed seems to not be a problem anymore. About this "only affects the control"; are you sure you want to add special CSS handling for controls in the

[8u40] Review request for RT-38921: [JFXPanel, Mac] popups + -Djavafx.embed.singleThread=true causes deadlock

2014-10-21 Thread Anton V. Tarasov
Hello, Please, have a look: https://javafx-jira.kenai.com/browse/RT-38921 http://cr.openjdk.java.net/~ant/RT-38921/webrev.0 In order to resolve a deadlock Component.revalidate() is invoked on EDT. Thanks, Anton.

Re: CSS warning

2014-10-21 Thread David Grieve
JavaFX CSS has a 'lookup' feature that allows you to declare the value of a property as another property. For example, the -fx-base property defines the base color of the modena theme (the same goes for caspian). When a css value is calculated, these looked-up properties have to be resolved to