On Jun 27, 2008, at 5:17 PM, Keary Suska wrote:

If you aren't overriding +automaticallyNotifiesObserversForKey: to return NO, you should not be calling willChangeValueForKey/ didChangeValueForKey in your setters. They are KVC-compliant as shown. Fix that, then see if the
problem goes away.

Actually, that's what I tried first - I added the willChange/didChange methods to see if that would fix the problem. It didn't - it behaves the same way with or without those methods. I've also tried overriding +automaticallyNotifiesObserversForKey: to return NO, but it turns out that that method never even ends up getting called (I put a log in it to check).

Thanks,
Charles
_______________________________________________

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 [EMAIL PROTECTED]

Reply via email to