trichview.support
A Few HTML link Questions |
Author |
Message |
Chris Booth |
Posted: 12/15/2004 23:33:02 I'm using the HTMLimporter to display HTML documents (actually the HTML portion of an email) in a TRichViewEdit. The document displays great, but I'm having some trouble getting the hyperlinks to work properly. 1) I've tried using the following code in the OnJump event: rvActionsResource.rvActionInsertHyperlink1.GoToLink(RichViewEdit1, id); This code gives me an A.V. when it runs. So I tried: ShowMessage( RichViewEdit1.RVData.GetURL( id ) ); which returns a blank. How do I get the actual URL target of the link? 2) How can I change the TRichViewEdit component to allow the user to single click on a link instead of ctrl+click? TIA, Chris Booth |
Powered by ABC Amber Outlook Express Converter