showing app windows at launch prior to NSDocument tasks
showing app windows at launch prior to NSDocument tasks
- Subject: showing app windows at launch prior to NSDocument tasks
- From: edward taffel <email@hidden>
- Date: Wed, 16 Jul 2014 14:01:49 -0400
some of you may recall a previous thread of mine: ‘showing load progress for autosaved documents’; this is a recast version.
from what i can discern, in the base case, application windows do not show until autosaved documents have loaded, which makes it difficult to show load progress on these. i thought to try a good-old splash window, the simplest possible, i.e. ‘Visible at Launch’ checked, a property of the application delegate: indeed, this does not appear until the autosaved documents are shown—as was the case w/ the programmatically created window previously tried.
in particular, i should like to put-up some of my app’s panels before NSDocument starts loading documents: has anyone had any success along these lines? is there a way to defer the opening of documents (autosaved, launch via double-click or drop on the dock icon) until some app windows have exposed? or, alternatively, is there a point during app launch prior to NSDocument tasks to put up some windows?—the earliest point i can conceive is application delegate init, but no luck here either.
all comment greatly appreciated,
edward
_______________________________________________
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