Normally, a NSTextView will launch AppleSpell.service as needed. In my app, for reasons I have not figured out, that doesn't happen.

I've been launching the service with a call to
[[NSSpellChecker sharedSpellChecker] checkSpellingOfString:@"hello" startingAt:0]; That works on app startup, but it does not launch the service if for some reason the service process has been killed after my app has been running.

I can nohup /System/Library/Services/AppleSpell.service/Contents/MacOS/ AppleSpell, but that launches AppleSpell and not AppleSpell.service.

Is there a nice way to insure that AppleSpell.service is running? Alternatively, what would cause the service not to launch when continuous spell checking is turned on and the user is entering text?

Thanks,
Ross
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please 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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to