Re: NSTreeOutline display glitches; how to troubleshoot?
Re: NSTreeOutline display glitches; how to troubleshoot?
- Subject: Re: NSTreeOutline display glitches; how to troubleshoot?
- From: Fritz Anderson <email@hidden>
- Date: Sun, 16 Jul 2006 11:15:35 -0500
On 16 Jul 2006, at 10:36 AM, Doug Knowles wrote:
I have an NS[]OutlineView that exhibits some weird behaviors as the
selection changes: when I change the selected row, usually with the
cursor keys, certain rows in the outline view go blank.
The rows that go blank have a couple of common characteristics:
- I use outlineView:willDisplayCell... to adjust the row text to bold;
commenting out the style change had no effect.
It would be helpful if you could post your
outlineView:willDisplayCell:forTableColumn:item: handler.
Also, it might help you to NSLog the cell in the case where you
boldface the cell. (If you're boldfacing every time, I think you can
do that by passing setFont: to -[NSTableColumn dataCell] at
awakeFromNib time.)
-- F
--
Fritz Anderson -- http://www.manoverboard.org/
Consulting Programmer -- http://resume.manoverboard.org/
Step into Xcode, Now Available -- http://six.manoverboard.org/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden