Page 1 of 1

Hyperlink not Hyperlinks

Posted: Tue May 21, 2024 7:57 pm
by miwan29
Hello
I have two questions: :oops:
1- When creating a hyperlink, I cannot save more than one link in the Demo application (TRichView\Demos\DelphiUnicode\Assorted\Hypertext\CreateHyperlink) :?:
2- If possible, ActionRichView.exe (OLD)
Please help me :oops:
NB: D2010 , RichView 13

Re: Hyperlink not Hyperlinks

Posted: Tue May 21, 2024 8:36 pm
by Sergey Tkachenko
TRichView document can have any count of hyperlinks, in any version of TRichView.
What problems do you have with several hyperlinks?

Re: Hyperlink not Hyperlinks

Posted: Wed May 22, 2024 7:16 am
by miwan29
I cannot save several links in the same document except one (1) link, either with action textRichView.exe or createHyperlynk.exe

Re: Hyperlink not Hyperlinks

Posted: Wed May 22, 2024 9:25 am
by Sergey Tkachenko
In which formats do you save?
What happens after saving? An error message? Hyperlinks are lost? Something else?

Re: Hyperlink not Hyperlinks

Posted: Thu May 23, 2024 3:46 pm
by miwan29
thank you for responding so quickly
the problem was in my code: because I want to combine a chckpointdata list with a hyperlink list in RichView to allow the user to easily navigate to the desired link. but I don't know how to do it
If you don't mind I'll send you the code I designed