Search found 3 matches

by tmcdos
Fri Sep 12, 2008 3:30 pm
Forum: Support
Topic: Big difference between RichView and HTMLViewer table layout
Replies: 1
Views: 7477

Big difference between RichView and HTMLViewer table layout

I'm using trial version 1.9.48 of RichView, version 1.58 of RV_Actions, and rvHTMLViewImporter (with THTMLViewer 9.45). I have an HTML file with complex nested tables. Of course, it is viewed perfectly with Internet Explorer ( http://www.ivogelov.com/1/Int_Exp.png ). Using the original demo from ...
by tmcdos
Tue Aug 21, 2007 1:25 pm
Forum: Support
Topic: Bug in RVRuler.pas
Replies: 2
Views: 9068

Sorry :)
I didn't know that it is fixed.
by tmcdos
Tue Aug 21, 2007 8:12 am
Forum: Support
Topic: Bug in RVRuler.pas
Replies: 2
Views: 9068

Bug in RVRuler.pas

I have a simple RVF file, which causes an exception "List index out of bounds (-1)" inside function TRVRuler.GetListIndents After some debugging, I changed 1 line of code: while not RVEditor.IsParaStart(FirstParaItemNo) do Dec(FirstParaItemNo); became while not RVEditor.IsParaStart(FirstParaItemNo ...