• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: transparent NSTextView
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
References: 
 >transparent NSTextView (From: stefano iacus <email@hidden>)

  • Prev by Date: transparent NSTextView
  • Next by Date: Re: Crypt/Decrypt NSData
  • Previous by thread: transparent NSTextView
  • Next by thread: Multi-window documents
  • Index(es):
    • Date
    • Thread