Re: transparent views and window shadow interference
Re: transparent views and window shadow interference
- Subject: Re: transparent views and window shadow interference
- From: Daryn <email@hidden>
- Date: Mon, 25 Nov 2002 22:15:55 -0600
On Sunday, November 24, 2002, at 10:41 AM, Andreas Mayer wrote:
Am Sonntag, 24.11.02 um 07:51 Uhr schrieb Daryn:
What am I doing wrong?
and set the background color on the text view to be semi-transparent.
You could set the window transparency instead.
[window setAlphaValue:0.5];
That makes the entire window transparent, whereas I would like certain
text views in the window to be transparent -- sans the window shadowing
the text in the views.
Are there shadow rects like there are cursor rects?
Daryn
_______________________________________________
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.