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