On Aug 17, 2012, at 3:38 , Graham Cox <graham....@bigpond.com> wrote:

> 
> On 16/08/2012, at 1:02 PM, Rick Mann <rm...@latencyzero.com> wrote:
> 
>> After googling, I found that in -[NSDocument windowControllerDidLoadNib], I 
>> had to begin my sheet by calling performSelector on the main thread 
>> (actually I scheduled a block operation). This is kinda gross, but seems to 
>> work.
>> 
>> Unfortunately, the result is that the main window animates opening 
>> simultaneously with the sheet animating open.
>> 
>> I'd really like the sheet to begin its animation after the main window 
>> finishes its own. Is there a "right" place to do this?
>> 
> 
> 
> Why not just put a few seconds' delay in the performSelector: call?

Doesn't that seem like a hack to you? How many seconds? I find that to be a 
rather gross solution, and one I'm specifically trying to avoid.

It was bad enough that I had to do it as a performSelector call

-- 
Rick


_______________________________________________

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