Re: Why Applespell.service fail to launch?

2009-07-05 Thread shuang qin
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

Why Applespell.service fail to launch?

2009-07-02 Thread shuang qin
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