Hi, Dave,
Thanks for your response. This sample code normally works well in most
cases.
Is Applespell.service launched by [[NSSpellChecker sharedSpellChecker] ? or
launched automatically by a NSTextView?
I guess the problem in our application might be caused by library conflict
but I do not know ho
Our application use Mac OS X spell checker service to do spell check.
here is sample code . [[NSSpellChecker sharedSpellChecker]
checkSpellingOfString:@"hello" startingAt:0];
But the problem is AppleSpell.service can not launch automatically by this
code, so there is always an alert: couldn't conta