Re: best way to refuse events?
Re: best way to refuse events?
- Subject: Re: best way to refuse events?
- From: Sherm Pendley <email@hidden>
- Date: Sun, 11 Aug 2002 19:27:27 -0400
On Sunday, August 11, 2002, at 07:11 PM, Matt Neuburg wrote:
I'd like to refuse events while I do some time-consuming stuff. I mean
that
any events that come in while I'm working (e.g. the user clicks a
button)
Why not simply disable the controls that would generate those events in
the first place? You could either disable them individually, or present
a modal sheet or dialog with a progress indicator.
This has the added benefit of letting the user know that events are
being ignored; otherwise, you run the risk of frustrating users, who
will be clicking on things and wondering why they aren't working.
sherm--
_______________________________________________
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.