• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Newbie - Cursor question
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Newbie - Cursor question


  • Subject: Re: Newbie - Cursor question
  • From: email@hidden
  • Date: Tue, 22 Feb 2005 17:14:38 -0800

On Feb 22, 2005, at 5:07 PM, Jeff Brown wrote:
How do I change the cursor to the colourful spinning
ball for when the user is waiting for background
processing to finish. I noticed that NSCursor doesn't
seem to have that option.

In short, you don't. Or, at least, you don't unless you want to have a miserable user experience.


The spinning busy pizza is reserved for applications that have stopped responding to events. Not responding to user events is bad; indicative that the app is no longer playing the subservient role to the user's every whim as it should.

If your app really should be unresponsive in this situation, then popup a modal panel or sheet, stick a progress indicator in it -- hopefully deterministic -- and at least offer the user a Cancel button.

b.bum

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >Newbie - Cursor question (From: Jeff Brown <email@hidden>)

  • Prev by Date: Re: Newbie - Cursor question
  • Next by Date: Vector or Matrix Object
  • Previous by thread: Re: Newbie - Cursor question
  • Next by thread: Vector or Matrix Object
  • Index(es):
    • Date
    • Thread