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 <lruc...@vmware.com>
> 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 (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to