semi-transparent NSScrollView/NSTextView
semi-transparent NSScrollView/NSTextView
- Subject: semi-transparent NSScrollView/NSTextView
- From: Daniel Delp <email@hidden>
- Date: Fri, 13 Dec 2002 12:49:17 -0600
Is it possible to set the background of either an NSScrollview or
NSTextview to be semi-transparent? I have tried
[textView setDrawsBackground:TRUE];
[textView setBackgroundColor:[NSColor colorWithCalibratedRed: 0.0
green:0.0 blue:0.0 alpha:0.75]];
with the scrollview set the not draw the background, and I tried with
the textview not drawing background and the scrollview drawing the
color. In both tries, the background appeared a solid color.
Thank you
-Daniel Delp
_______________________________________________
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.