Re: Startup window?
Re: Startup window?
- Subject: Re: Startup window?
- From: Dave Sopchak <email@hidden>
- Date: Fri, 7 Mar 2003 06:02:35 -0800
Peter,
FWIW, I have an app that starts up and presents the user with a
startup window where they can select a serial port, click OK, then it
polls for hardware on that port, disappearing after it finds something.
I use a different nib file for the startup window and the main app
window, and have MainMenu.nib contain an "application controller"
object which first calls the startup window nib and controller (a
subclass of NSWindowController). When my startup window is done, it
posts a notification that it is done, which my AppController is
registered to receive, and it moves on to the main app window loading.
Dave
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.