Re: NSTableView opacity problem
Re: NSTableView opacity problem
- Subject: Re: NSTableView opacity problem
- From: アンドレ(Andre) <email@hidden>
- Date: Sat, 26 Feb 2005 19:14:46 -0800
Subclass NSTableView and override isOpaque to return NO.
On 平成 17/02/26, at 10:06, Mikael Arctaedius wrote:
I have to draw seven values and instead of using
seven NSTextFields I would like to have a table
with seven rows. But I want the table to be
"invisible" i.e. like textfields with the "Draw
background color" unchecked and the border set
to none. To achieve this I tried to set the opacity
of the background and grid to 0%, but this only
makes the table be drawn as a completely black
square even though the background is the ordinary
striped grey window.
So for now I have to make the backgorund white
or go with seven separate textfields.
(I have more info to be displayed which would
require 15*7 NSTextfields and I would like to put
them in a table as well... But an invisible one...)
/Mikael Arctaedius
_______________________________________________
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