Hi,

If I'm not mistaken you need;

- getStyleDeclaration(".styledRoundedRectangle")

and

StyleManager.setStyleDeclaration(".styledRoundedRectangle", styles, false);

So the changes are, the DOT '.' means class selector. No DOT means type
selecter IE ClassName.

Also, since this is lazy initialize, you don't need to update right away, so
you can change your true to false in the setStyleDeclaration().

Mike


-- 
Teoti Graphix, LLC
http://www.teotigraphix.com

Teoti Graphix Blog
http://www.blog.teotigraphix.com

You can find more by solving the problem then by 'asking the question'.

Reply via email to