Re: disable row highlighting NSTableView

2009-04-02 Thread Jo Phils
ou to all who helped! rick From: I. Savant To: Jo Phils Cc: Jens Miltner ; Cocoa List 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 wrote: > Ok thank you both

Re: disable row highlighting NSTableView

2009-04-02 Thread I. Savant
On Thu, Apr 2, 2009 at 10:56 AM, Jo Phils 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

Re: disable row highlighting NSTableView

2009-04-02 Thread Jo Phils
: 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: disable row highlighting NSTableView

2009-04-02 Thread Jens Miltner
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 NSTableVi

Re: disable row highlighting NSTableView

2009-04-02 Thread Graham Cox
On 03/04/2009, at 12:10 AM, Jo Phils wrote: But how exactly do I make this method a no-op? Please forgive my ignorance... :-) As you have it shown there, it is a no-op. In other words, it does nothing. --Graham ___ Cocoa-dev mailing list (

Re: disable row highlighting NSTableView

2009-04-02 Thread Jo Phils
02:29 AM Subject: Re: disable row highlighting NSTableView On Wed, Apr 1, 2009 at 11:54 AM, Jo Phils wrote: > Thank you for your reply and my apologies for asking what had been answered a > few days ago. :-) It does lead me to another question though...I'm still a > beginner an

Re: disable row highlighting NSTableView

2009-04-01 Thread Jo Phils
Thank you very much I will do my homework... Sincerely, Rick From: I. Savant To: Jo Phils Cc: Jens Miltner ; Cocoa List Sent: Thursday, April 2, 2009 12:02:29 AM Subject: Re: disable row highlighting NSTableView On Wed, Apr 1, 2009 at 11:54 AM, Jo Phils

Re: disable row highlighting NSTableView

2009-04-01 Thread I. Savant
On Wed, Apr 1, 2009 at 11:54 AM, Jo Phils wrote: > Thank you for your reply and my apologies for asking what had been answered a > few days ago. :-)  It does lead me to another question though...I'm still a > beginner and I have never overridden a method via subclassing before.  Is > there a tu

Re: disable row highlighting NSTableView

2009-04-01 Thread Jo Phils
show me how to do this? Thanks again, Rick From: Jens Miltner To: Cocoa List Cc: Jo Phils Sent: Wednesday, April 1, 2009 10:10:20 PM Subject: Re: disable row highlighting NSTableView Am 01.04.2009 um 15:58 schrieb Jo Phils: > Hello everyone, > >

Re: disable row highlighting NSTableView

2009-04-01 Thread Jens Miltner
Am 01.04.2009 um 15:58 schrieb Jo Phils: Hello everyone, This seems it should be easy enough but I can't quite figure it out. Normally when selecting an item in a table view it gets highlighted blue. How do you disable this highlighting? This was answered just a few days ago on this li