You might learn something about what's going on by putting a breakpoint on [NSTableView reloadData]. If this is getting called unnecessarily often that could be the cause of your performance problems. Whether there's anything you can do about it is another thing, of course. I imagine bindings are an easy place to get lost in.
Paul Sanders. ----- Original Message ----- From: <[email protected]> To: <[email protected]> Sent: Thursday, January 07, 2010 2:10 PM Subject: Re: Bindings blues On 7 Jan 2010, at 00:04, Rob Keniger wrote: > > I've fought this problem too, it's a regression in 10.6 as the > problems don't exist under 10.5. It occurs when you have a lot > of bindings and a lot of objects being tracked by the > controller. Please file a bug report and refer to my bug > number 7139579. > > Bug filed as 7518245_______________________________________________ _______________________________________________ Cocoa-dev mailing list ([email protected]) 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 [email protected]
