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 (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