Re: Editing a NSTextFieldCell with attributed string
Re: Editing a NSTextFieldCell with attributed string
- Subject: Re: Editing a NSTextFieldCell with attributed string
- From: Dan Bernstein <email@hidden>
- Date: Wed, 5 Dec 2001 10:14:54 +0200
On Wednesday, December 5, 2001, at 09:58 AM, Max Horn wrote:
Use this:
[myTextField setAllowsEditingTextAttributes:YES];
This is an NSTextField / NSCell method. The field editor is an object of
class NSText (or, in my case, NSTextView) which is not a subclass of
either.