Re: Cancelling a loading loop in order to load something else
Re: Cancelling a loading loop in order to load something else
- Subject: Re: Cancelling a loading loop in order to load something else
- From: Kyle Sluder <email@hidden>
- Date: Tue, 18 May 2010 09:36:58 -0700
On May 18, 2010, at 8:07 AM, Keith Blount <email@hidden> wrote:
Should I forge ahead with trying to get a modal session working for
this, or is there a better solution I'm missing?
Perform the loading asynchronously or on a background thread. With
10.6, you could enqueue a block on a background queue for each file
that needs to be loaded. Then you never have to block the main thread.
It also questions your use of a modal dialog, but perhaps there are
good UX reasons for that.
--Kyle Sluder
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden