Addict Spell problem
Posted: Sat Oct 24, 2009 5:30 pm
Hi
I'm using Addict spell 4.1 with DBSRichviewEdit. I'm trying to implement a proofing icon in the status bar like MS Word. When there are no spelling errors, the imageindex and vice versa.
Is there a way that I can immediately know whether the document has errors or not? I've added the following line of code in the OnSpellingCheck event but the results are not right:
if Misspelled then button.ImageIndex:= 1 else button.ImageIndex:= 2;
I'm using Addict spell 4.1 with DBSRichviewEdit. I'm trying to implement a proofing icon in the status bar like MS Word. When there are no spelling errors, the imageindex and vice versa.
Is there a way that I can immediately know whether the document has errors or not? I've added the following line of code in the OnSpellingCheck event but the results are not right:
if Misspelled then button.ImageIndex:= 1 else button.ImageIndex:= 2;