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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to