On 5/23/08 1:06 PM, Allan Greenier said:
>How do I put up a contextual menu on an NSTableView?
Have you read:
<http://developer.apple.com/releasenotes/Cocoa/AppKit.html#NSTableView>
--
Sean McBride, B. Eng
On 23.5.2008, at 19:06, Allan Greenier wrote:
I've got some working code that puts up a Contextual menu on my own
NSView subclass.
Works like a charm. When I try to call setMenu on a NSTableView
using the same menu, I crash.
How do I put up a contextual menu on an NSTableView?
T
I've got some working code that puts up a Contextual menu on my own
NSView subclass.
Works like a charm. When I try to call setMenu on a NSTableView using
the same menu, I crash.
How do I put up a contextual menu on an NSTableView?
Thanks,