Re: Text color in NSOutlineView's selected row

2009-05-07 Thread Corbin Dunn
On May 7, 2009, at 2:28 PM, Kevin Gessner wrote: On May 7, 2009, at 6:11 PM, Corbin Dunn wrote: On May 7, 2009, at 6:52 AM, Kevin Gessner wrote: On May 7, 2009, at 3:39 PM, develo...@mugginsoft.com wrote: Try reviewing this thread - it might help http://www.cocoabuilder.com

Re: Text color in NSOutlineView's selected row

2009-05-07 Thread Kevin Gessner
On May 7, 2009, at 6:11 PM, Corbin Dunn wrote: On May 7, 2009, at 6:52 AM, Kevin Gessner wrote: On May 7, 2009, at 3:39 PM, develo...@mugginsoft.com wrote: Try reviewing this thread - it might help http://www.cocoabuilder.com/archive/message/cocoa/2009/3/12/232149 Thanks for the po

Re: Text color in NSOutlineView's selected row

2009-05-07 Thread develo...@mugginsoft.com
On 7 May 2009, at 14:27, Kevin Gessner wrote: I'm trying to remove the highlighted appearance from the selected row of an NSOutlineView (and draw the row like an unselected row). I'm overriding highlightSelectionInClipRect: as a no-op, to remove the whole row's selection background. I'm al

Re: Text color in NSOutlineView's selected row

2009-05-07 Thread Corbin Dunn
On May 7, 2009, at 6:52 AM, Kevin Gessner wrote: On May 7, 2009, at 3:39 PM, develo...@mugginsoft.com wrote: Try reviewing this thread - it might help http://www.cocoabuilder.com/archive/message/cocoa/2009/3/12/232149 Thanks for the pointer - that's what I get for not Googling for th

Re: Text color in NSOutlineView's selected row

2009-05-07 Thread Kevin Gessner
On May 7, 2009, at 3:39 PM, develo...@mugginsoft.com wrote: Try reviewing this thread - it might help http://www.cocoabuilder.com/archive/message/cocoa/2009/3/12/232149 Thanks for the pointer - that's what I get for not Googling for the outline view's super class, too. -- Kevin Kevin Ge

Text color in NSOutlineView's selected row

2009-05-07 Thread Kevin Gessner
I'm trying to remove the highlighted appearance from the selected row of an NSOutlineView (and draw the row like an unselected row). I'm overriding highlightSelectionInClipRect: as a no-op, to remove the whole row's selection background. I'm also overriding preparedCellAtColumn:row: to call