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 protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
