Re: transparent NSTextView
Re: transparent NSTextView
- Subject: Re: transparent NSTextView
- From: stefano iacus <email@hidden>
- Date: Thu, 7 Oct 2004 13:40:52 +0200
Found myself, the problem was the scrollview
[myWindow setOpaque:NO];
[myTextView setDrawsBackground:NO];
[[myTextView enclosingScrollView] setDrawsBackground:NO];
On Oct 7, 2004, at 1:29 PM, stefano iacus wrote:
I have a window.
I set [myWindow setOpaque:NO], I use a transparent color for the
background and it is effectively transparent.
I add a NSTextView to the window (not covering all the window).
I'm not able to get a transparent NSTextView.
How can I do this? The [NSTextView isOpaque] return YES, but how can I
set it to NO?
I want something like terminal application.
stefano
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden