Re: Inconsistency in NSTableView's action w.r.t clickedRow
Re: Inconsistency in NSTableView's action w.r.t clickedRow
- Subject: Re: Inconsistency in NSTableView's action w.r.t clickedRow
- From: Nick Zitzmann <email@hidden>
- Date: Fri, 23 Jun 2006 15:54:38 -0600
On Jun 23, 2006, at 3:47 PM, David Hoerl wrote:
However, if the user uses arrow keys when the table is selected,
then the selection moves a row at a time, but there is no action
message sent.
Am I missing something?
Yes. Don't depend on actions to determine when the selection has
changed. Use the delegate method, or listen for a notification, instead.
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