RE: [flexcoders] Re: Targeting from components

2008-02-05 Thread Merrill, Jason
_ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of so_osverg Sent: Monday, February 04, 2008 7:18 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Targeting from components I'm not sure if I'm setting thi

[flexcoders] Re: Targeting from components

2008-02-05 Thread so_osverg
I'm not sure if I'm setting this up correctly: //event handler to initialize data and fire services private function initializeApp():void { menuView.detailsWin.storyList.addEventListener(MouseEvent.CLICK, storyClickHandl

[flexcoders] Re: Targeting from components

2008-02-05 Thread so_osverg
Thanks. I'm new to Flex so I'll look up broadcasting events and post the results... --- In flexcoders@yahoogroups.com, "Merrill, Jason" <[EMAIL PROTECTED]> wrote: > > I think you should instead have your custom component broadcast an > event, and have a listener in your main application listen fo