When does OS X decide to give your app a spinning beach ball? What can you do when programming an application to avoid this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The window server will show the spinning wait cursor when the frontmost application, or the application that has a window under the mouse pointer, has not responded to events from the window server within a certain window of time.
To avoid the spinning wait cursor, an application needs to service events in a timely fashion. There’s no way around this window server behavior, and for good reason: Applications on Mac OS X aren’t ever supposed to be unresponsive to the user.