Search found 5 matches

by [email protected]
Mon Feb 13, 2012 7:41 pm
Forum: Support
Topic: Inserting RTF containing Hyperlinks not working
Replies: 4
Views: 10657

Hi Sergey, my apologies I made a silly typo, everything works perfectly now.
Thanks
by [email protected]
Mon Feb 13, 2012 2:56 pm
Forum: Support
Topic: Inserting RTF containing Hyperlinks not working
Replies: 4
Views: 10657

I have narrowed it down. The hyperlinks that I battle to process are all contained in a single cell of a table in the RVF doc. When I remove them from the table and place them directly on the page in the document I can read them fine.
by [email protected]
Mon Feb 13, 2012 4:17 am
Forum: Support
Topic: Inserting RTF containing Hyperlinks not working
Replies: 4
Views: 10657

Inserting RTF containing Hyperlinks not working

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 ...
by [email protected]
Mon Feb 13, 2012 4:03 am
Forum: Support
Topic: ERROR Declaration differs from previous declaration
Replies: 3
Views: 12390

Thanks for the prompt reply, found it, problem solved.
by [email protected]
Sun Feb 12, 2012 6:53 am
Forum: Support
Topic: ERROR Declaration differs from previous declaration
Replies: 3
Views: 12390

ERROR Declaration differs from previous declaration

I am using Delphi7. Whenever I add an event handler such as RichViewEdit1ReadHyperlink that contains TRVRawByteString, I get an error "Declaration of 'RichViewEdit1ReadHyperlink' differs from previous declaration".

What can I do to fix this?