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 07:56:14 -0700 (PDT)
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!
rick
________________________________
From: Jens Miltner <email@hidden>
To: Jo Phils <email@hidden>
Cc: Cocoa List <email@hidden>
Sent: Thursday, April 2, 2009 9:52:07 PM
Subject: Re: disable row highlighting NSTableView
Am 02.04.2009 um 15:10 schrieb Jo Phils:
Hello again,
I have looked into this a bit more and it seems I still do something wrong? I make a new class file and set it to be a subclass of NSTableView and insert the following method:
> If you're building for Leopard only, subclass NSTableView so that this method is a no-op:
>
> - (void)highlightSelectionInClipRect:(NSRect)clipRect {
> }
But how exactly do I make this method a no-op? Please forgive my ignorance... :-)
Well, that _is_ a no-op method - it does nothing...
</jum>
_______________________________________________
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