Page 1 of 1

RichViewXML v1.9 - 1.10

Posted: Thu Mar 24, 2011 8:07 am
by Sergey Tkachenko
RichViewXML v1.9

http://www.trichview.com/resources/xml/richviewxml.zip

Requires TRichView v13

new: support for saving lengths in twips; on loading, lengths are either converted to RVStyle.Units, or (if RVXML.CanChangeUnits=True), RVStyle.Units are changed to units from XML
new: saving/loading RichView.DocParameters (page and document properties like margins, page format, author, title) and RichView.DocProperties (arbitrary text in a string list) if RVXML.SaveDocParameters/LoadDocParameters = True)
new: saving/loading header and footer (assigned to RVXML.RVHeader/RVFooter); it is especially useful when working with ScaleRichView (RVXML works with TSRichViewEdit's headers and footers automatically)
chg: loading methods do not call RichView.Format any more
chg: RichView.HScrollVisible and VScrollVisible properties are not stored any more

Previous version:
http://www.trichview.com/forums/viewtopic.php?t=3576

RichViewXML 1.10

Posted: Tue Sep 27, 2011 9:49 am
by Sergey Tkachenko
RichViewXML v1.10

RichViewXML is updated for compatibility with Delphi XE2 and TRichView 13.4.

The main modifications are related to a changed type of item tags (they were changed from integers/pchars to strings).