I have an ASS app, which goes thru a list of text and loads the text
into a text view, to do some spell checking.
I can use the standard menu to do spell checking, which is not really
what I want to do, since the lists contains several hundred of entries
and it's annoying enough to press a button to go to next entry.
So I thought it could be a good idea to use the method "checkSpelling:"
which finally works, so any new text string is checked and the first
found error is displayed - if there is any. If not I got a beep like
with an error, which is also annoying. Unfortunately the menu behaves
the same, so it's somehow a good solution, but ...
Has anybody an idea how to get rid of this beep? I tried to put it into
a try block, but since it's not an error this doesn't help.