Re: What is the best/simplest/proper way to make right mouse click "do" left mouse click as well in NSTableView
Re: What is the best/simplest/proper way to make right mouse click "do" left mouse click as well in NSTableView
- Subject: Re: What is the best/simplest/proper way to make right mouse click "do" left mouse click as well in NSTableView
- From: Andrei Tchijov <email@hidden>
- Date: Fri, 9 Dec 2005 15:21:18 -0500
It a shame to subclass NSTableView just for this. Could it be done
via delegate?
On Dec 9, 2005, at 3:13 PM, Nick Zitzmann wrote:
On Dec 9, 2005, at 12:43 PM, Andrei Tchijov wrote:
What I want is to make right mouse click always select row I am
clicking on and then pop-up menu.
Subclass NSTableView and override -menuForEvent: so that it selects
the row just before it returns the menu.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden