RE: [flexcoders] Re: Is it possible to listen to *all* events without hacking the SDK?

2008-07-17 Thread Gordon Smith
.com Subject: Re: [flexcoders] Re: Is it possible to listen to *all* events without hacking the SDK? Oh snap! I learn something new everyday. Thanks for that tidbit. I just looked up that function and it's actually a static function on UIComponent, so you only get to set that once (ie you ca

RE: [flexcoders] Re: Is it possible to listen to *all* events without hacking the SDK?

2008-07-17 Thread Gordon Smith
@yahoogroups.com Subject: Re: [flexcoders] Re: Is it possible to listen to *all* events without hacking the SDK? Cool, I didn't know about that, cheers :) On Thu, Jul 17, 2008 at 2:10 PM, reflexactions <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > wrote: Well you can at least

Re: [flexcoders] Re: Is it possible to listen to *all* events without hacking the SDK?

2008-07-16 Thread Josh McDonald
Which is what makes it so great for what I want to know :D Also, *exactly* what I need to implement some framework voodoo I need next week. -Josh On Thu, Jul 17, 2008 at 3:51 PM, Alex Harui <[EMAIL PROTECTED]> wrote: > And it won't catch everything. MouseEvents and other events dispatched > f

RE: [flexcoders] Re: Is it possible to listen to *all* events without hacking the SDK?

2008-07-16 Thread Alex Harui
0:26 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: Is it possible to listen to *all* events without hacking the SDK? Oh snap! I learn something new everyday. Thanks for that tidbit. I just looked up that function and it's actually a static function on UIComponent, so you only get t

Re: [flexcoders] Re: Is it possible to listen to *all* events without hacking the SDK?

2008-07-16 Thread Doug McCune
Oh snap! I learn something new everyday. Thanks for that tidbit. I just looked up that function and it's actually a static function on UIComponent, so you only get to set that once (ie you can't have one function to catch events for one type of component and another to catch a different component'

Re: [flexcoders] Re: Is it possible to listen to *all* events without hacking the SDK?

2008-07-16 Thread Josh McDonald
Cool, I didn't know about that, cheers :) On Thu, Jul 17, 2008 at 2:10 PM, reflexactions <[EMAIL PROTECTED]> wrote: > Well you can at least catch all events dispatched on a particular > component, and without subclassing or patching. > > You assign a callback function to the dispatchEventHook pro