On 03/09/2009, at 1:28 AM, Michael A. Crawford wrote:
Anyway, I thought of changing the structure of my app so that the main nib displays the startup and then loads what used to be my main nib with my primary view, menu, etc. I'm not experienced enough with AppKit to know whether or not that is a good approach.
Just add a startup panel and, if there is one, a controller for it to your main nib. You'd probably want to hook it into your app delegate so it can be taken down when launching finishes. There's nothing to stop you having multiple windows in a single nib, and in this case that would definitely be the simplest thing.
--Graham _______________________________________________ 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com