Rank: Guest
Groups:
Joined: 2/14/2015 Posts: 1,322
|
Hello!
I am using RapidSpell Desktop like that:
rapidAYT = new RapidSpellAsYouType(); rapidAYT.setCheckCompoundWords(false); rapidAYT.setGUILanguage(LanguageType.SPANISH); rapidAYT.setLanguageParser(LanguageType.SPANISH); rapidAYT.setIgnoreWordsWithDigits(true); rapidAYT.setShowAddMenuOption(true); rapidAYT.setTextComponents(textComponent);
but when I correct a word in a JEditorPane that have a lot of incorrect words and some event happens in my java application, other incorrect words stop being highlighted, and I have to do again: rapidAYT.forceCheckAll();
Is there some way which the incorrect words remain highlighted until they should be corrected? ¿How can I inicialize the rapidAYT?
Thanks a lot
|
Rank: Advanced Member
Groups: Administrators, Registered
Joined: 8/13/2004 Posts: 2,669 Location: Canada
|
Hi, sorry we're not aware of a problem like this, and aren't sure how to reproduce it. Would you be able to make a simple application please which demonstrates this issue, and then either post the source code here or ZIP it and upload to http://senduit.comThanks Jim -your feedback is helpful to other users, thank you!-your feedback is helpful to other users, thank you!
|