at mx.controls::RadioButton/get labelPlacement()
at mx.controls::Button/http://www.adobe.com/2006/flex/mx/internal::layoutContents ()
at mx.controls::Button/mx.controls:Button::updateDisplayList()
at mx.controls::RadioButton/mx.controls:RadioButton::updateDisplayList()
at mx.core::UIComponent/validateDisplayList()
at mx.managers::LayoutManager/::validateDisplayList ()
at mx.managers::LayoutManager/::doPhasedInstantiation()
at Function/http://adobe.com/AS3/2006/builtin::apply()
at mx.core::UIComponent/::callLaterDispatcher2()
at mx.core::UIComponent/::callLaterDispatcher ()
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]ups.com, "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
![]()
SPONSORED LINKS
Software development tool Software development Software development services Home design software Software development company
Your email settings: Individual Email|Traditional
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
__,_._,___
- Re: [flexcoders] Re: Reset Radio Button Group Sam Shrefler
- [flexcoders] Re: Reset Radio Button Group Tim Hoff
- Re: [flexcoders] Re: Reset Radio Button Group Sam Shrefler
Reply via email to

