Hii Josh,

I have no idea, if it is exactly related to your query.

I was looking for the same sort of solution to do an AuditLogger stuff. I
want event based logging. No traces and all.
It was like:
1. capture all the events
2. get their Target and currentTarget
3. log with timestamp
and much more.

The only place, I could think of is Application itself. Put your listener at
application, capture all the events there and log. 
But it has a few drawbacks:
even the mouseMove will give you a lodz of entries and then child components
and the underlying parents of it.
So, it's still pending on my list to get a best solution out of it.

Am curious to see expert thoughts here.

Thanks,
Manu.



Josh McDonald-4 wrote:
> 
> Hey guys,
> 
> Is it possible to listen to all events that bubble to / are dispatched
> from
> a certain component?
> 
> Don't worry, I don't actually plan on using this in any actual code! I'm
> just interested in doing some extremely verbose logging to gather
> information for a blog post I have in mind ;-)
> 
> -Josh
> 
> -- 
> "Therefore, send not to know For whom the bell tolls. It tolls for thee."
> 
> :: Josh 'G-Funk' McDonald
> :: 0437 221 380 :: [EMAIL PROTECTED]
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Is-it-possible-to-listen-to-*all*-events-without-hacking-the-SDK--tp18500774p18501011.html
Sent from the FlexCoders mailing list archive at Nabble.com.

Reply via email to