trichview.support.thirdparty
Re: Can't get TRvHtmlImporter to show up |
Author |
Message |
Sergey Tkachenko |
Posted: 07/19/2003 20:14:57 You need to place TrvHtmlImporter and TRVAControlPanel on the form, and assign RVAControlPanel.RVHTMLImporter to this TrvHtmlImporter component. > 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