On Sep 20, 2014, at 08:51:32, Jerry Krinock wrote:
> I’m surprised that works. I think I was in a similar situation about 4 years
> ago.
>
> http://www.cocoabuilder.com/archive/cocoa/293279-very-simple-demo-modal-dialog-causes-later-modal-session-to-crash.html?q=applicationWillFinishLaunching+
On 2014 Sep 19, at 09:12, Mills, Steve wrote:
> Our app init (called from applicationWillFinishLaunching) needs to put up
> some modal dialogs.
I’m surprised that works. I think I was in a similar situation about 4 years
ago.
http://www.cocoabuilder.com/archive/cocoa/293279-very-simple-de
On Sep 19, 2014, at 11:49:38, edward taffel wrote:
> just out of curiosity—have you attempted this earlier, e.g. in NSApplication
> init?
No. I don't think that's the right place to do this sort of thing. And we're
too late in the cycle now to make such a radical change.
--
Steve Mills
office
just out of curiosity—have you attempted this earlier, e.g. in NSApplication
init?
regards,
edward
On Sep 19, 2014, at 12:12 PM, Mills, Steve wrote:
> Our app init (called from applicationWillFinishLaunching) needs to put up
> some modal dialogs. When one of these modals is dismissed, NSAppli
Our app init (called from applicationWillFinishLaunching) needs to put up some
modal dialogs. When one of these modals is dismissed, NSApplication proceeds to
call application:openFiles:, but we haven't returned from
applicationWillFinishLaunching yet, so we're not ready. I'm sure others have
n