Re: (no subject)
Re: (no subject)
- Subject: Re: (no subject)
- From: Mike Paquette <email@hidden>
- Date: Thu, 19 Feb 2004 13:12:45 -0800
On Feb 19, 2004, at 12:40 PM, email@hidden wrote:
[osx_window setBackgroundColor: [NSColor clearColor]];
[osx_window setAlphaValue: 1.0];
[osx_window setOpaque: NO];
[NSColor clearColor] returns an NSColor whose grayscale and alpha
values are both 0.0. The window may be there, but is totally
transparent. Try using a color with a non-zero alpha such as
blackColor.
_______________________________________________
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.