Humm... Ok, I have a custom style called ".incomeValue" defined on my
CSS file. I need to return that style as an Object on a styleFunction.
I can access that style as an instance of CSSStyleDeclaration by making 

var s2:CSSStyleDeclaration =
StyleManager.getStyleDeclaration(".incomeValue")

But I need to return it as an Object, not a CSSStyleDeclaration. There
should be a direct way to return from a CSSStyleDeclaration the object
with the structure that a styleFunction needs ....

Reply via email to