Why does TableView not respond to it's inherits methods?
Why does TableView not respond to it's inherits methods?
- Subject: Why does TableView not respond to it's inherits methods?
- From: "Mark's Studio" <email@hidden>
- Date: Mon, 12 Nov 2001 11:27:55 +0100
NSTableView
Inherits from:
NSControl : NSView : NSResponder : NSObject
so why does setEnable:NO not work?
Maybe it's something todo with "click-through" as i write this mail i
can see the tableview behind in Mail is not grayed out, only the
scrollview control.
Is it possible to have a Tableview and it's scrollview grayed out and
not responding to mouseclicks like other controls?
Is it possible to hide the scrollControl if it's not needed?
NSTableHeaderCell
Inherits from:
NSTextFieldCell : NSActionCell : NSCell : NSObject
also im trying to set the textcolor of the headerCell but it's not
drawing ,if i check the textColor after it's drawn it is set.
[[[tableView tableColumnWithIdentifier: @"aCol"] headerCell]
setTextColor:[NSColor redColor]]
I can do it if i use setAttributedString?
maybe im doing something in the wrong order?
Thanks
PS I have searched Google and tried all i could find.
Peter Mark
Mark's Recording Studio A/S
Faelledvej 19 b DK2200 N
Copenhagen Denmark
Tel: +45 35366078 Fax: +45 35366038
www.marks-studio.dk
email@hidden