Script Interface Section

Contents





General description

The Interface section contains one ore more single lines describing the components shown on the GUI.

Format of a line:
<name>=<description>

<name> is generated by WinBuilder containing the component type and an enumeration number. <name> can be changed by the script author individually.

<description> is an enumeration of fields, separated by commas.
If a single field contains a space, it is enlosed in quotes.


Component Types

There are 15 different types, internally represented by a number between 0 and 14


Component description (common)

These first 7 fields are common to all implemented components:


Component description (type dependent)

Fields 8 and higher (if present) depend on the component type:



Additional since WinBuilder 077 RC 2

Two additional fields are optional:
  1. For  cmpCheckBox, cmpRadioButton and cmpButton: <Show progress window when running>
  2. For all: Tooltip. This field starts with a double underscore __ as marker.

Known issue

If you change a script containing WB 077 features with WinBuilder 076 or lower, the features are lost!

Please let us know if this page is not complete or if you still haven't found needed information.