Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Contextual menus, views, and the Control key



On Mittwoch, April 30, 2003, at 04:37 Uhr, Nick Zitzmann wrote:

Hi...

I RTFM'd and STFA'd[1] and couldn't find a solution for a problem I've had with views and contextual menus. This has been asked before by others, but no one seemed to be able to come up with a solution. So let me try asking...

I want to change how an NSTableView object responds to an event that brings up a contextual menu. So I subclassed the view and overrode its -rightMouseDown: event and did my work there. It worked with no problems.

But I realize that there's a whole lot of people out there who have single button mice and use the Control key to get contextual menus, and so I'd like to get my solution working with Control-clicking as well as the right mouse button. My problem is I can't figure out which NSView/NSResponder method gets called when a user Control-clicks the view. I already tried -mouseDown: and it mysteriously isn't called at all. It's obviously not -rightMouseDown: either.

So does anyone know what I might have overlooked? I know it's possible, since I've seen Project Builder do this... TIA...

Have you tried overriding NSView's

- (NSMenu *)menuForEvent:(NSEvent *)theEvent

Greetings,
Dix
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

References: 
 >Contextual menus, views, and the Control key (From: Nick Zitzmann <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.