Re: wait for sheet result
Re: wait for sheet result
- Subject: Re: wait for sheet result
- From: Graham Cox <email@hidden>
- Date: Thu, 7 Jan 2010 17:33:32 +1100
On 07/01/2010, at 5:10 PM, Rainer Standke wrote:
> How do I go about solving this?
This is down to the logic of your app. While a sheet is up, events are being processed as normal, so presumably you are relying on the event loop to process the items. You'll need to rework your design so that each item can be processed in response to some other thing occurring (like the previous one completing) rather than using the event loop.
Sorry this is vague, but so's your question. If you show the code of how you are processing the items, better/more concrete advice can probably be offered!
--Graham
_______________________________________________
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