On Aug 22, 2009, at 7:08 PM, Quincey Morris wrote:

If you did that, you could add a "measurementUnits" property to your window controller:

+ (NSSet*) keyPathsForValuesAffectingMeasurementUnits
{
        return [NSSet setWithObject: @"state"];
}

- (NSString*) measurementUnits
{
        return state ? @"kg" : "lb";
}

and then bind each of the text labels to that property. Then when you click the checkbox, all the text labels will change automatically.

Very very slick....I like that.  :-)


Thank you so much...in the mean time...have gotten the functionality ( well almost). Thank you again for your time. Much appreciated.

_______________________________________________

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

Reply via email to