Re: disable row highlighting NSTableView

2009-04-02 Thread Jo Phils
-dev@lists.apple.com 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 jo_p...@yahoo.com wrote: Thank you for your reply and my apologies for asking what had been answered a few days ago. :-) It does lead me

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 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

Re: disable row highlighting NSTableView

2009-04-02 Thread Jo Phils
@lists.apple.com 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

Re: disable row highlighting NSTableView

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

Re: disable row highlighting NSTableView

2009-04-02 Thread Jo Phils
to all who helped! rick From: I. Savant idiotsavant2...@gmail.com To: Jo Phils jo_p...@yahoo.com Cc: Jens Miltner j...@mac.com; Cocoa List cocoa-dev@lists.apple.com Sent: Thursday, April 2, 2009 11:06:48 PM Subject: Re: disable row highlighting NSTableView

disable row highlighting NSTableView

2009-04-01 Thread 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? Thank you, Rick ___ Cocoa-dev mailing

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

Re: disable row highlighting NSTableView

2009-04-01 Thread Jo Phils
me how to do this? Thanks again, Rick From: Jens Miltner j...@mac.com To: Cocoa List cocoa-dev@lists.apple.com Cc: Jo Phils jo_p...@yahoo.com Sent: Wednesday, April 1, 2009 10:10:20 PM Subject: Re: disable row highlighting NSTableView Am 01.04.2009 um 15:58

Re: disable row highlighting NSTableView

2009-04-01 Thread I. Savant
On Wed, Apr 1, 2009 at 11:54 AM, Jo Phils jo_p...@yahoo.com 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.  

Re: disable row highlighting NSTableView

2009-04-01 Thread Jo Phils
: disable row highlighting NSTableView On Wed, Apr 1, 2009 at 11:54 AM, Jo Phils jo_p...@yahoo.com 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