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
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