Re: NSTableView and NSTextView
Re: NSTableView and NSTextView
- Subject: Re: NSTableView and NSTextView
- From: Drew McCormack <email@hidden>
- Date: Thu, 18 Oct 2001 20:18:31 -0700
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:"?
Drew McCormack
Douglas DAvidson