NAProgressIndicator and key value compliance
NAProgressIndicator and key value compliance
- Subject: NAProgressIndicator and key value compliance
- From: Hrishikesh Murukkathampoondi <email@hidden>
- Date: Sun, 26 Sep 2010 19:48:23 +0530
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 (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