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 (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