Skip navigation.
 
mlRe: Inconsistency in NSTableView's action w.r.t clickedRow
FROM : Nick Zitzmann
DATE : Fri Jun 23 23:54:38 2006

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/>

Related mailsAuthorDate
mlInconsistency in NSTableView's action w.r.t clickedRow David Hoerl Jun 23, 23:47
mlRe: Inconsistency in NSTableView's action w.r.t clickedRow Nick Zitzmann Jun 23, 23:54
mlRe: Inconsistency in NSTableView's action w.r.t clickedRow Jerry Krinock Jun 24, 00:51