Search found 291 matches

by jgkoehn
Thu Mar 26, 2020 9:31 pm
Forum: Support
Topic: Moving footnotes to the end of a document
Replies: 14
Views: 34345

Re: Moving footnotes to the end of a document

I got quite a ways but I'm having trouble with a footnote number inside of a table. (I thought I had seen something in the forum about this but I can't find it.) Here is my code: note_cnt := 0; for notes_i := 0 to RichViewEditClean.ItemCount-1 do if RichViewEditClean.GetItem(notes_i) is TCustomRVNot...
by jgkoehn
Wed Mar 25, 2020 6:49 pm
Forum: Support
Topic: Adding different punctuation to spellcheck
Replies: 2
Views: 12948

Re: Adding different punctuation to spellcheck

Thank you so much
by jgkoehn
Wed Mar 25, 2020 6:42 pm
Forum: Support
Topic: Possible hyperlink bug
Replies: 14
Views: 32645

Possible hyperlink bug

Greetings Sergey, A coworker found this. Please load the attached RTF into a compiled demo using the latest RVF. I believe 18.3 Now save it without changing anything and now look at the RTF code. The hyperlink code appears to double for the unicode links. Now load that one and save again. The hyperl...
by jgkoehn
Sat Mar 21, 2020 8:56 pm
Forum: Support
Topic: Adding different punctuation to spellcheck
Replies: 2
Views: 12948

Adding different punctuation to spellcheck

Greetings Sergey, Wonderful delphi component. I'm curious how can I add in differing puntuation. For example. ¿Por qué. The upside down question mark is flagged. Also there is a greek punctuation χριστοῦ· Is this something added into the .aff, .dic or. adm files (I checked this and it didn't seem to...
by jgkoehn
Sat Mar 21, 2020 6:25 pm
Forum: Support
Topic: Moving footnotes to the end of a document
Replies: 14
Views: 34345

Re: Moving footnotes to the end of a document

Basically convert all footnotes to end notes and not undo able it needs to be permanent. Here is what we are doing. We bring in an RTF document to RichViewEdit. Parse through various parts that will be future topic sections. Now each topic section may have footnotes. We need to then add those footno...
by jgkoehn
Sat Mar 21, 2020 3:10 am
Forum: Support
Topic: Moving footnotes to the end of a document
Replies: 14
Views: 34345

Moving footnotes to the end of a document

How would you recommend moving footnotes to the end of a document? I can already click on a footnote number in text and pull it up. But I need to bring all footnotes to the end of a document. Thanks.
by jgkoehn
Fri Mar 20, 2020 11:02 pm
Forum: Support
Topic: Hypertext Unicode support
Replies: 15
Views: 48491

Re: Hypertext Unicode support

Excellent sir, working now. Plus the other problem for me was I think I was trying it on a RTF file that was not that great code wise. This simple one works good. Thanks again and for your patience.
by jgkoehn
Fri Mar 20, 2020 8:32 pm
Forum: Support
Topic: Hypertext Unicode support
Replies: 15
Views: 48491

Re: Hypertext Unicode support

Excellent sir, working now. Plus the other problem for me was I think I was trying it on a RTF file that was not that great code wise. This simple one works good. Thanks again and for your patience.
by jgkoehn
Fri Mar 20, 2020 8:23 pm
Forum: Support
Topic: Hypertext Unicode support
Replies: 15
Views: 48491

Re: Hypertext Unicode support

Yes, I've worked a lot with unicode in Delphi7. Thanks for the information that got me to thinking about something else. I found the problem. My s was setting to String instead of WideString. Now to figure out the next portion. Thanks again. procedure TMainForm.RichViewEditJump(Sender: TObject; id: ...
by jgkoehn
Fri Mar 20, 2020 4:22 pm
Forum: Support
Topic: Hypertext Unicode support
Replies: 15
Views: 48491

Re: Hypertext Unicode support

Greetings, I do have 18.3 installed and that first file still gives ????? in a unicode enabled component. Thoughts?
by jgkoehn
Fri Mar 20, 2020 3:04 pm
Forum: Support
Topic: Hypertext Unicode support
Replies: 15
Views: 48491

Re: Hypertext Unicode support

Ah thanks will check. Thank you
by jgkoehn
Thu Mar 19, 2020 8:55 pm
Forum: Support
Topic: Hypertext Unicode support
Replies: 15
Views: 48491

Re: Hypertext Unicode support

I installed the update but how can I check to make sure I have 18.3 installed? I still have the same error could be something on my end.
I'm working Delphi 7 The file I downloaded has 3/19/2020 as its date.
by jgkoehn
Thu Mar 19, 2020 1:07 pm
Forum: Support
Topic: Hypertext Unicode support
Replies: 15
Views: 48491

Re: Hypertext Unicode support

Thank you sir
by jgkoehn
Wed Mar 11, 2020 3:38 pm
Forum: Support
Topic: Hypertext Unicode support
Replies: 15
Views: 48491

Re: Hypertext Unicode support

Thanks sir appreciate the information
by jgkoehn
Mon Mar 09, 2020 9:36 pm
Forum: Support
Topic: Hypertext Unicode support
Replies: 15
Views: 48491

Re: Hypertext Unicode support

Any idea on when the update will be?