Wayne:
That didn't work but this put thanks for putting me on the right track.

This works :)

parentDocument.dispatchEvent( new Event( Event.CHANGE ) );



thanks,
Patrick
-listening to Yaz - don't go (12 inch Mix)

wayne_badu_johnson wrote:
>
> Hi Patrick
>
> try :
> itemClick="handleCard(event)";
>
> and in your handleCard function
> event.currentTarget.parent.someHandler();
>
> Cheers
> Wayne
>
> --- In flexcoders@yahoogroups.com 
> <mailto:flexcoders%40yahoogroups.com>, dj <[EMAIL PROTECTED]> wrote:
> >
> > Hi:
> >
> > This doesn't work, what's the best practice?
> >
> > <mx:RadioButton groupName="pollq" id="option1" label="Who's The
> Baddest
> > Player of them All?" itemClick="parent.handleCard(event);"/>
> >
> >
> > Thanks,
> > Patrick
> >
>
>  


Reply via email to