Re: disable row highlighting NSTableView
Re: disable row highlighting NSTableView
- Subject: Re: disable row highlighting NSTableView
- From: Jo Phils <email@hidden>
- Date: Thu, 2 Apr 2009 12:11:52 -0700 (PDT)
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@hidden>
To: Jo Phils <email@hidden>
Cc: Jens Miltner <email@hidden>; Cocoa List <email@hidden>
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@hidden> 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@hidden)
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:
This email sent to email@hidden