Re: Startup window?
Re: Startup window?
- Subject: Re: Startup window?
- From: Andreas Mayer <email@hidden>
- Date: Fri, 7 Mar 2003 13:57:57 +0100
Am Freitag, 07.03.03 um 12:52 Uhr schrieb Peter Karlsson:
Is it ok to have some kind if timer that waits for 10 sec after -
(void)awakeFromNib?
You could probably just use - (void)performSelector:(SEL)aSelector
withObject:(id)anArgument afterDelay:(NSTimeInterval)delay but ...
I want a startup window in my app, that tells that the application is
initializing, and after 10 sec (so everyone can look at the nice
picture) I want it to be closed and the main window pops up.
... please, don't make the user wait without a good reason!
bye. Andreas.
_______________________________________________
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.