NSOutlineView assertion failure on collapse
NSOutlineView assertion failure on collapse
- Subject: NSOutlineView assertion failure on collapse
- From: "Roland Rabien" <email@hidden>
- Date: Mon, 15 Dec 2008 11:08:49 -0800
I'm having an NSOutlineView Assertion Failure on collapse if the selected
item is a child (or child of child, etc) of the item that is being
collapsed. Has anyone else had this problem? I've searched the list all the
related posts seem to indicate threading is the cause, but my application
isn't using any threads. I'm using XCode 3.1 and targeting 10.5 (Intel). I
never call reloadData on my NSOutLineView, so it's data should be constant.
Any ideas?
**** Assertion failure in -[NSOutlineView
_expandItemEntry:expandChildren:startLevel:](),
/SourceCache/AppKit/AppKit-949.35/TableView.subproj/NSOutlineView.m:1003*
#0 0x92a42c66 in -[NSException raise]
#1 0x9259ef22 in -[NSOutlineView collapseItem:collapseChildren:]
#2 0x92306c9a in -[NSOutlineView
_doUserExpandOrCollapseOfItem:isExpand:optionKeyWasDown:]
#3 0x9230679e in -[NSOutlineView mouseTracker:didStopTrackingWithEvent:]
#4 0x923065ce in -[NSMouseTracker stopTrackingWithEvent:]
#5 0x92278d03 in -[NSMouseTracker trackWithEvent:inView:withDelegate:]
#6 0x921bdb54 in -[NSOutlineView mouseDown:]
#7 0x9216476b in -[NSWindow sendEvent:]
#8 0x92131311 in -[NSApplication sendEvent:]
#9 0x9208ed0f in -[NSApplication run]
#10 0x9205bf14 in NSApplicationMain
#11 0x00001c70 in main at main.m:13
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden