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: Lee Ann Rucker <email@hidden>
- Date: Wed, 14 Aug 2013 13:20:43 -0700
OK, but now we're getting into the dodgy bits:
// Give windows a chance to display/disappear because we're tracking events in a loop.
[[NSRunLoop currentRunLoop] runUntilDate:[NSDate dateWithTimeIntervalSinceNow:0.1]];
On Aug 14, 2013, at 11:42 AM, Steve Mills wrote:
> On Aug 14, 2013, at 13:40:00, Lee Ann Rucker <email@hidden>
> wrote:
>
>>
>> [p orderOut:self];
>> // Let the run loop finish so the UI updates - button finishes tracking, window updates, etc
>> [self performSelector:@selector(documentOpeningStuff:) withObject:p afterDelay:0];
>
> As I've already indicated once or twice before, this isn't possible in our current situation. We need to fall back out of the stack of functions that called runModal. They do stuff.
>
> --
> Steve Mills
> office: 952-818-3871
> home: 952-401-6255
> cell: 612-803-6157
_______________________________________________
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