ScaleRichview and Addict4

General TRichView support forum. Please post your questions here
Post Reply
PeteJones
Posts: 3
Joined: Mon Dec 06, 2010 5:04 pm

ScaleRichview and Addict4

Post by PeteJones »

I am evaluating TRichview using D2009 + Addict 4. Everything is great except the spellcheck. I can spell check the whole document in a TSRichViewEdit using

SRVAddictSpell3.CheckRichViewEdit(Editor.RichViewEdit, ctSmart);

but I can't get the live spelling to work. i.e. no red wavy lines under misspelled words.
Is this because I'm using a demo version or is it live spelling not supported?
I hope this is not the case because I really like the components and it is only the lack of a live spell chack that is stopping me buying the full version.

Regards

Pete
PeteJones
Posts: 3
Joined: Mon Dec 06, 2010 5:04 pm

Post by PeteJones »

OK I figured it out
WaldirJr
Posts: 2
Joined: Sat Mar 31, 2012 3:20 pm

Post by WaldirJr »

Im having the same issue using DxSpell, how did u fix this?
WaldirJr
Posts: 2
Joined: Sat Mar 31, 2012 3:20 pm

Post by WaldirJr »

Nvm. i found it, u just need to implement the event OnSpellingCheck, i got this from the demo: Misspelled := RVdxSpellChecker1.IsMisspelled(AWord);
Post Reply