Aaron,

You wouldn't typically observe a view class.

In this case what your problem is that NSSlider doesn't change it's internal value in a key value observing compliant manner. You should observe the underlying value that the slider represents in your controller.

If you're using bindings it will 'just work' otherwise if you're using action messages in your controller be sure to send the proper KVO messages when you change the value - these are typically done in the accessors.

Keith
_______________________________________________

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