RE: Odd issue with unused namespaces in style blocks

2013-02-14 Thread Kessler CTR Mark J
We ran into some interesting issue like that when we first cut over to spark using the CSS files shortly after it was released. Some of the components came up blank like they were not using their default skin files. So we either used our custom skins or made sure they were assigned properl

Re: Odd issue with unused namespaces in style blocks

2013-02-13 Thread Justin Mclean
Hi, > Use -keep-generated-actionscript and see if there is a > difference in the generated code. Good idea. Looks identical as far as I can see for a simple example. > ".hoverStyle" is the same as "*.hoverStyle" so maybe "*" only applies to > spark components in the first case and there are non-s

Re: Odd issue with unused namespaces in style blocks

2013-02-13 Thread Alex Harui
Don't know. Use -keep-generated-actionscript and see if there is a difference in the generated code. ".hoverStyle" is the same as "*.hoverStyle" so maybe "*" only applies to spark components in the first case and there are non-spark components in the renderers? On 2/13/13 8:15 PM, "Justin Mclea