Re: NSSlider changed notification
Re: NSSlider changed notification
- Subject: Re: NSSlider changed notification
- From: Randall Meadows <email@hidden>
- Date: Tue, 10 Mar 2009 12:14:53 -0600
On Mar 10, 2009, at 12:03 PM, David Alter wrote:
Hi All,
I'm sure this is something basic that I'm just missing. For some
reason I
can not find how to get a notification when my slider changes value.
I want
to be able to subscribe to receive a notification if the slider value
changes. Is there a delegate method for this? What is the best way
to get
this?
Is the slider set to be "continuous" (either check the box in IB or
call -setContinuous:YES on it)? If so, then it's action method will
be called every time the value changes. If not, then the action
method will be called when the user has finished dragging the slider.
_______________________________________________
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