Page 1 of 1

Hyperlinks

Posted: Thu May 12, 2011 3:22 pm
by charles.lambert
Hi,

when I write an url in RichViewEdit the component recognizes it and it gets underlined, but if I type this link for example: \\abcd-server\vol\tmp\document.docx (which refers to a file on a server) the component won't recognize it.

Is there any solution to make the compo act correctly with this case?

- Charles

Posted: Thu May 12, 2011 6:20 pm
by Sergey Tkachenko
You can create a function allowing to detect your own kinds of URLs and assign it to RVIsCustomURL variable, see http://www.trichview.com/help/idh_fun_r ... omurl.html

Posted: Thu May 12, 2011 6:38 pm
by charles.lambert
Thanks a lot

- Charles