--- In flexcoders@yahoogroups.com, "nhp_ny" <[EMAIL PROTECTED]> wrote:
>
> <mx:Repeater ... >
>   <mx:LinkButton id="myLB" click="onClick(Event.currentTarget)"/>
> </mx:Repeater>
> 
> 
> how can i fire the click event of repeater child component myLB[0]? 
> just to simulate a mouse click on that component.
>

is it possibile that nobody here knows how to do this? i just need to 
call the onClick function passing it the first child component of the 
repeater that should be myLB[0].

Reply via email to