this page has been frequently linked to as helpful and it is! :)

http://homepage.mac.com/mmalc/CocoaExamples/controllers.html

But does the bug it talks about still exist?

- (void)observeValueForKeyPath:(NSString *)keyPath
    ofObject:(id)object change:(NSDictionary *)change context:(void
*)context
{
    /*
    Should be able to use
    id oldValue = [change objectForKey:NSKeyValueChangeOldKey];
    but the dictionary doesn't contain old and new values...
    */

The change dictionary doesn't contain old and new values. This is not your
fault, it's due to a bug in the controller. This bug will not be fixed in
the forseeable future.
------------------------------


-- 
If you can't be kind, at least have the decency to be vague.
_______________________________________________

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