Hi,
I set how you told me :
rapidSpell.setParameterValue("default", "ShowFinishedMessage", false); (but as i see it's false by default )
Other rapidSpell setup i am using:
rapidSpell.dialog_setUseDivDialog(true);
rapidSpell.setParameterValue("default", "IgnoreXML", true);
and call dialog for one texBox:
rapidSpell.dialog_spellCheck(true, "texBox1")
and for a few :
rapidSpell.dialog_spellCheck(true, idsToCheck); (idsToCheck list of texBoxes ids).
Spell check working fine, but also i get at the end of spelling alert dialog ("The spelling check is completed").