Page 1 of 1

Problem with addict live spelling

Posted: Sun Jun 24, 2007 8:52 pm
by remixtech
Hello,

I have found a possible bug with the live spelling of addict, more particulary in the parser of Trichviewedit...

the word autobus is well spelled for trichview but when i bold a part of the word it is misspelled.. like autobus

Code: Select all

procedure Tf_ecriture.RichViewEdit1SpellingCheck(Sender: TCustomRichView;
   const AWord: string; StyleNo: Integer; var Misspelled: Boolean);

   begin

   Misspelled := not f_principale.RVAddictSpell31.WordAcceptable(aword);
end;
Aword value are before bolding -> autobus,
After bolding -> obus...

Thanks a lot bye

Posted: Mon Jun 25, 2007 6:42 am
by Sergey Tkachenko
This is a known problem. But sorry, it will not be solved in near future.

Posted: Fri Aug 03, 2007 9:38 pm
by remixtech
No news for this bug ? I will sell my software in anuary 2008, i hope this bug ll be corrected ...

An other thing :
I know how to start livespelling

Code: Select all

editeur.StartLiveSpelling;
How can I stop livespelling ?

Thanks a lot, and sorry for my bad english, this is a foreign language for me ;)

Posted: Sat Aug 04, 2007 4:31 pm
by Sergey Tkachenko
Sorry, I cannot promize that this this feature will be implemented to this day.

ClearLiveSpellingResults stops live spelling.

Posted: Sat Aug 04, 2007 9:23 pm
by remixtech
This is not a feature but a bug,

I understand, thanks for your answer,

Bye

Posted: Sat Nov 03, 2007 1:16 pm
by remixtech
Always no news ? Is the bug corrected ?

Thanks a lot,
>Bye

Posted: Sat Nov 03, 2007 2:45 pm
by Sergey Tkachenko
No, each item still processed separately.