Re: NSTableRowView appearance when group rows float - SOLVED

2014-08-17 Thread Bill Cheeseman
On Aug 17, 2014, at 11:22 AM, Kyle Sluder wrote: > On Aug 17, 2014, at 7:31 AM, Bill Cheeseman wrote: >> >> It actually took one final, definitive step: overriding -[NSTableRowView >> drawRect:] to set the font of group source list rows to Bold System Font. I >> got the idea from a mailing l

Re: NSTableRowView appearance when group rows float - SOLVED

2014-08-17 Thread Bill Cheeseman
On Aug 17, 2014, at 11:22 AM, Kyle Sluder wrote: > On Aug 17, 2014, at 7:31 AM, Bill Cheeseman wrote: >> >> It actually took one final, definitive step: overriding -[NSTableRowView >> drawRect:] to set the font of group source list rows to Bold System Font. I >> got the idea from a mailing l

Re: NSTableRowView appearance when group rows float - SOLVED

2014-08-17 Thread Kyle Sluder
On Aug 17, 2014, at 7:31 AM, Bill Cheeseman wrote: > > It actually took one final, definitive step: overriding -[NSTableRowView > drawRect:] to set the font of group source list rows to Bold System Font. I > got the idea from a mailing list post a couple of years ago by Mr. Corbin, > who I und

Re: NSTableRowView appearance when group rows float - SOLVED

2014-08-17 Thread Bill Cheeseman
On Aug 16, 2014, at 1:50 PM, Bill Cheeseman wrote: > I have now solved the problem of the first group row appearing in regular > (non-bold) typeface at launch and only changing to boldface when the source > list is first manually scrolled. It actually took one final, definitive step: overrid

Re: NSTableRowView appearance when group rows float - SOLVED

2014-08-16 Thread Bill Cheeseman
On Aug 10, 2014, at 4:54 PM, Bill Cheeseman wrote: > My application has a source list using a view-based NSOutlineView. My code > does nothing to dictate the initial or subsequent appearance of the group > rows other than to implement the -outlineView:isGroupRow: delegate method to > identify

Re: NSTableRowView appearance when group rows float

2014-08-10 Thread Ken Thomases
On Aug 10, 2014, at 3:54 PM, Bill Cheeseman wrote: > My application has a source list using a view-based NSOutlineView. My code > does nothing to dictate the initial or subsequent appearance of the group > rows other than to implement the -outlineView:isGroupRow: delegate method to > identify

NSTableRowView appearance when group rows float

2014-08-10 Thread Bill Cheeseman
The OS X reference document for NSTableRowView says this about the "floating" property: "Floating is a temporary attribute that is set when a particular group row is actually floating above other rows. The state may change dynamically based on the position of the group row. Drawing may be differ