trichview.support
Re: hyperlinks with parentless richview |
Author |
Message |
Michael Schwarzl |
Posted: 08/20/2002 9:57:25 I placed an invisible parent form at first but got some AVs in my internet application causing my customers web servers to hang. Now I temporarily use the tag property (in the routine calling the event procedure) which contains the correct id. Michael "Sergey Tkachenko" <svt@trichview.com> schrieb im Newsbeitrag news:3d61354b$7@support.torry.net... > Unfortunately, hypertext requires formatted RichView, but RichView > formatting requires assigned Parent. > Try to create invisible form, assign it as a parent, export to html, then > destroy. > > > Hi all, > > > > I need to convert RTF to HTML and have to provide links in the RTF texts. > > When I instantiate a RichView on a form the conversion will work perfect. > > But my convertion routines have to run as an ISAPI extension and I have no > > rights to create a form (visible or not visible) to put the RichView onto > > it. > > But when I have no form the id parameter in OnURLNeeded event always is > > zero. > > I had a litte look at the calling procedure and saw that the li.JumpID > will > > be zero until the rendering was started and the li.Tag contains the > correct > > id. Manipulating the source of TRichView can only a temporary solution of > my > > problem (I would have to manipulate at every update ...). > > > > Is there any other way to get the correct id in OnURLNeeded event or can > the > > source be corrected by Sergey? > > > > Thank you. > > Michael > > > > > > |
Powered by ABC Amber Outlook Express Converter