• 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: Spinning wait cursor in COCOA
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Spinning wait cursor in COCOA


  • Subject: Re: Spinning wait cursor in COCOA
  • From: Shawn Erickson <email@hidden>
  • Date: Thu, 12 Feb 2004 08:34:37 -0800

Basically if your applications event queue isn't serviced by your application (usually managed by NSApp using the main thread) after a short amount of time (2 seconds?) the OS will put up the spinning beach ball. In general one should attempt to avoid having it displayed (use secondary threads for longer processes). Also it is best to show a progress bar or spinner on you GUI in situations like this then the beach ball... most folks using Mac OS X consider the beach ball a sign of a hung/broken application.

-Shawn

On Feb 11, 2004, at 11:21 PM, Hire wrote:

Thanks Robert
Regards
SBH

-----Original Message-----
From: Robert Cerny [mailto:email@hidden]
Sent: Thursday, February 12, 2004 4:18 PM
To: email@hidden
Cc: Cocoa dev lists
Subject: Re: Spinning wait cursor in COCOA


Hi,
Cocoa uses a special mechanism to find if the application is busy. You
don't have to set the cursor yourself.

HTH
Robert


On 12.2.2004, at 7:42, Hire wrote:

Hello
How to set Spinning wait cursor in COCOA
SBH
_______________________________________________
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.
_______________________________________________
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.
_______________________________________________
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.

  • Follow-Ups:
    • Re: Spinning wait cursor in COCOA
      • From: Matt Gillette <email@hidden>
References: 
 >RE: Spinning wait cursor in COCOA (From: "Hire" <email@hidden>)

  • Prev by Date: Re: is this enough for a singleton? (for a class cluster "placeholder")
  • Next by Date: Re: Passing an integer as contextInfo from a sheet
  • Previous by thread: RE: Spinning wait cursor in COCOA
  • Next by thread: Re: Spinning wait cursor in COCOA
  • Index(es):
    • Date
    • Thread