Re: click in NSButtonCell in NSTableView without selecting table row? [SOLVED]
Re: click in NSButtonCell in NSTableView without selecting table row? [SOLVED]
- Subject: Re: click in NSButtonCell in NSTableView without selecting table row? [SOLVED]
- From: Corbin Dunn <email@hidden>
- Date: Tue, 28 Apr 2009 11:54:58 -0700
is using -clickedColumn and -clickedRow to determine the location of
the
click, and not selecting the row (returning NO) if the cell in that
location
is an enabled NSButtonCell. I had originally discarded this approach
because of this line in the documentation for -clickedColumn:
" The return value of this method is meaningful only in the target’s
implementation of the action or double-action method."
Ah -- can you please log a documentation bug using the bottom of the
doc page? Feel free to cite me and/or the demo.
corbin
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden