Re: Wait / Busy Cursor
Re: Wait / Busy Cursor
- Subject: Re: Wait / Busy Cursor
- From: Scott Tooker <email@hidden>
- Date: Thu, 25 Apr 2002 10:25:05 -0700
Not responding to events is bad since (while the wait cursor is spinning) you'll look just like a hung application (and impatient users might force quit the app believing it has hung) :(
Scott
On Thursday, April 25, 2002, at 09:42 AM, Ondra Cada wrote:
>
On Thursday, April 25, 2002, at 05:57 , Gokul Hegde wrote:
>
>
> Does any body know how we could show a wait / busy cursor (spinning cursor)
>
> on a view.
>
>
Yup, just do nothing. If an application does not go through the event loop for some time, the busy cursor is displayed automatically. As soon as it enters the event loop again, the original cursor is restored.
>
---
>
Ondra Cada
>
OCSoftware: email@hidden http://www.ocs.cz
>
2K Development: email@hidden http://www.2kdevelopment.cz
>
private email@hidden http://www.ocs.cz/oc
>
_______________________________________________
>
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.
>
Scott Tooker
QA & Integration - Project Builder
Mac OS X Development Environment
_______________________________________________
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.