How do I implement a splash window
How do I implement a splash window
- Subject: How do I implement a splash window
- From: desktoast music productions <email@hidden>
- Date: Sat, 22 Apr 2006 23:05:41 +0200
Hi again,
On cocoadev.com and other forums I found a lot on how to create a splash
image. But though I am able to create one now, I still wonder where (and
how) to implement it. Because it is created programmatically, I implemented
it in the awakeFromNib of my NSDocumentController subclass (which is also my
app¹s delegate) - just to see how it looks on screen, like that:
- (void)awakeFromNib {
WDVSplashWindow *splash = [[WDVSplashWindow alloc]
initWithImage:[NSImage imageNamed:@"Splash1"]];
[splash orderFront:nil];
}
This way, the splash shows up immediately. But, of course, from then on
nothing else happens. No main Window, now data loading from file.
Could anybody please give me a hint, where to implement a splash, so it
shows up for 2-3 seconds, WHILE my dcoument is loading?s
Second is there a way of showing the status of that loading progress on
the splash image (like ³Loading member data...² etc.)?
Thank you,
Peter
--
peter schwaiger
desktoast music productions
http://www.autlawmusic.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden