trichview.com

trichview.support




Re: Unicode Bug??? Show Line/Paragraph break


Return to index


Author

Message

Sergey Tkachenko

Posted: 01/20/2003 20:36:11


Hi,


You are right.

Fix:


Open CRVFData.pas, find function DrawText.

Find code starting from "if IsEnd then begin" and change it to:


        if IsEnd then begin

          Include(DrawState, rvtsDrawItemEnd);

          if dli.Offs+dli.Length-1=ItemLength(dli.ItemNo) then

            Include(DrawState, rvtsItemEnd);

        end;


>

> Hi Sergey,

>

> the example works but if i set unicode to true

> the drawstate do not contain rvtsItemEnd by lines with text and \r or

\r\n.

> Is there a \r or \r\n without text it works!

>

> What can I do???

>

> Best regards

>    Dirk

>

>





Powered by ABC Amber Outlook Express Converter