clear NSViews
clear NSViews
- Subject: clear NSViews
- From: email@hidden
- Date: Mon, 2 Jun 2003 16:27:30 -0400
How do I create an NSView with a transparent background. Currently I
have and NSView that is opaque and a subview of that, which clears its
background like this:
[[NSColor clearColor] set];
NSRectFill([self bounds]);
The result is a background that is black.
This works for a view that is atop a non-opaque window, but it does not
work here. How can I get this to work?
_______________________________________________
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.