Re: Distributed Objects
Re: Distributed Objects
- Subject: Re: Distributed Objects
- From: Kyle Sluder <email@hidden>
- Date: Mon, 27 Aug 2012 12:04:39 -0700
On Mon, Aug 27, 2012, at 10:40 AM, Kirk wrote:
> There isn't a run loop running yet at applicationDidFinishLaunching:.
>
> Defer your code with performSelector: afterDelay:0
While this is true, the very next thing after
-applicationDidFinishLaunching: will be NSApplication calling
[[NSRunLoop currentRunLoop] run]. So Gerriet's original code should work
without manually calling -run, and -performSelector:afterDelay: should
have no effect.
--Kyle Sluder
_______________________________________________
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