Skip to main content
Search titles, bodies, and author names
Found 64,204 posts across 1 forum.

TextView with transparent background? — #2

Hmm... perhaps you need to subclass NSTextView, NSScrollView, or NSClipView and override <font face = "courier">isOpaque</font> to return NO. Dunno if it'll work...
MacNN Hardware by Rickster

TextView with transparent background? — #3

you need to setup the window and the views. something like this should do it: <BLOCKQUOTE><font size="1"face="Geneva, Verdana, Arial">code:</font><HR><…
MacNN Hardware by nibs

TextView with transparent background? — #5

Hello ... I found the trouble. I have to send "setDrawsBackground:NO" to the NSScrollView containing the NSTextView. That is sending <BLOCKQUOTE><font size="1"face="Ge…
MacNN Hardware by DayLateDon
mp.ls