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: Ryan Bates <email@hidden>
- Date: Sat, 21 Feb 2004 09:51:49 -0800
You have to use the NSBorderlessWindowMask when initializing the window
programmatically to remove the title bar. I suggest you take a look at
Apple's RoundTransparentWindow example:
<
http://developer.apple.com/samplecode/Sample_Code/Cocoa/
RoundTransparentWindow.htm>
Ryan
On Feb 21, 2004, at 9:09 AM, 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.
_______________________________________________
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.
_______________________________________________
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.