Re: NSOutlineView assertion failures

2008-10-04 Thread Jeff Wilcox
Thanks Chris, see my last reply to myself. I basically ended up doing what you are describing at found that this works. Your explanation makes it a bit clearer as to why though. Jeff On Oct 4, 2008, at 1:00 PM, Chris Hanson wrote: On Oct 3, 2008, at 10:48 PM, Jeff Wilcox wrote: Not

Re: NSOutlineView assertion failures

2008-10-04 Thread Jeff Wilcox
does so pretty consistently. Once I forced the update to be done only on the main thread the issue went away. Jeff On Oct 3, 2008, at 10:48 PM, Jeff Wilcox wrote: Not explicitly, but maybe. This seems to be taking place when the content for the NSTreeController is changing (explicitly) in one

Re: NSOutlineView assertion failures

2008-10-03 Thread Jeff Wilcox
s accounts for all of the cases but that seems like a common theme. Thoughts? On Oct 3, 2008, at 6:10 PM, Uli Kusterer wrote: On 04.10.2008, at 03:00, Jeff Wilcox wrote: I seemed to be able to make this go away by subclassing the outline view and locking it down before starting a reload or

NSOutlineView assertion failures

2008-10-03 Thread Jeff Wilcox
I am suddenly having a load of issues with NSOutline view failing with the following assertion: Assertion failure in -[NSOutlineView _expandItemEntry:expandChildren:startLevel:](), /SourceCache/AppKit/ AppKit-949.35/TableView.subproj/NSOutlineView.m:1003 I seemed to be able to make this go

Re: Source List groups shifted down in NSOutlineView

2008-08-21 Thread Jeff Wilcox
Ah, ok I guess that is understandable even if it is somewhat inconvenient. Thanks for the info. Jeff On Aug 21, 2008, at 8:39 AM, Corbin Dunn wrote: On Aug 20, 2008, at 9:16 PM, Jeff Wilcox wrote: I generally am pretty good at web mining or hacking solutions to weird cocoa things, but

Source List groups shifted down in NSOutlineView

2008-08-21 Thread Jeff Wilcox
I generally am pretty good at web mining or hacking solutions to weird cocoa things, but this one has me a bit puzzled. I want to use groups in an NSOutlineView that is set up with Source List highlighting. However, I am also using horizontal grid lines, and for some reason the drawing of