Re: Why does TableView not respond to it's inherits methods?
Re: Why does TableView not respond to it's inherits methods?
- Subject: Re: Why does TableView not respond to it's inherits methods?
- From: Angela Brett <email@hidden>
- Date: Mon, 12 Nov 2001 23:40:37 +1300
NSTableView
Inherits from:
NSControl : NSView : NSResponder : NSObject
so why does setEnable:NO not work?
Perhaps because the message should be setEnabled:NO. I'm not sure
whether that was just a typo in the email or what you actually put in
the code, but as a newbie it's my duty to point out the obvious
things, thus freeing up the experienced people to give more
complicated/useful answers.