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 scott_r...@elevated-dev.com http://www.elevated-dev.com/ (303) 722-0567 voice _______________________________________________ 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com