RE: [Flashcoders] AS2: EventDispatcher.initialize() andsuper()conflict?

2007-06-11 Thread Merrill, Jason
>>Unless you need to dispatch an event afterwards. I need to dispatch events, but thanks! I have the issue solved, thanks everyone for the ideas. Jason Merrill Bank of America GT&O Learning & Leadership Development eTools & Multimedia Team ___ Fl

RE: [Flashcoders] AS2: EventDispatcher.initialize() andsuper()conflict?

2007-06-11 Thread Merrill, Jason
>>With that said, any reason why you're not decorating the >>super class with EventDispatcher? >>When decorating the super class every subclass will have >>event dispatching (which is usually what you want). No good reason, other than I learned to use EventDispatcher long after that pariticular

Re: [Flashcoders] AS2: EventDispatcher.initialize() andsuper()conflict?

2007-06-09 Thread Alain Rousseau
riginal Message - From: "Jesse Graupmann" <[EMAIL PROTECTED]> To: Sent: Saturday, June 09, 2007 1:57 AM Subject: RE: [Flashcoders] AS2: EventDispatcher.initialize() andsuper()conflict? I never use super() so I have no idea, but see what happens when you throw the initi

Re: [Flashcoders] AS2: EventDispatcher.initialize() andsuper()conflict?

2007-06-08 Thread Muzak
RE: [Flashcoders] AS2: EventDispatcher.initialize() andsuper()conflict? >I never use super() so I have no idea, but see what happens when you throw > the initialize in a static variable like; > > > class myClass extends otherClass > { > private static var EventDispatcherDependancy