Re: SplashScreen and RunLoop
Re: SplashScreen and RunLoop
- Subject: Re: SplashScreen and RunLoop
- From: matt neuburg <email@hidden>
- Date: Wed, 16 Jul 2003 08:07:57 -0700
On Wed, 16 Jul 2003 01:41:43 +0200, Lorenzo <email@hidden> said:
>
So, cannot I create a modal dialog which closes after 3 seconds?
>
I presume there should be a way to do that.
>
>> - (void)stopModalWindow
>
>> {
>
>> NSLog(@">>>>>>> stopModalWindow");
>
>> [NSApp stopModal];
>
>> }
I do splash screen exactly as you describe, so clearly there must be a way
to do it. So it must be a matter of how your code differs from mine. What
happens if you use abortModal instead of stopModal? Also, what happens if
you close the window explicitly from within stopModelWindow? m.
--------
matt neuburg, phd = email@hidden,
http://www.tidbits.com/matt
pantes anthropoi tou eidenai oregontai phusei
Subscribe to TidBITS! It's free and smart.
http://www.tidbits.com/
_______________________________________________
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.