--- In [email protected], "graham.t...@..." <tony.gra...@...> wrote:
>
> 
> How did you resolve this without access to the protected 
> CSSStyleDeclaration.overrides property?

IIRC, if you look at the code to CSSStyleDeclaration, you can see how to use 
the factory property to create an object that has the properties that are set 
up by the aggregate of the style declarations that refer to your component in 
some way.

Note that the defaultFactory you see in the help examples is NOT what you want 
to look at.  defaultFactory is the css properties that get attached to an 
instance defined in MXML in the faux attributes that point to style properties.

BUT...I think I ultimately concluded that the inheritance I was trying to force 
basically just happens automagically, because the code I worked out isn't in 
the project anymore :)

HTH;

Amy

Reply via email to