Re: A lot WARING with CSS

2013-12-15 Thread Yennick Trevels
I encountered the same issue when trying to run my demo application on Android 
with the JavaFx Android port.
All my background and border styles wouldn't show up when I had any *-radius 
styles defined, once I removed those it was working fine. Back then I thought 
this was only an issue on Android, because when I ran my app on the desktop it 
was working fine.

Regards,
Yennick
On 14/12/2013 21:27:28, Francisco Javier Godino jgod...@yahoo.com wrote:
I have an application running perfectly with JAVAFX 2.

I trying to migrate this application to OpenJFX 8.

When I run the program, there is a lot of warning like:

Executing C:\Desarrollos\NovoviaSistema8\dist\run1862230921\NovoviaSistema8.jar 
using platform C:\Program Files\Java\jdk1.8.0/bin/java
dic 14, 2013 5:11:24 PM javafx.scene.CssStyleHelper lookup
WARNING: caught: 
java.lang.ClassCastException: [Ljavafx.geometry.Insets; cannot be cast to 
[Ljavafx.scene.layout.CornerRadii;

and the screen look is different. It's not considering my CSS as JAVAFX 2.

Do I need to change somethings?

Thanks


Re: A lot WARING with CSS

2013-12-15 Thread Tom Eugelink


I'm having loads of CSS warnings and one or two class cast exceptions running 
the JFXtras samples (have been reporting them for a long while already). But 
there they do not seem to have any visual impact.


On 2013-12-15 11:14, Yennick Trevels wrote:

I encountered the same issue when trying to run my demo application on Android 
with the JavaFx Android port.
All my background and border styles wouldn't show up when I had any *-radius 
styles defined, once I removed those it was working fine. Back then I thought 
this was only an issue on Android, because when I ran my app on the desktop it 
was working fine.

Regards,
Yennick
On 14/12/2013 21:27:28, Francisco Javier Godino jgod...@yahoo.com wrote:
I have an application running perfectly with JAVAFX 2.

I trying to migrate this application to OpenJFX 8.

When I run the program, there is a lot of warning like:

Executing C:\Desarrollos\NovoviaSistema8\dist\run1862230921\NovoviaSistema8.jar 
using platform C:\Program Files\Java\jdk1.8.0/bin/java
dic 14, 2013 5:11:24 PM javafx.scene.CssStyleHelper lookup
WARNING: caught:
java.lang.ClassCastException: [Ljavafx.geometry.Insets; cannot be cast to 
[Ljavafx.scene.layout.CornerRadii;

and the screen look is different. It's not considering my CSS as JAVAFX 2.

Do I need to change somethings?

Thanks





A lot WARING with CSS

2013-12-14 Thread Francisco Javier Godino
I have an application running perfectly with JAVAFX 2.

I trying to migrate this application to OpenJFX 8.

When I run the program, there is a lot of warning like:

Executing C:\Desarrollos\NovoviaSistema8\dist\run1862230921\NovoviaSistema8.jar 
using platform C:\Program Files\Java\jdk1.8.0/bin/java
dic 14, 2013 5:11:24 PM javafx.scene.CssStyleHelper lookup
WARNING: caught: 
java.lang.ClassCastException: [Ljavafx.geometry.Insets; cannot be cast to 
[Ljavafx.scene.layout.CornerRadii;

and the screen look is different. It's not considering my CSS as JAVAFX 2.

Do I need to change somethings?

Thanks