Re: "check spelling as you type" persistence
Re: "check spelling as you type" persistence
- Subject: Re: "check spelling as you type" persistence
- From: Douglas Davidson <email@hidden>
- Date: Thu, 29 Jan 2004 15:33:07 -0800
On Jan 29, 2004, at 11:25 AM, Chris Silverberg wrote:
Thank you for your tip. This turned out to be the solution. I was a
bit
mislead at first because NSWindow.h shows that fieldEditor returns an
NSText
which wasn't what I was looking for. But the header file is not quite
accurate. As you pointed out, fieldEditor is really an NSTextView.
NSText is the superclass of NSTextView. For historical reasons a
number of APIs use NSText, although NSTextView is its only subclass.
Douglas Davidson
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.