Addict Spell problem

General TRichView support forum. Please post your questions here
Post Reply
pawnflakes
Posts: 49
Joined: Thu Jan 03, 2008 6:11 pm
Location: South-Africa

Addict Spell problem

Post 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;
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

It is not possible in the current version. Probably events for starting and finishing spelling check will be added in future.
Post Reply