Re: NSTableView _dataSourceValueForColumn:row: failure
Re: NSTableView _dataSourceValueForColumn:row: failure
- Subject: Re: NSTableView _dataSourceValueForColumn:row: failure
- From: Fritz Anderson <email@hidden>
- Date: Thu, 11 Mar 2010 12:23:14 -0600
On 11 Mar 2010, at 11:44 AM, Alexander Bokovikov wrote:
> Of couse, I never called it directly. I never implemented it. I just _use_ NSTableView. Nothing more. The fact is that it is working nice in the main app, where it is never destroyed explicitly. But it doesn't work correctly in a modal window, which I create and then release. As I've described the only way I've found is to assign the datasource explicitly in awakeFromNib and set it to nil explicitly in windowWillClose handler.
I misunderstood. My mistake.
Have you run with zombies enabled? It's almost the first thing you should do if you get an EXC_BAD_ACCESS in framework code. Also, be sure Run > Stop on Objective-C Exceptions is checked.
— F
_______________________________________________
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