Is NSProgressIndicator not key-value compliant?
I am trying to bind he progress indicator to a value by doing the following: [pi bind:@"progress" toObject:dls withKeyPath:@"progVar" options:nil]; Where pi is a NSProgressIndicator* The object dls is my own and it has accessor methods set for progVar. I get this exception "[<NSProgressIndicator 0x100238750> valueForUndefinedKey:]: this class is not key value coding-compliant for the key progress." What I am trying to do is to get a NSProgressIndicator to update whenever dls.progVar is changed. Thanks Hrishi_______________________________________________ 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