Re: Value binding not updating on text field
Re: Value binding not updating on text field
- Subject: Re: Value binding not updating on text field
- From: Keith Duncan <email@hidden>
- Date: Thu, 28 Feb 2008 14:59:50 +0000
The Value of the text field is bound to [...] "slider.floatValue"
Typically you'd bind the text field to the underlying value, the same
value the slider is bound to. Is there a reason you want to do it this
way? I think you'll find that NSProgressIndicator isn't KVO compliant
for the floatValue key, I haven't confirmed this buy my intuition
tells me that's why it isn't working.
Keith
_______________________________________________
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