Tim - that worked great. And I was able to easily extend that code to deselect any selected button (by deselecting all buttons).
Thanks! - Tom Tim Hoff wrote: > > Hi Tom, > > This code would deselect the first button in the ToggleButtonBar. > > -TH > > import mx.controls.Button; > Button(myToggleButtonBar.getChildAt(0)).selected = false; > > --- In [email protected] > <mailto:flexcoders%40yahoogroups.com>, Tom Fitzpatrick <[EMAIL PROTECTED]> > wrote: > > > > Is there any way to programmatically deselect a button on the > > ToggleButtonBar - to start out, say, with no button selected? > > > > - Tom > > > > -- 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/

