trichview.com

trichview.support.thirdparty




RVHtml 0.0016


Return to index


Author

Message

Sergey Tkachenko

Posted: 02/08/2004 17:50:18


Compatibility issues: if you use RichViewActions with RVHtmlImpoer, remove

references to OnImageRequired from RichViewActions.pas


http://www.trichview.com/resources/html/rvhtmlimport.zip


What's new in 0.0016

        - del: OnBackgrounRequired, OnImageRequired. Use OnImageRequired2

          (or, better, RichView.OnImportPicture), or do not use at all -

          local files are loaded automatically

        - chg: Picture reading order:

          1) OnImageRequired2 is called. If image is obtained, end.

          2) RichView.OnImportPicture is called. Unlike OnImageRequired2,

          the full file name to image is provided in this event (together

          with BasePath). If image is obtained, end.

          3) The component tries to load picture, if it is a local file.

             If image is read, end.

          4) If this is a background image, end.

          5) Return RichView.Style.InvalidPicture

        - impr: <table background> and <td background> are supported

        - impr: default values of properties are not saved with form

        - chg: default colors are changed from clBlack/clWhite to

          clWindowText/clWindow

        - new: Options property. A set of values:

          * rvhtmloBasePathLinks - if set (default), BasePath is

            automatically added to hyperlinks and stored image paths

          * rvhtmloAutoHyperlinks - if set (default) and (rvoTagsArePChars

             in RichView.Options), hyperlinks' targets are automatically

            assigned to tags (as it was before). If not,

            RichView.OnReadHyperlink is called.

          * rvhtmloImgSrcToImageName - if set, <IMG src> value is assigned

            to images items names (it's not necessary because they are also

            stored in rvespImageFileName extra string property).

        - if you remove dot from the $DEFINE RICHVIEW_REG at the beginning

          of rvhtmlimport.pas, the following items' string properties will

          be loaded:

          * rvespImageFileName for images and tables, and

            BackgroundImageFileName property for table cells;

          * rvespImageAlt for images.

        - fix: BasePath when pasting from the Clipboard

        - fix: table width in percents (thanks to Jan Dekkers)

        - fix: autoadjusting RichView property when the linked component is

            deleted

        - fix: fixes in line breaking








Powered by ABC Amber Outlook Express Converter