[flexcoders] Re: Copy or enumerate a CSSStyleDeclaration? (Flex 3.4)

2009-11-19 Thread graham.t...@rocketmail.com
How did you resolve this without access to the protected CSSStyleDeclaration.overrides property? --- In flexcoders@yahoogroups.com, droponrcll amyblankens...@... wrote: --- In flexcoders@yahoogroups.com, droponrcll amyblankenship@ wrote: I have a custom class that extends Canvas.

[flexcoders] Re: Copy or enumerate a CSSStyleDeclaration? (Flex 3.4)

2009-11-19 Thread Amy
--- In flexcoders@yahoogroups.com, 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

[flexcoders] Re: Copy or enumerate a CSSStyleDeclaration? (Flex 3.4)

2009-10-23 Thread droponrcll
--- In flexcoders@yahoogroups.com, droponrcll amyblankens...@... wrote: I have a custom class that extends Canvas. I'd like this class to have the default styles used by Canvas, plus my own default styles. So I want to get the Canvas CSSStyleDeclaration and copy its properties to a new