Re: Why do all subcell buttons highlite for custom cell in NSTableView?
Re: Why do all subcell buttons highlite for custom cell in NSTableView?
- Subject: Re: Why do all subcell buttons highlite for custom cell in NSTableView?
- From: Corbin Dunn <email@hidden>
- Date: Tue, 10 Jan 2006 16:29:06 -0800
I suppose I am missing something here. I know that the same cell
instance is used for all the cells
in the NSTable so I guess that is why the all highlight, but what
then can I do to prevent this?
You don't seem to implement copyWithZone:. That is probably the
issue. Be sure to retain the ivars in that method.
-corbin
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden