Thank you very much. I was able to get it working by either using a single private method or also subclassing my Cell and using two public methods. No more highlighting although the font does still slightly change when you select a row, but I guess that's as good as it gets. :-)
Thank you to all who helped! rick ________________________________ From: I. Savant <[email protected]> To: Jo Phils <[email protected]> Cc: Jens Miltner <[email protected]>; Cocoa List <[email protected]> Sent: Thursday, April 2, 2009 11:06:48 PM Subject: Re: disable row highlighting NSTableView On Thu, Apr 2, 2009 at 10:56 AM, Jo Phils <[email protected]> wrote: > Ok thank you both. I was thinking that and seems I did try it...but maybe I > did something else wrong. Ok I will work on it some more. Thank you so much! Have you set your table view's class in Interface Builder to be your new subclass? If you don't do this, the table view will still be NSTableView and not your "MyTableViewSubclass" (or whatever you called it). -- I.S. _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
