Hi Sam,
It looks like that method was depreciated. You can use the following function to reset the RadioButtons:
public function resetRadioButtons():void
{
var n:int = myRadioButtonGroup.numRadioButtons;
for (var i:int = 0; i < n; i++) {
myRadioButtonGroup.getRadioButtonAt(i).selected = false;
}
}
-TH
__________________________________
Tim Hoff
Cynergy Systems, Inc.
http://www.cynergysystems.com
Office: 866-CYNERGY
--- In [email protected], "Sam Shrefler" <[EMAIL PROTECTED]> wrote:
>
> I've found the following reference:
>
> http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=c4e4be2f
>
> selectedRadio won't compile in Flex Builder 2. Any idea how to do this in
> Flex 2?
>
> Thanks!
>
> Sam
>
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
| Software development tool | Software development | Software development services |
| Home design software | Software development company |
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe
__,_._,___

