Re: Dismissing Open dlog before doc actually opens
Re: Dismissing Open dlog before doc actually opens
- Subject: Re: Dismissing Open dlog before doc actually opens
- From: Alex Zavatone <email@hidden>
- Date: Wed, 14 Aug 2013 22:54:00 -0400
On Aug 14, 2013, at 10:33 AM, Steve Mills wrote:
> On Aug 14, 2013, at 09:23:11, Roland King <email@hidden> wrote:
>
>> What does that code end up doing? Not order the window out, not order it out until after the 5 seconds have elapsed or what? Not much of an OSX guy but something similar on iOS, with a 5 second piece of work on the main thread, would stop the UI animating until it returned control to the runloop.
>
> The window goes away after 5 seconds instead of right when I tell it to go away. And there is no animation for hiding this window - it just disappears. So needing the event loop to run simply to hide this window is a design flaw.
Wild guess, but by any chance are you blocking the thread or blocking the thread that the UI is drawn on?
_______________________________________________
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