NSOutlineView floating group row question - SOLVED

2014-08-17 Thread Bill Cheeseman
Back on June 14, 2014, I posted this question: "I have a view-based NSOutlineView with the Floats Group Rows setting turned on in Interface Builder. The outline view is the one supplied by the Source List object in the Xcode 5.1.1 Interface Builder library. It has Highlight set to the Source Lis

Re: NSOutlineView floating group row question

2014-06-14 Thread Lee Ann Rucker
uot; Sent: Saturday, June 14, 2014 2:17:30 PM Subject: Re: NSOutlineView floating group row question On Jun 14, 2014, at 5:02 PM, Lee Ann Rucker wrote: > Actually, the "default" color you get from IB may not be the "proper" color: > rdar://16040037 > > Vie

Re: NSOutlineView floating group row question

2014-06-14 Thread Bill Cheeseman
On Jun 14, 2014, at 5:02 PM, Lee Ann Rucker wrote: > Actually, the "default" color you get from IB may not be the "proper" color: > rdar://16040037 > > View-based SourceList header cell default text color should not be a custom > > It's 49% gray, instead of a named system color. One effect of

Re: NSOutlineView floating group row question

2014-06-14 Thread Lee Ann Rucker
uot;Bill Cheeseman" To: "Cocoa-Dev Cocoa-Dev Mail" Sent: Saturday, June 14, 2014 12:07:24 PM Subject: Re: NSOutlineView floating group row question On Jun 14, 2014, at 2:52 PM, Kyle Sluder wrote: > Do you override -viewWillDraw anywhere? That is the method NSTableView uses

Re: NSOutlineView floating group row question

2014-06-14 Thread Bill Cheeseman
On Jun 14, 2014, at 3:28 PM, Quincey Morris wrote: > It might be simplest to try deleting your source outline view, and adding a > normal one, then reconfiguring as a source list manually. Actually, I've been through every single setting in the Source List library object in the nib file a d

Re: NSOutlineView floating group row question

2014-06-14 Thread Ken Thomases
On Jun 14, 2014, at 1:03 PM, Bill Cheeseman wrote: > I have a view-based NSOutlineView with the Floats Group Rows setting turned > on in Interface Builder. The outline view is the one supplied by the Source > List object in the Xcode 5.1.1 Interface Builder library. It has Highlight > set to th

Re: NSOutlineView floating group row question

2014-06-14 Thread Quincey Morris
On Jun 14, 2014, at 11:03 , Bill Cheeseman wrote: > I must be overlooking something in those examples. I have a vague recollection of once trying to use the IB source list item and running into something that seemed oddly configured. It might be simplest to try deleting your source outline vie

Re: NSOutlineView floating group row question

2014-06-14 Thread Bill Cheeseman
On Jun 14, 2014, at 2:52 PM, Kyle Sluder wrote: > Do you override -viewWillDraw anywhere? That is the method NSTableView uses > to push down style attributes to its row views and their cells, so don’t > forget to call super. > > Also, what color have you assigned to your text fields? If it’s

Re: NSOutlineView floating group row question

2014-06-14 Thread Kyle Sluder
On Jun 14, 2014, at 11:03 AM, Bill Cheeseman wrote: > > Can anybody explain the trick to me? I must be overlooking something in those > examples. Do you override -viewWillDraw anywhere? That is the method NSTableView uses to push down style attributes to its row views and their cells, so don’t

NSOutlineView floating group row question

2014-06-14 Thread Bill Cheeseman
I have a view-based NSOutlineView with the Floats Group Rows setting turned on in Interface Builder. The outline view is the one supplied by the Source List object in the Xcode 5.1.1 Interface Builder library. It has Highlight set to the Source List style, and it includes two NSTableCellViews, o