On 10 Oct 2013, at 5:09 PM, Kyle Sluder <[email protected]> wrote: > A great place to start would be to actually look at and post what the > exception says…
Yep. EXC_BAD_ACCESS (code=EXC_I386_GPFLT). It's happening on: - (id)outlineView:(NSOutlineView *)outlineView objectValueForTableColumn:(NSTableColumn *)tableColumn byItem:(id)item When I put the cursor over item, it shows a value of 0x0. Curiously, if I add more than one item to the outline view, the problem seems to go away (I use "seems" advisedly, of course). -- Shane Stanley <[email protected]> 'AppleScriptObjC Explored' <www.macosxautomation.com/applescript/apps/> _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
