Re: NSOutlineView assertion failure on collapse

2008-12-16 Thread Corbin Dunn
On Dec 16, 2008, at 3:54 PM, Roland Rabien wrote: In building a small app that reproduces the problem I found the cause of the assertion. It's caused by me being stupid. The following code reproduces the assertion: - (void)outlineViewItemWillCollapse:(NSNotification *)notification {

Re: NSOutlineView assertion failure on collapse

2008-12-16 Thread Roland Rabien
In building a small app that reproduces the problem I found the cause of the assertion. It's caused by me being stupid. The following code reproduces the assertion: - (void)outlineViewItemWillCollapse:(NSNotification *)notification { id itm = [[notification userInfo] objectForKey:@"NSObject"]; [tr

Re: NSOutlineView assertion failure on collapse

2008-12-16 Thread Corbin Dunn
Hi Roland, Can you reliable reproduce this problem? If so, can you please log a bug, including your test application (or a link to download it). Or, ideally, if you have source code that can be compiled that makes things even easier to debug. -corbin On Dec 15, 2008, at 11:08 AM, Roland R