Skip navigation.
 
mlsemi-transparent NSScrollView/NSTextView
FROM : Daniel Delp
DATE : Fri Dec 13 19:49:17 2002

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_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
No related mails found.