Flex 4 :: StyleManager.getStyleDeclaration() :: take 2
Thursday, June 25th, 2009Hi,
I need to clear the air here, what I said in my last post seems to be deprecated as of Flex 3. I dug into the auto generated classes and now see how the compiler is initializing classes.
For a type selector in a component it would be something like;
var selector:CSSSelector = new CSSSelector("com.teotigraphix.ui.control.TitleBar", null, null);
var [...]

