Re: using a tableview delegate
Re: using a tableview delegate
- Subject: Re: using a tableview delegate
- From: Michael Thon <email@hidden>
- Date: Sat, 6 Feb 2010 05:35:47 +0100
On Feb 5, 2010, at 10:52 PM, Graham Cox wrote:
>
> On 06/02/2010, at 1:38 AM, Michael Thon wrote:
>
>> I guess it must come from NSTableView.
>
>
> A guess isn't a lot to go on. Set a break point on objc_exception_throw and find out?
Your reply prompted me to check Stop on Objective-C Exceptions which was turned off. I turned it on and found the problem right away. It was coming from another delegate method that I had implemented a long time ago, and that I didn't even need any more. I learned two things - keep my code organized and documented, and remove unused code. As you can see I'm new at this.
Thanks for pointing me in the right direction.
Mike
_______________________________________________
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