If I'm not mistaken, adding the Halo.swc to the "theme" compiler arguments will get rid of those warnings:

-theme=${flexsdk}/frameworks/themes/Halo/halo.swc

or

-theme+=${flexsdk}/frameworks/themes/Halo/halo.swc

Note the "=" vs "+=".

And of course "${flexsdk}" needs to point to your Flex SDK.

regards,
Peter


On 10/06/2015 14:42, DarrenEvans wrote:
Is it possible to remove the following Flex 4.6 SDK warnings?

Warning:[ProductClient]:
C:\Workspaces\sdks\Flex\4.6.0\frameworks\libs\spark.swc$defaults.css: The
style 'backgroundColor' is only supported by type
'spark.components.BorderContainer' with the theme(s) 'spark, mobile'.
Warning:[ProductClient]:
C:\Workspaces\sdks\Flex\4.6.0\frameworks\libs\spark.swc$defaults.css: The
style 'backgroundColor' is only supported by type 'spark.components.Panel'
with the theme(s) 'spark, mobile'.
Warning:[ProductClient]:
C:\Workspaces\sdks\Flex\4.6.0\frameworks\libs\spark.swc$defaults.css: The
style 'cornerRadius' is only supported by type 'spark.components.TabBar'
with the theme(s) 'spark'.

There are a whole bunch more I would like to get rid of too. We are using
the Halo theme and compiling using IntelliJ.

Any help would be much appreciated!



--
View this message in context: 
http://apache-flex-users.2333346.n4.nabble.com/Remove-Flex-4-6-SDK-default-css-Warnings-tp10544.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Reply via email to