Contextual menu w/o right click?
Contextual menu w/o right click?
- Subject: Contextual menu w/o right click?
- From: Michael Peirce <email@hidden>
- Date: Wed, 23 Jan 2002 21:29:59 -0500
In a UI I'm working on I'd like to have a menu popup on click rather
than right-click (or control-click).
I don't see any API to force a contextual menu to be invoked, though I
did see a method in NSView called "popUpContextMenu", but the
documentation says "Description forthcoming".
+ (void)popUpContextMenu:(NSMenu*)menu withEvent:(NSEvent*)event
forView:(NSView*)view
Description forthcoming.
I've tried using this blindly, but without success.
Anyone know if popUpContextMenu should do what I need?
Or have another solution for putting up a contexual menu-like menu?
--
Michael Peirce
6497 Spinnaker Drive
Lewis Center OH 43035
740-657-1269
email@hidden