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
{
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
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