trichview.support
Re: Hyperlink |
Author |
Message |
Sergey Tkachenko |
Posted: 08/27/2004 14:29:13 A hyperlinks import from RTF and drag&drop is performed via OnReadHyperlink where you can modify target as you need. TrvHtmlImport imports them itself by default. But if you exclude rvhtmloAutoHyperlinks from its Options, it will use OnReadHyperlink too. > I have implemented the hyperlink in 3 ways. > > 1. link to a file > 2. link to an URL > 3. link to a bookmark > > In order to differentiate these 3 types of link, i have added a flag to the > target string eg instead of http://www.trichview.com, i have set the target > string to be [U]http://www.trichview.com. Then when jump event fired, I will > parse it to a proper URL, a bookmark link or a file link. Is there any > better way for this implementation? Because currently I am facing the > problems like paste an URL or importing a HTML file which contain hyperlink. > The target string is no longer in my control. There other problems too but > this is more critical for me. Hope to get a good solution from you. :) Thanx > > |
Powered by ABC Amber Outlook Express Converter