Page 1 of 1

RvDxSpellChecker in cxTRichViewEdit

Posted: Thu Sep 17, 2015 9:11 am
by 11111
Hi,

How to assign items from RvDxSpellChecker popup to popup associated with cxTRichViewEdit ?

Posted: Thu Sep 17, 2015 9:38 am
by Sergey Tkachenko
For cxTRichViewEdit, items are added in its popup menu automatically
(if you did not undefine RVUSECXTRICHVIEW in RVDXSpell.pas)

You just need to process its OnSpellingCheck event, where you should check the word using RvDxSpellChecker.IsMisspelled.

Important: before live spelling is started, call RvDxSpellChecker.UpdateRules

Posted: Thu Sep 17, 2015 10:50 am
by 11111
I guess, you don't understand my question.
I'll try in russian )

Если использовать cxTRichViewEdit в голом виде, то RvDxSpellChecker сам автоматически создаёт меню для cxTRichViewEdit, а если у cxTRichViewEdit уже есть присвоенное меню, то RvDxSpellChecker в нем ничего не создаёт, даже если у RvDxSpellChecker в свойстве popupmenu прописать это popup меню.

Мой вопрос: как в своё popup меню контрола cxTRichViewEdit встроить в виде подменю спелинговое меню из RvDxSpellChecker ?

Sorry for my bad russian )