Is this code Flex 2.0? My StyleManager (v1.5) doesn't seem to have the method getStyleDeclaration().
Thanks, Libby --- In [email protected], "Jason Y. Kwong" <[EMAIL PROTECTED]> wrote: > > It's controlled by a global style as it's not specific to the TextInput > component: > > <mx:Style> > .ErrorTip { borderColor: #00FF00 } > </mx:Style> > > or > > StyleManager.getStyleDeclaration("ErrorTip").setStyle("borderColor", > 0x00FF00); > > > > On 3/22/06, Libby <[EMAIL PROTECTED]> wrote: > > > > I've been messing with StyleName, borderColor, errorColor to no avail. > > Nothing I do changes the red border. If this attribute is not > > modifiable, is it possible to extend the TextInput in order to get to > > the errorColor? If so, any hints? > > > > Thanks, > > Libby > > > > > > > > > > > > -- > > Flexcoders Mailing List > > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > > Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com > > Yahoo! Groups Links > > > > > > > > > > > > > > > > > -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

