Calling -stringValue on a spell checked text field clears the misspellings?
Calling -stringValue on a spell checked text field clears the misspellings?
- Subject: Calling -stringValue on a spell checked text field clears the misspellings?
- From: Nick Zitzmann <email@hidden>
- Date: Mon, 12 Mar 2007 16:25:23 -0600
I searched the archives and did not see anything related to this
issue...
I have an NSTextField. The text field's editor has continuous spell
checking turned on. The text field's delegate calls -stringValue on
the field every time the field has changed, because it needs the
string value to accomplish another feature in the program.
But whenever it does this, the words that are visibly marked as
misspelled are updated so that the misspelling mark is cleared. Once
I remove the -stringValue message, this no longer happens, but I need
that string value when a change has occurred. What can I do here?
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden