EditPower 1.02 changes from 1.00

General
  • Fixed Print Form support for the controls.
  • Added hwnd runtime property.
  • New Property! DataFlushWhenExit
    Set this property to true to force the data to be flushed to the datasource when focus is lost for the control. This property only works when bound to a ADO data control, or the Visual Basic Data Environment. If using a Data Environment, then you will also need to call the method SetDataEnvironment in your form’s Load method.
  • New Method! SetDataEnvironment
    Call this method if your control’s datasource is using a DataEnvironment and the DataFlushWhenExit property is set to True. Set ADataSource parameter to the DataEnvironment.object you are using.
wwComboEdit
  • New Property! TwoColumnDisplay
    This property will determine if the dropdown control will display two columns or not. When MapList is True, the first column will be the descriptive/displayed text followed by the corresponding stored value or code. When MapList is False, then the stored value will be displayed first in the dropdown list, followed by a more descriptive text that was defined in the Items property. You can adjust the first column’s width by setting the Column1Width property to a nonzero value.
  • New Property! Column1Width
    This property defines the width in pixels of the first column in the dropdown list when TwoColumnDisplay is enabled. The default value of zero means the columns will be evenly divided based on the dropdown width property.
wwRichEdit
  • Changed Print method to PrintContents method.
  • New Property! ParagraphAttributes
    Use ParagraphAttributes to read or set the paragraph characteristics of the currently selected text. ParagraphAttributes is a IwwParagraphAttributes object, which specifies characteristics such as Alignment, LeftIndent, FirstIndent, RightIndent, and NumberingStyle. To change a single attribute of the currently selected paragraph, read ParagraphAttributes, and set one of its properties. If no text is selected, ParagraphAttributes represents the attributes of the cursor position. When inserting new text, the font characteristics of the initial paragraph will match ParagraphAttributes.
    ParagraphAttributes sub-properties are:
    • Alignment - This property specifies how text is aligned within a paragraph. Use Alignment to specify the alignment of text within individual paragraphs. The Alignment property of IwwParagraphAttributes applies only to the selected paragraphs. The possible values are taLeftJustify, taRightJustify, or taCenter.
    • FirstIndent - Specifies the indent, in pixels, of the first line of the paragraph relative to the left margin. This value is relative to the value of LeftIndent.
    • LeftIndent - Use LeftIndent to indent a paragraph from the left margin of the entire body of text. LeftIndent is useful for making individual paragraphs stand out from the rest of the text.
    • NumberingStyle - Specifies whether the paragraph is one of a set of bulleted paragraphs. To insert a bullet to the left of the paragraph, and indent the paragraph sufficiently to accommodate the bullet, set NumberingStyle to BulletStyle. If the LeftIndent property is set, bullets will appear at the indentation indicated by LeftIndent, and the body of the paragraph will be further indented to accommodate the bullets. Possible values are: NoNumbering and BulletStyle.
    • RightIndent - Use RightIndent to indent a paragraph from the right margin of the entire body of text. RightIndent is useful for making individual paragraphs stand out from the rest of the text, especially when Alignment is set to taRightJustify.
wwEdit
  • Corrected problem when editalignment and alignment is set at runtime.


All pages copyright © 1995-2002 Woll2Woll Software
Phone (Sales): 800-965-2965 (Toll Free U.S)
925-371-1663 (International)
Fax: 925-371-1664
Email: sales@woll2woll.net
Last Modified: Wednesday, 28-Jan-2004 10:17:11 PST