Search found 5 matches
- Wed Dec 23, 2020 12:28 pm
- Forum: Support
- Topic: TRVdxSpellChecker: Adding words to custom dictionary (Delphi)
- Replies: 2
- Views: 13152
Re: TRVdxSpellChecker: Adding words to custom dictionary (Delphi)
Thanks Sergey, this worked great!
- Wed Dec 23, 2020 11:13 am
- Forum: Support
- Topic: TRVdxSpellChecker: Adding words to custom dictionary (Delphi)
- Replies: 2
- Views: 13152
TRVdxSpellChecker: Adding words to custom dictionary (Delphi)
I have recently added spell checking to my Delphi application. When I press F7, I get the standard dialog to correct/add/ignore misspelled words and this works fantastic. I have also implemented a right-click to correct words, which also works great. I now want to add "Add to dictionary ...
- Thu Jul 09, 2020 11:03 am
- Forum: Support
- Topic: Funny characters when copying between TRichViewEdit components
- Replies: 5
- Views: 16939
Re: Funny characters when copying between TRichViewEdit components
Step-by-step instructions are fairly easy. We have a form with a TRichViewEdit component on. We can open multiple instances of the form. You can use the form to insert data into the DB, view data or edit data. We open an instance of the form in "edit" state and another instance in "insert" state ...
- Thu Jul 09, 2020 8:19 am
- Forum: Support
- Topic: Funny characters when copying between TRichViewEdit components
- Replies: 5
- Views: 16939
Re: Funny characters when copying between TRichViewEdit components
Here are the details: 1. v18.4 2. Delphi 2010 3. [rvoScrollToEnd,rvoShowPageBreaks,rvoAutoCopyUnicodeText,rvoAutoCopyRVF,rvoAutoCopyImage,rvoAutoCopyRTF,rvoFormatInvalidate,rvoDblClickSelectsWord,rvoRClickDeselects,rvoShowItemHints,rvoFastFormatting] 4. [rvddRVF,rvddRTF,rvddText,rvddUnicodeText ...
- Wed Jul 08, 2020 1:33 pm
- Forum: Support
- Topic: Funny characters when copying between TRichViewEdit components
- Replies: 5
- Views: 16939
Funny characters when copying between TRichViewEdit components
We have a generic copy-and-paste mechanism in our system. It has been working great except when we copy and paste between 2 TRichViewEdit components. If I copy (Ctrl+C) from any source, such as MS-Word, Notepad, web page, etc. and paste (Ctrl+V) into a TRichViewEdit component, everything works 100 ...