I focus on a cocoa app supported on 10.6, and I use cell-based NSTableView
.
I custom the NSCell
so that it can display image and text.
The Problem here is : when I set the doubleClickAction
to the tableview, it did not respond.
I have already found it due to the custom cell. I guess the cell stops the responding chain, but I don't know how to fix it. I search the document, and I've no idea which method to be overridden.
Please give some guides and Thanks!