One Quickie


Handling double-clicks (NSTableView->General)
Use NSTableView's -setDoubleAction: method, and supply it a standard IBAction-style method selector.

You may need to also do -setTarget:. double-clicks get sent if the column isn't editable, so you may need to grab the column and do a -setEditable: NO on it.



borkware home | products | miniblog | rants | quickies | cocoaheads
Advanced Mac OS X Programming book

webmonster@borkware.com