Re: tearing my hair out: +(NSSet *)keyPathsForValuesAffectingValueForKey:
Re: tearing my hair out: +(NSSet *)keyPathsForValuesAffectingValueForKey:
- Subject: Re: tearing my hair out: +(NSSet *)keyPathsForValuesAffectingValueForKey:
- From: Ken Thomases <email@hidden>
- Date: Thu, 16 Oct 2008 14:54:07 -0500
On Oct 15, 2008, at 9:12 PM, Chris Idou wrote:
I'm now calling the super class as described, but it doesn't help.
In the code you originally provided, an object was observing itself
using KVO. Can you reproduce when a different object is the observer?
Also, is canLink actually changing? You have told KVO that its value
is affected by noteController.linkableSelection, but I think (under
some circumstances) KVO actually checks if canLink has been changed as
a result of noteController.linkableSelection changing before putting
out a change notification for canLink.
I don't recall if you actually showed us the getter for canLink.
Cheers,
Ken
_______________________________________________
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