trichview.com

trichview.support.thirdparty




Re: rvXML compile error with richview 1.7.22


Return to index


Author

Message

chris

Posted: 08/06/2003 17:05:08


Add StyleMap as the last parameter for all calls of MergeWith


See below:


RVStyle.TextStyles.MergeWith(FontInfos, rvs_merge_SmartMerge,

StyleMap,StyleMap );

RVStyle.ParaStyles.MergeWith(ParaInfos, rvs_merge_SmartMerge,

ParaMap,StyleMap );

RVStyle.ListStyles.MergeWith(ListInfos, rvs_merge_SmartMerge,

ListMap,StyleMap );


chris


"Aur�lien Dellieux" <[email protected]> schrieb im Newsbeitrag

news:[email protected]...

> Hello all,

>

> i know Sergey is on holidays, so if any of you has some time to spend

> helping a little...

>

> i have the following problem when compiling rvXML with richview 1.7.22 :

> 6 errors about a missing parameter

>

> i have the following three lines, twice in rvXMLroutines.pas :

>

> <<<

>       RVStyle.TextStyles.MergeWith(FontInfos, rvs_merge_SmartMerge,

> StyleMap);

>       RVStyle.ParaStyles.MergeWith(ParaInfos, rvs_merge_SmartMerge,

> ParaMap);

>       RVStyle.ListStyles.MergeWith(ListInfos, rvs_merge_SmartMerge,

> ListMap);

> >>>

>

> in trichview.private.announce, 1.7.20 thread, Sergey answered that one

> would add StyleMap to the procedure call.

> but i have several different styles here, so what exact styles do i need

> to add on order to make rvXML to work properly ?

>

> thanks in advance,

>

> A.Dellieux





Powered by ABC Amber Outlook Express Converter