• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: NSSlider changed notification
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >NSSlider changed notification (From: David Alter <email@hidden>)

  • Prev by Date: Re: NSSlider changed notification
  • Next by Date: Re: Garbage collected and non-garbage collected
  • Previous by thread: Re: NSSlider changed notification
  • Next by thread: Re: NSSlider changed notification
  • Index(es):
    • Date
    • Thread