Re: continuous slider
Re: continuous slider
- Subject: Re: continuous slider
- From: Devon E Bowen <email@hidden>
- Date: Sun, 11 Jan 2004 12:28:59 -0500 (EST)
>
See thread starting
>
<http://cocoa.mamasam.com/COCOADEV/2003/12/1/78991.php>
Thanks for the pointer. I think I found a way to do it, though. I set
the slider in continous mode and each time the action is called, I
send a notification with coalescing turned on. Apparently, notifications
are not delivered while the slider is being used. So once the slider
is released, the notifications are collapsed into one and then the
method of my choice is called. It's a hack and if Apple ever changes
it so notifications are delivered during slider use it will break. But
it seems to work for now.
Devon
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.