Sorry Patrick, I misread the title. Just dispatch a custom event from the component and listen for it in the parent.
-TH --- In [email protected], "Tim Hoff" <[EMAIL PROTECTED]> wrote: > > > Hi Patrick, > > You can place the component RadioButtons in a RadioButtonGroup: > > <mx:RadioButton id="myRadioButton" > group="{parentApplication.myRadioButtonGroup}"/> > > You could also use outerDocument instead of parentApplication. > > -TH > __________________________________ > > Tim Hoff > Cynergy Systems, Inc. > http://www.cynergysystems.com > Office <http://www.cynergysystems.comoffice/> : 866-CYNERGY > > --- In [email protected], dj@ wrote: > > > > Curious how to i get an event of a radio button, if my radio buttons > > are in different child components? > > > > Thanks, > > Patrick > > >

