On Feb 12, 2009, at 8:53 PM, Ken Tozier wrote:
After looking at NSActionCell, I noticed the "setControlView" method
and this seems to be the missing link. NSActionCell sets it's
control view while NSCell does not. When I manually set the control
view for my custom cell to the table that co
After looking at NSActionCell, I noticed the "setControlView" method
and this seems to be the missing link. NSActionCell sets it's control
view while NSCell does not. When I manually set the control view for
my custom cell to the table that contains it, viola! It works.
So, for any other NS