showbright1 / reusable-fx

Automatically exported from code.google.com/p/reusable-fx
1 stars 0 forks source link

theme warnings when compiling in Flex 4 #28

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. check out the flex 4 branch
2. build
3.

What is the expected output? What do you see instead?

The examples source will generate warnings: "The style 'dropShadowEnabled' is 
only supported by type 
'com.iwobanas.controls.dataGridClasses.filterEditors.DropDownFilterEditor' with 
the theme(s) 'halo'.    Examples        line 8  Flex Problem"

I tried switching to the halo theme (which would not be acceptable anyway since 
I need to use spark for my project), and it instead generates a warning of :
"The style 'dropShadowVisible' is only supported by type 'mx.controls.List' 
with the theme(s) 'spark'.  Examples        line 488    Flex Problem"

Any ideas?

Original issue reported on code.google.com by coolco...@gmail.com on 19 Sep 2011 at 7:03

GoogleCodeExporter commented 8 years ago
I managed to get rid of the warning by removing the "drop-shadow-enabled: 
true;" from defaults.css.   I do not have the drop shadow, but at least the 
warning is gone.

Original comment by coolco...@gmail.com on 26 Sep 2011 at 2:45