Hi Sergey,
I need to get a list of misspelled words in an rve. Right now I've set up a stringlist and I populate it in rveSpellingCheck. This is working but I was wondering if there's already a list of misspelled words somewhere in the rve code that I could use.
Thanks
Stan
List of Misspelled Words
-
- Site Admin
- Posts: 17520
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: List of Misspelled Words
There is no list of misspelled words.
It is possible to go through the document and check places where misspelled words are underlined, but probably building list in OnSpellingCheck is preferrable.
It is possible to go through the document and check places where misspelled words are underlined, but probably building list in OnSpellingCheck is preferrable.
Re: List of Misspelled Words
Thanks Sergey,
I decided to use code you pointed to in this post:
https://www.trichview.com/forums/viewto ... rate+words
I'm still using a string list, but checking and rechecking for misspelled words directly rather than building a list in rveSpellingCheck.
Stan
I decided to use code you pointed to in this post:
https://www.trichview.com/forums/viewto ... rate+words
I'm still using a string list, but checking and rechecking for misspelled words directly rather than building a list in rveSpellingCheck.
Stan