[flexcoders] Re: Events and Non-Display Objects

2007-11-30 Thread bithroop
, Muzak - Original Message - From: bithroop [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, November 29, 2007 5:33 PM Subject: [flexcoders] Re: Events and Non-Display Objects Jehanzeb - first, thank you for the detailed response! I really appreciate

[flexcoders] Re: Events and Non-Display Objects

2007-11-30 Thread bithroop
@ To: flexcoders@yahoogroups.com Sent: Thursday, November 29, 2007 5:33 PM Subject: [flexcoders] Re: Events and Non-Display Objects Jehanzeb - first, thank you for the detailed response! I really appreciate it. In the code you provided, the CustomEventDispatcher was instantiated

[flexcoders] Re: Events and Non-Display Objects

2007-11-29 Thread bithroop
Jehanzeb - first, thank you for the detailed response! I really appreciate it. In the code you provided, the CustomEventDispatcher was instantiated within the mx:Application object. So from what I've seen, yes Application will be able to hear CustomEventDispatcher's events. However, my sitation

Re: [flexcoders] Re: Events and Non-Display Objects

2007-11-29 Thread Muzak
in your app SystemEventManager.getInstance().dispatchEvent(new Event(someEvent)); Make sense? regards, Muzak - Original Message - From: bithroop [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, November 29, 2007 5:33 PM Subject: [flexcoders] Re: Events and Non-Display

[flexcoders] Re: Events and Non-Display Objects

2007-11-28 Thread bithroop
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alex Harui Sent: Wednesday, November 28, 2007 1:26 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Events and Non-Display Objects You can try extending EventDispatcher and dispatch events

Re: [flexcoders] Re: Events and Non-Display Objects

2007-11-28 Thread Jehanzeb Musani
); Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alex Harui Sent: Wednesday, November 28, 2007 1:26 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Events and Non

RE: [flexcoders] Re: Events and Non-Display Objects

2007-11-28 Thread Gordon Smith
mailto:flexcoders%40yahoogroups.com Subject: RE: [flexcoders] Events and Non-Display Objects You can try extending EventDispatcher and dispatch events From: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com [mailto:flexcoders

[flexcoders] Re: Events and Non-Display Objects

2007-11-28 Thread tomeuchre
--- In flexcoders@yahoogroups.com, Gordon Smith [EMAIL PROTECTED] wrote: ...BTW, I may be the only person in the world that distinguishes between a listener and a handler. This is one of many reasons I prefer PureMVC over Cairngorm -- the differentiation between the two, with their roles and