Re: delaying processing mouse events
Re: delaying processing mouse events
On Sun, Dec 08, 2002 at 06:22:02PM -0600, Josh Anon wrote:
>
Hi all,
>
I have an app with a view where you can drag objects, select objects,
>
and double-click on objects. I do the selection processing in
>
mouseUp:, respecting modifier masks. What I haven't been able to
>
figure out, though, is if you select > 1 item and then double-click,
>
how can I delay processing the mouseUp: so that I don't lose all the
>
selected images? I'm considering putting a timer in mouseUp:, which
>
mouseDown: can cancel, but that seems like it'd be a little slow before
>
the user sees the selection.
How about not resetting the selection when you click on a selected
object?
--
=Nicholas Riley <email@hidden> | <
http://www.uiuc.edu/ph/www/njriley>
Pablo Research Group, Department of Computer Science and
Medical Scholars Program, University of Illinois at Urbana-Champaign
_______________________________________________
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.