Inconsistency in NSTableView's action w.r.t clickedRow
Inconsistency in NSTableView's action w.r.t clickedRow
- Subject: Inconsistency in NSTableView's action w.r.t clickedRow
- From: David Hoerl <email@hidden>
- Date: Fri, 23 Jun 2006 17:47:10 -0400
I would like to know the current selected row in a NSTableView
(without subclassing or polling). So, I connected the NSTableView
action method to a target in my app, and when a user clicks on a row,
I get a message, and can send the sender a clickedRow message to find
out the current row.
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? Should I generate a bug report?
David
_______________________________________________
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