Re: suppressing the scod at startup
Re: suppressing the scod at startup
- Subject: Re: suppressing the scod at startup
- From: j o a r <email@hidden>
- Date: Mon, 23 Jan 2006 22:25:51 +0100
On 23 jan 2006, at 19.29, Matt Neuburg wrote:
My question now
is whether I can suppress the spinning cursor of death that appears
during
the startup operation. Is there a simple way to do this? The main
thread is
busy with doing whatever prepareContent is doing.
If you block the main thread for an unreasonable amount of time, your
app should have the spinning wheel cursor. If you want to avoid that,
you would have to figure out a way to avoid blocking the main thread.
Loading your data in a secondary thread would most likely be the way
to go - if CoreData supports that of course (and if not, that's
probably worth a bug report). Attempting to "fix" this by suppressing
the busy cursor seems like a very bad idea.
j o a r
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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