spell-check question

General TRichView support forum. Please post your questions here
Post Reply
toolwiz
Posts: 150
Joined: Wed Nov 30, 2005 3:27 am

spell-check question

Post by toolwiz »

Sergey,

Can the spell-check interface be used to split the words in an RVE control into individual Items? If so, what would it need to do? Just write the word back into the document unchanged? Or set the TextStyle? What's the simplest thing to do?

Thanks
-David
Sergey Tkachenko
Site Admin
Posts: 17310
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

No the spell-check itself, but a basic class for spell-check enumerating all words and allowing to select them.
A complete example was in
http://www.trichview.com/forums/viewtopic.php?t=485
(TWordColorer class)
Post Reply