[flexcoders] Re: Dispatching Event Question?

2007-03-30 Thread paulwelling
Hello Roman, I am trying to avoid spec'ing who will do the dispatching and just have my component listen for the event no matter who dispatches it. Any ideas? The A.addEventListener(..) seems to couple more than I want... Thanks, Paul --- In flexcoders@yahoogroups.com, Roman Protsiuk [EMAIL

RE: [flexcoders] Re: Dispatching Event Question?

2007-03-30 Thread Alex Harui
: Dispatching Event Question? Hello Roman, I am trying to avoid spec'ing who will do the dispatching and just have my component listen for the event no matter who dispatches it. Any ideas? The A.addEventListener(..) seems to couple more than I want... Thanks, Paul --- In flexcoders@yahoogroups.com

[flexcoders] Re: Dispatching Event Question?

2007-03-30 Thread iilsley
Hi Paul , I'm not 100% sure about this but .. How about .. Application.application.addEventListener(..) ? This should get caught if the Event bubbles ( bubbles = true ) .. If not then you can specify a specific listener and then re-dispatch the event with bubbles = true .. eg: function

RE: [flexcoders] Re: Dispatching Event Question?

2007-03-30 Thread Tracy Spratt
, March 30, 2007 12:29 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: Dispatching Event Question? If you listen to systemManager for the event in capture phase you'll see it. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf