trichview.com

trichview.support




Re: Loading RTF, extra line


Return to index


Author

Message

David Kroll

Posted: 10/09/2003 20:30:28


Calling Clear before loadRTF results in an AV (List index out of bounds

(-1)) in:


function TCustomRVData.IsParaStart(ItemNo: Integer): Boolean;

begin

  Result := not GetItem(ItemNo).SameAsPrev and

            not GetItem(ItemNo).BR;

end;


"Sergey Tkachenko" <[email protected]> wrote in message

news:[email protected]...

> Call Clear before LoadRTF

>

>

>

> > When I load RTF that was saved out from the TRichView, there is an extra

> > line at the top for some reason.  Loading the same RTF into the basic

> Delphi

> > TRichEdit is fine.  This also happens with HTML.

> >

> > Any suggestions?

> >

> > Thanks,

> >

> > David

> >

> >

>

>





Powered by ABC Amber Outlook Express Converter