Hi,
How to assign items from RvDxSpellChecker popup to popup associated with cxTRichViewEdit ?
RvDxSpellChecker in cxTRichViewEdit
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
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
(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
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 )
I'll try in russian )
Если использовать cxTRichViewEdit в голом виде, то RvDxSpellChecker сам автоматически создаёт меню для cxTRichViewEdit, а если у cxTRichViewEdit уже есть присвоенное меню, то RvDxSpellChecker в нем ничего не создаёт, даже если у RvDxSpellChecker в свойстве popupmenu прописать это popup меню.
Мой вопрос: как в своё popup меню контрола cxTRichViewEdit встроить в виде подменю спелинговое меню из RvDxSpellChecker ?
Sorry for my bad russian )