Re: Tracing which objects get an event

2010-03-04 Thread Brian Postow
D'oh. Never mind. I was looking at the wrong method. It *IS* using the sent-actions. Brian Postow Senior Software Engineer Acordex Imaging Systems ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator

Tracing which objects get an event

2010-03-04 Thread Brian Postow
I'm writing a mozilla plugin on the mac. I'm trying to capture events like button clicks, etc. I've done the normal thing of creating my views in inteface builder, and linking the sentActions to methods in my program. This works in stand-alone programs. However, in my NPAPI plugin, those method