Re: NSOutlineView view-based SourceView HeaderCell text is not white when selected

2014-02-11 Thread Lee Ann Rucker
Simpler than that - set the text field back to the standard default of "Text Color", and NSTextFieldCell knows what to do, just like in cell-based. So it's just IB throwing a wrench in the works. On Feb 11, 2014, at 12:44 PM, Lee Ann Rucker wrote: > Poked at it until I got it working: by defaul

Re: NSOutlineView view-based SourceView HeaderCell text is not white when selected

2014-02-11 Thread Lee Ann Rucker
Poked at it until I got it working: by default, IB creates the Source List HeaderCell text field with 49% gray text color. Set it to white and it works as expected - gray when not selected, white when it is. Filed rdar://16040037 - the NSTextFieldCell should work the same whether in view- or ce

NSOutlineView view-based SourceView HeaderCell text is not white when selected

2014-02-10 Thread Lee Ann Rucker
I've just converted my SourceView-style NSOutlineView from cell to view based. I didn't change anything from what IB gives me. In the cell-based version (based on Apple's SourceView sample), the header cells would have white text when selected; in view-based, they're dark gray on blue, which is