RE: [flexcoders] Re: Event Best Practices

2009-08-17 Thread Gordon Smith
From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Magnus Lassi Sent: Sunday, August 16, 2009 6:18 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: Event Best Practices that may be why you doesn't fire: http://livedocs.adobe.com/flex/3/html/help.html

RE: [flexcoders] Re: Event Best Practices

2009-08-17 Thread Gordon Smith
Sorry... I didn't see that Valdhor had already explained this. - Gordon From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Gordon Smith Sent: Monday, August 17, 2009 2:15 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: Event Best Practices

Re: [flexcoders] Re: Event Best Practices

2009-08-16 Thread Magnus Lassi
that may be why you doesn't fire: http://livedocs.adobe.com/flex/3/html/help.html?content=createevents_3.html You are required to override the Event.clone() method in your subclass. The clone() method returns a cloned copy of the event object by setting the typeproperty and any new properties in

Re: [flexcoders] Re: Event Best Practices

2009-08-15 Thread Magnus Lassi
I don't see the event mentioned, is it a custom event you created or an event in the framework? If it's a custom event, did you override the clone function? On Fri, Aug 14, 2009 at 3:15 PM, jdizowat jasonharr...@gmail.com wrote: Thanks for all the help. I have exactly what you said, Jake. A