[flexcoders] Custom Event and bubbling phase

2009-02-03 Thread thelordsince1984
Hi, i have a main application and there i create a popup panel... from the popup panel i dispacth a custom event like this var e1:CustomLoadEvent = new CustomLoadEvent(loadModule, true); dispatchEvent(e1); where loadModule is the type and the value true stands for bubbles.. then at the

RE: [flexcoders] Custom Event and bubbling phase

2009-02-03 Thread Tracy Spratt
From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of thelordsince1984 Sent: Tuesday, February 03, 2009 11:38 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Custom Event and bubbling phase Hi, i have a main application and there i create a popup