Re: NSTableView - kill the blue (Obj-C)

2015-07-26 Thread 2551
> On 26 Jul 2015, at 22:17, Ken Thomases wrote: > > The right approach is to subclass NSTableRowView. It's not hard. Why do you > resist it? > OK, got it. Thanks for the pointers. Much appreciated! Best Phil ___ Cocoa-dev mailing list (Cocoa-

Re: NSTableView - kill the blue (Obj-C)

2015-07-26 Thread Ken Thomases
On Jul 26, 2015, at 7:25 AM, 2551 <2551p...@gmail.com> wrote: > I’ve been struggling with NSTableView for the last two days. All I want to do > is ensure the alternative “gray” highlight is used on a selection > consistently instead of the heavy blue. My first question is why do you want to tri

NSTableView - kill the blue (Obj-C)

2015-07-26 Thread 2551
I’ve been struggling with NSTableView for the last two days. All I want to do is ensure the alternative “gray” highlight is used on a selection consistently instead of the heavy blue. Here’s my code: -(void) killBlue { NSInteger selectedRow = [_tableView selectedRow]; if ([_tableView se