Re: Document being reopened on launch during modal dialog
Re: Document being reopened on launch during modal dialog
- Subject: Re: Document being reopened on launch during modal dialog
- From: Kyle Sluder <email@hidden>
- Date: Tue, 06 May 2014 12:14:13 -0700
On Tue, May 6, 2014, at 11:55 AM, Mills, Steve wrote:
>
> No. What I mean is that finishLaunching is still being executed. We're in
> [FinaleAppDelegate applicationWillFinishLaunching:] (like you mentioned
> later), which is where we call our cross-platform InitApp function to
> load things up, set up audio, etc. The audio engine has discovered a
> sample rate mismatch and is telling the user about it via modal dialog.
There have been a few cases on this list where the only resolution has
been "-applicationWillFinishLaunching: is too early to start doing
things."
Have you tried moving your InitApp call to
-applicationDidFinishLaunching:?
--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