Search found 50 matches

by wvd_vegt
Tue Sep 06, 2005 7:05 pm
Forum: Support
Topic: Relative hyperlinks
Replies: 9
Views: 43075

Hi

I installed the latest beta but cannot find the mentioned RTFReadProperties.BasePathLinks in neither TRichView nor TRichEdit.
by wvd_vegt
Mon Sep 05, 2005 3:23 pm
Forum: Support
Topic: Relative hyperlinks
Replies: 9
Views: 43075

Hi,

I will have a look at it tonight. Thanks for implementing it so quickly.

Just for your information, It's not mentioned in the changes.
by wvd_vegt
Wed Aug 31, 2005 8:19 am
Forum: Support
Topic: Relative hyperlinks
Replies: 9
Views: 43075

Hi,

Great, the workaround I use now is not that good (just strip the path totally and try a couple of directories), but it holds for todays demo.
by wvd_vegt
Tue Aug 30, 2005 12:22 pm
Forum: Support
Topic: Relative hyperlinks
Replies: 9
Views: 43075

Hi,

Thanks for the quick response.

I used Editor 2 from the delphi Demo's as a basis.

I save to RTF with:

Code: Select all

rvEditor.SaveRTF(fFileName, False);
Btw the filenames/url should have a format like:

Code: Select all

common/movie1.flv
so no protocol prefix like file:// or http://
by wvd_vegt
Tue Aug 30, 2005 8:07 am
Forum: Support
Topic: Relative hyperlinks
Replies: 9
Views: 43075

Relative hyperlinks

Hi, I modified the editor sample bit so i could use it in one of my projects. One thing however keeps bothering me: When I insert a hyperlink that has a relative path, it shows up correctly as long as I edit. After a reload however it becomes absolute (including driveletter and path of the document)...