Page 1 of 1

Addict Spell problem

Posted: Sat Oct 24, 2009 5:30 pm
by pawnflakes
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;

Posted: Mon Oct 26, 2009 5:22 pm
by Sergey Tkachenko
It is not possible in the current version. Probably events for starting and finishing spelling check will be added in future.