ANN: WPTools 5.20.8 - for registered customers

    • Offizieller Beitrag

    In the customer area you can now download WPTools V5.20.8 which includes the following improvements.

    + property WPRichText.Memo.TextColor - this color is used for the text which uses the default color.
    It is initialized from the global variable wpClWindowText which has the default value clBlack.
    Note: To set the color of the editor window use property DeskColor and PaperColor
    + new flags in ProtectedProp: ppBookmarkKeepStructure and ppInsertpointKeepStructure
    --> if text is deleted the contained bookmark or field objects can be recreated.
    + new method: SetOuterCellBorders(Activate : Boolean; BorderWidth : Integer = -1);
    It is now used by the "outer border" standard action
    * StartSpellcheck automatically positions cursor before current word.
    - Some improvements to further improve stability
    + if compiler symbol TOTALREADONLY is active (see WPINC.INC) no table or object resizing
    is possible when the Readonly property is true
    + new ClipboardOption wpcoAlsoCopyHTML to also create a HTML block when copying text. This solves a
    problem when the text is pasted into Outlook express which seem to not handle RTF correctly.
    * numbering action will now continue numbering after bulleted paragraphs
    The numbering will restart, unless the CTRL key is pressed
    <-->
    + new event: OnLeaveRTFDataBlock
    + new flag in EditOptionsEX: wpScrollLineWise
    * improved HTML reader - assign border attributes from styles
    - InputCode automatically moves to first cell if currently in table ot table row object
    - some secuity checks (GetPosition, SetPosition)
    + improved RTF reader (reading nested tables)
    * fix for wrong headerr tag in WPWord written files
    * ignore wrong textb code in TX written RTF files
    * under some circumstances paragraphs were appended
    - WPPREMIUM: KeepN was broken
    - fixed some stability issues and improvements to UNDO/REDO handling