Re: transparent NSTextView
Re: transparent NSTextView
- Subject: Re: transparent NSTextView
- From: Nico <email@hidden>
- Date: Thu, 22 Aug 2002 10:14:21 +0200
What about [textView setBackgroundColor:color] wher color in an NSColor with
a specified alpha value ?
Nico
On 22/08/02 6:55, "Hok Chun So" <email@hidden> wrote:
>
Dear all,
>
>
I tried the following code in awakeFromNib method:
>
>
[textView setDrawsBackground:NO];
>
[textView setNeedsDisplay:YES];
>
>
The background of textView is still white. It's not transparent. Where
>
did I do wrongly?
>
>
Thank you for your help.
>
>
Bill
_______________________________________________
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.