trichview.support.thirdparty
Re: Can't get TRvHtmlImporter to show up |
Author |
Message |
Bill Brittain |
Posted: 07/19/2003 17:23:18 I had possibly the same problem. Make sure on the ActionControl that you have specified the htm import component. It is one of the properties. Bill Brittain "Darryl Strickland" <dstrickland@carolina.rr.com> wrote in message news:3f18bd07@support.torry.net... > I have installed and enabled TRvHtmlImporter in RichViewActions. Everything > compiles but does not show up in the list when opening a document. > > RVA_RVHTML is equal to nil and never gets added to the list in the code > below. > > HELP!!! > > RichViewActions.pas > line 1873 > {$IFDEF USERVHTML} > if (RVA_RVHTML<>nil) and (ffiHTML in FileFilter) then begin > List.Add(ord(ffiHTML)); > if Result<>'' then > Result := Result+'|'; > Result := Result + RVA_GetS(rvam_flt_HTMLOpen); > end; > > |
Powered by ABC Amber Outlook Express Converter