Re: Transparent NSTextView makes hole in window ?
Re: Transparent NSTextView makes hole in window ?
- Subject: Re: Transparent NSTextView makes hole in window ?
- From: Yann Bizeul <email@hidden>
- Date: Fri, 23 May 2003 12:41:57 +0200
Tried this without result, always the same "hole" where the NSImageView
should appear
Thanks
Le vendredi, 23 mai 2003, ` 11:47 Europe/Paris, Tobias Hermann a icrit :
hi!
I don't know if that works, but try to add this method to your
subclass:
- (BOOL) isOpaque
{
return NO;
}
regards
Tobi
On Friday, May 23, 2003, at 10:11 AM, Yann Bizeul wrote:
Hi !
Very weird thing with transparent NSTextView :
I use a subclass of NSTextView, programmatically linked with its
NSScrollView, I had to do that to set transparency. The problem Is
that I would like to show something else behind the NSTextView, but
all I get is my Desktop !
I have in order :
My Window
An NSImageView with Bezeled frame
My NSTextView
But I can't see inside my NSImageView, I set the NSTextView to be
smaller than it, but it makes a hole with my desktop inside...
I set both NSScrollView and NSTextView to not draw background, and
clearColor background (just in case)
The window is configured to not have background too
Is there a bug or Am I missing something ?
I made a screenshot of the problem so that you can see :
http://www.tynsoe.org/transparency.jpg
Thanks
--
_______________________________________________
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.
--
Yann Bizeul
TYNSOE.ORG -
http://www.tynsoe.org/
Site technique consacri ` MacOS X
_______________________________________________
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.