Coalescing Messages From Continuous Controls
Coalescing Messages From Continuous Controls
- Subject: Coalescing Messages From Continuous Controls
- From: Nick Nallick <email@hidden>
- Date: Fri, 5 Dec 2003 15:00:16 -0700
I need to perform some housekeeping immediately after the user has
finished using controls that continuously send messages, such as the
sliders in the color and font panels. For example, the undo manager
coalesces undo operations performed while the slider was being tracked
and I need to do something similar. Ideally I could use the same
mechanism as the undo manager to perform my operations when the run
loop finishes with the event that originally caused the slider to be
tracked. Is there some way to be notified at this point or another
strategy I could use?
Thanks,
Nick Nallick
_______________________________________________
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.