Re: text caret color
Re: text caret color
- Subject: Re: text caret color
- From: Douglas Davidson <email@hidden>
- Date: Fri, 18 Nov 2005 09:31:32 -0800
On Nov 17, 2005, at 9:12 PM, Andrew Merenbach wrote:
The field editor is technically an NSText instance, though, is it
not? Doesn't that mean that it's technically a 'bad idea' to
expect in all circumstances the more-commonly-used subclass,
NSTextView?
NSText is present as an independent class for historical reasons, but
is essentially obsolete; it has only one subclass, NSTextView, and
that is not likely to change in the near future. Those who wish to
be cautious can test first before sending NSTextView messages to
their field editors.
Douglas Davidson
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden