trichview.support
Re: Loading RTF, extra line |
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" <svt@trichview.com> wrote in message news:3f8593a4$1@support.torry.net... > 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