Re: NSTableView _dataSourceValueForColumn:row: failure
Re: NSTableView _dataSourceValueForColumn:row: failure
- Subject: Re: NSTableView _dataSourceValueForColumn:row: failure
- From: Corbin Dunn <email@hidden>
- Date: Thu, 11 Mar 2010 09:29:35 -0800
On Mar 11, 2010, at 7:38 AM, Alexander Bokovikov wrote:
> Hi, All.
>
> I have a table view in the "main" window, where it works fine. And have yet another very similar table view in a popup modal panel. where it fails immediately after panel is closed. Debugger shows subj, as the failure point. In both cases dataSource for table view is assigned in the IB statically.
>
> The problem disappears if I clear dataSource assignment in the IB and include this assignment into awakeFromNib of the window controller. Also I include [myTableView setDataSource:nil] into -windowWillClose event handler of the same window controller. I tried to manipulate with "release when closed" option of the window - no effect.
>
> What it could be?
Break on objc_exception_throw.
corbin
_______________________________________________
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