woo, good info. wish that was in the sdk docs. :( is there a better way to do this altogether? this seems kind of hacky.
--- In [email protected], "Michael Schmalle" <[EMAIL PROTECTED]> wrote: > > 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'. >

