Re: [flexcoders] child component listens for event on parent

2009-09-16 Thread edencane
I was able to get the event happening by changing the component code to be: private function postInit():void { Application.application.addEventListener(buttonLabelEvent, buttonLabelHandler); } but now the event seems to trigger 3 times for every tab change but doesnt trigger on the first

Re: [flexcoders] child component listens for event on parent

2009-09-16 Thread claudiu ursica
Sent: Wednesday, September 16, 2009 11:07:05 AM Subject: Re: [flexcoders] child component listens for event on parent I was able to get the event happening by changing the component code to be: private function postInit():void { Application. application. addEventListener (buttonLabelEve nt

RE: [flexcoders] child component listens for event on parent

2009-09-16 Thread Tracy Spratt
, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of edencane Sent: Wednesday, September 16, 2009 4:07 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] child component listens for event on parent I was able