[flexcoders] Re: Event Dispatching through more than one component

2007-03-23 Thread qnotemedia
Subject: [flexcoders] Re: Event Dispatching through more than one component OK, I understood the other responses, but not this one. Agreed that I tried setting bubbles to true in my customEvent, and then each event instance, and the dispatched event did not pass through embedded

RE: [flexcoders] Re: Event Dispatching through more than one component

2007-03-23 Thread Gordon Smith
... - Gordon From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of qnotemedia Sent: Friday, March 23, 2007 5:59 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Event Dispatching through more than one component Argh! It worked! So all

RE: [flexcoders] Re: Event Dispatching through more than one component

2007-03-23 Thread Alex Harui
] On Behalf Of qnotemedia Sent: Wednesday, March 21, 2007 4:44 AM To: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com Subject: [flexcoders] Re: Event Dispatching through more than one component OK, I understood the other responses, but not this one. Agreed that I tried

[flexcoders] Re: Event Dispatching through more than one component

2007-03-22 Thread qnotemedia
4:44 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Event Dispatching through more than one component OK, I understood the other responses, but not this one. Agreed that I tried setting bubbles to true in my customEvent, and then each event instance, and the dispatched

[flexcoders] Re: Event Dispatching through more than one component

2007-03-21 Thread qnotemedia
OK, I understood the other responses, but not this one. Agreed that I tried setting bubbles to true in my customEvent, and then each event instance, and the dispatched event did not pass through embedded windows. But I've never used systemManager, nor do I entirely understand bubbling. Can

RE: [flexcoders] Re: Event Dispatching through more than one component

2007-03-21 Thread Alex Harui
Sent: Wednesday, March 21, 2007 4:44 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Event Dispatching through more than one component OK, I understood the other responses, but not this one. Agreed that I tried setting bubbles to true in my customEvent, and then each event instance

[flexcoders] Re: Event Dispatching through more than one component

2007-03-20 Thread Paul DeCoursey
Have you tried setting bubbles to true on your event? You should be able to bubble the event and it will get up to the systemManager where it can be handled by your app. --- In flexcoders@yahoogroups.com, Jon Hirschi [EMAIL PROTECTED] wrote: It doesn't happen automatically. You need to set

RE: [flexcoders] Re: Event Dispatching through more than one component

2007-03-20 Thread Alex Harui
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Paul DeCoursey Sent: Tuesday, March 20, 2007 1:52 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Event Dispatching through more than one component Have you tried setting bubbles to true on your event? You should be able to bubble