Re: rate limiting calls
Re: rate limiting calls
- Subject: Re: rate limiting calls
- From: Scott Ribe <email@hidden>
- Date: Tue, 28 May 2013 10:57:15 -0600
On May 28, 2013, at 10:03 AM, Torsten Curdt wrote:
> The cancel and perform selector calls are being called but updateValue
> is only performed when I release the slider handle.
> I don't quite get why.
Oh, because those post into the event loop, and during slider manipulation I bet the event loop is in a special tracking mode where it's handling (mostly) just the mouse events until the mouse is released. Which means my suggestion re NSTimer would not work either.
--
Scott Ribe
email@hidden
http://www.elevated-dev.com/
(303) 722-0567 voice
_______________________________________________
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