On Fri, Oct 23, 2009 at 10:55 AM, Jens Alfke <j...@mooseyard.com> wrote: > Yup. Subclass NSButton, override -mouseDown: and check whether the event > uses the right button. If so, do your thing; otherwise, call the superclass > method.
This isn't going to work, because Alexander is using an NSMatrix. This means NSButtonCells, not NSButtons. You'll need to subclass NSMatrix. --Kyle Sluder _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com