[flexcoders] Re: Custom Event Problem

2008-12-29 Thread valdhor
Try changing the bubbles property to true. The event needs to bubble to the top so that the application sees it. --- In flexcoders@yahoogroups.com, Dan Vega danv...@... wrote: For the file manager I am writing I am having an issue with dispatching a custom event. I have a tree on the left

Re: [flexcoders] Re: Custom Event Problem

2008-12-29 Thread Dan Vega
I thought about that as well but it did not work. Thank You Dan Vega danv...@gmail.com http://www.danvega.org On Mon, Dec 29, 2008 at 12:01 PM, valdhor valdhorli...@embarqmail.comwrote: Try changing the bubbles property to true. The event needs to bubble to the top so that the application

RE: [flexcoders] Re: Custom Event Problem

2008-12-29 Thread Tracy Spratt
PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: Custom Event Problem I thought about that as well but it did not work. Thank You Dan Vega danv...@gmail.com mailto:danv...@gmail.com http://www.danvega.org http://www.danvega.org On Mon, Dec 29, 2008 at 12:01 PM, valdhor

Re: [flexcoders] Re: Custom Event Problem

2008-12-29 Thread Dan Vega
Just so I am clear are you saying because I told the PopUpManager that the parent was the application my event is not bubbling up correctly? Thank You Dan Vega danv...@gmail.com http://www.danvega.org

RE: [flexcoders] Re: Custom Event Problem

2008-12-29 Thread Tracy Spratt
Sent: Monday, December 29, 2008 12:35 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: Custom Event Problem Just so I am clear are you saying because I told the PopUpManager that the parent was the application my event is not bubbling up correctly? Thank You Dan Vega danv

Re: [flexcoders] Re: Custom Event Problem

2008-12-29 Thread Dan Vega
got ya,thanks! Thank You Dan Vega danv...@gmail.com http://www.danvega.org

RE: [flexcoders] Re: Custom Event Problem

2008-12-29 Thread Tracy Spratt
: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Dan Vega Sent: Monday, December 29, 2008 12:49 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: Custom Event Problem got ya,thanks! Thank You Dan Vega danv...@gmail.com mailto:danv...@gmail.com http

Re: [flexcoders] Re: Custom Event Problem

2008-12-29 Thread Dan Vega
I think you make a great point but im just not sure how to do it. The data provider for the tree is not getting updated just yet. What I am doing is throwing a popup on the screen with what you want to rename the folder to. I do the renaming on the server side. Somehow I have to tell my main

RE: [flexcoders] Re: Custom Event Problem

2008-12-29 Thread Tracy Spratt
specifically. Tracy From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Dan Vega Sent: Monday, December 29, 2008 1:16 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: Custom Event Problem I think you make a great