I already have the line -compiler.theme=${flexlib}\themes\Halo\halo.swc.
IntelliJ is slightly different with no theme selector so you have to
manually specify that.
If I don't specify that it defaults to the spark theme and I get 110 of
these type warnings instead:
Warning:[ProductClient]: OurPath+Framework.swc$defaults.css: The style
'backgroundSize' is only supported by type 'mx.containers.Accordion' with
the theme(s) 'halo'.
Peter Ginneberge wrote
> 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
--
View this message in context:
http://apache-flex-users.2333346.n4.nabble.com/Remove-Flex-4-6-SDK-default-css-Warnings-tp10544p10584.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.