Search found 291 matches

by jgkoehn
Sun Mar 08, 2020 4:36 pm
Forum: Support
Topic: Hypertext Unicode support
Replies: 15
Views: 48565

Re: Hypertext Unicode support

Thank you Sergey,
A note that RTF was made in LibreOffice.
Here is another made in MS Word 365 and also the .docx that was converted to the rtf.

Do they seem to have the same thing going on?
by jgkoehn
Sat Mar 07, 2020 9:31 pm
Forum: Support
Topic: Hypertext Unicode support
Replies: 15
Views: 48565

Hypertext Unicode support

I searched for this but can't figure out exactly what is going on. I use RichViewEdit to load a RTF file with hyperlinks that have unicode in them. However, when I test displaying them I have a problem in: procedure TMainForm.RichViewEditJump(Sender: TObject; id: Integer); var RVData: TCustomRVForma...
by jgkoehn
Thu Feb 27, 2020 9:59 pm
Forum: Support
Topic: Plain Text Position to SetCurrentSelection
Replies: 1
Views: 15136

Plain Text Position to SetCurrentSelection

I have a document with various indicators like <Gen 1:1> or <Gén 1:10> I normally can search the plain text of the document with regex. However, I need to use this information to set a check point. So basically I need to take the plain unicode text find the information example <Gen 1:1> then jump ov...
by jgkoehn
Sat Feb 22, 2020 8:28 pm
Forum: Support
Topic: TCustomRichViewEdit.SelectCurrentLine
Replies: 4
Views: 17797

Re: TCustomRichViewEdit.SelectCurrentLine

It is odd, My guess is the document has bad rtf somehow. I tried just editing down the document to a problem portion. First using WordPad, then MS Word and then RVF Demo App. But this fixes it. As best I could tell maybe some bad bookmark, or footnote links that were leftover in the RTF code. I did ...
by jgkoehn
Fri Feb 21, 2020 2:06 pm
Forum: Support
Topic: TCustomRichViewEdit.SelectCurrentLine
Replies: 4
Views: 17797

Re: TCustomRichViewEdit.SelectCurrentLine

To work around it I had to turn word wrap off reformat and then it works. Maybe try a different font and or color. I was trying several things. Im working with a .docs converted to rtf then loaded into Trichview. (So one of these steps could mess something up or maybe a setting) Sorry I cant share t...
by jgkoehn
Thu Feb 20, 2020 9:37 pm
Forum: Support
Topic: TCustomRichViewEdit.SelectCurrentLine
Replies: 4
Views: 17797

TCustomRichViewEdit.SelectCurrentLine

I'm using SelectCurrentLine to copy out some text from a RVF document. However, if that line has different formatting like Regular font and then italics it only selects up until that change in formatting. Is this an expected behavior? Is there a way to change this. In this application the format cou...