Re: tableView blue selection highlight...

2011-09-20 Thread R
Thanks! On Sep 20, 10:23 pm, Indragie Karunaratne wrote: > It's called a focus ring. You can set "Focus Ring" to "None" in Interface > Builder or configure it programatically: > > [view setFocusRingType:NSFocusRingTypeNone]; > > On 2011-09-20, at 10:18 PM, R wrote: > > > Looking inside Address B

Re: tableView blue selection highlight...

2011-09-20 Thread Indragie Karunaratne
It's called a focus ring. You can set "Focus Ring" to "None" in Interface Builder or configure it programatically: [view setFocusRingType:NSFocusRingTypeNone]; On 2011-09-20, at 10:18 PM, R wrote: > Looking inside Address Book, when you select a name from the name > column, the box (tableView)

tableView blue selection highlight...

2011-09-20 Thread R
Looking inside Address Book, when you select a name from the name column, the box (tableView) does not highlight in blue. Is there a way to duplicate this behavior in NSTableview. removing the blue highlight trim around the table? ___ Cocoa-dev mail