Re: Removing the title bar from a window (i.e. a splash screen...)
Re: Removing the title bar from a window (i.e. a splash screen...)
- Subject: Re: Removing the title bar from a window (i.e. a splash screen...)
- From: "M. Uli Kusterer" <email@hidden>
- Date: Sat, 21 Feb 2004 18:35:06 +0100
At 12:09 Uhr -0500 21.02.2004, Austin Sarner wrote:
Hi, how would you remove the title bar from a window so it appears
as if an image is just on your desktop (i.e. photoshop's splash
screen)? Is there another method to doing this? Thanks in advance.
You'll have to manually create a window and pass
NSBorderlessWindowMask to [initWithFrame:...]. You might also have to
setOpaque:NO (setIsOpaque?).
--
Cheers,
M. Uli Kusterer
------------------------------------------------------------
"The Witnesses of TeachText are everywhere..."
http://www.zathras.de
_______________________________________________
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.