Re: NSTableView and NSTextView
Re: NSTableView and NSTextView
- Subject: Re: NSTableView and NSTextView
- From: Douglas Davidson <email@hidden>
- Date: Thu, 18 Oct 2001 11:45:04 -0700
On Thursday, October 18, 2001, at 08:18 PM, Drew McCormack wrote:
If you send it setFieldEditor:NO, then it will behave like a standard
textview. There are a number of places where you might do this; the
NSCell method setUpFieldEditorAttributes: comes to mind.
Do you mean that I should subclass NSCell or NSTextFieldCell, and
override "setUpFieldEditorAttributes:"?
That is one way; there are others.
Douglas Davidson