Splash Screen Strategy?
Splash Screen Strategy?
- Subject: Splash Screen Strategy?
- From: Steve <email@hidden>
- Date: Mon, 10 Feb 2003 13:45:06 +0000
Hi,
My app has one main window with multiple controls and one main
controller. I'd like to open a splash screen before the main window
appears, and before the controller does a lot of setup work in its
awakeFromNib (which takes 3 or 4 seconds).
I could do this by making the main window non-visible, and moving all
my controller initialisation into a seperate routine which I call after
the splash screen has appeared.
Is there a neater or simpler way to do splash screens?
Also, in IB I can't see how to remove a window's (or panel's) title bar
. Do I have to do this programmatically?
Thanks
Steve
_______________________________________________
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.