Inserting RTF containing Hyperlinks not working
Posted: Mon Feb 13, 2012 4:17 am
I use the RVActions based sample editor in my code as a text editor to edit RVF Docs. I then use a RVrichViewEdit in readonly mode as a viewer of the doc. I place "itemTag := target;" in the OnReadHyperlink event handler but when I process OnJump events when the user clicks on hyperlinks, the links are garbage. I have tried to set a breakpoint on the line in the OnReadHyperlink code but it never triggers. I am using Delphi 7.
When I create only one hyperlink in the RVF doc, it appears to work but when I have muliples, not. I also sometimes get itemindex out of bounds errors when I click a hyperlink far down in doc.
What am I missing?
When I create only one hyperlink in the RVF doc, it appears to work but when I have muliples, not. I also sometimes get itemindex out of bounds errors when I click a hyperlink far down in doc.
What am I missing?