I have an NSOutlineView with one table column (want to keep it that way for design reasons) and a custom NSCell to draw the rows. The custom NSCell is a subclass of NSTextFieldCell and contains an image, the text as well as an NSButton of typ checkbox.

Drawing the rows works great, but whenever I want to click the checkbox only the row gets highlighted and the checkbox doesn't change state. Where is the best place to intercept the mouse-down event and change the state of the checkbox, in the NSCell or in the callback of the NSOutlineView? Or maybe there is a better approach overall?

Would appreciate some sample code if anybody has some at hand, still pretty new to the concept of cells. Thanks!

link|improve this question

75% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.