Adding Statics to a Component Dialog Box

Statics are static information elements that display text. They can display simple labels that accompany control elements such as text edits and combo boxes, or node information. The following is an example of a static as it appears in the Component Dialog Wizard:

Example static information element in the Component Dialog Wizard.

To create a static for displaying a simple label:

  1. Select Controls > Static from the Component Dialog Wizard menu bar.
  2. Click the component dialog box to place the static.
  3. Drag the static to its desired location in the component dialog box.
  4. Right-click the static. The Properties dialog box opens.

  5. Select Own Name from the Type list on the Static Data tab.
  6. Type the text to be displayed by the static in the Name field.
  7. Click OK.

To create a static for displaying node information:

  1. Select Controls > Static from the Component Dialog Wizard menu bar.
  2. Click in the component dialog box to place the static.
  3. Drag the static to its desired location in the component dialog box.
  4. Right-click the static. The Properties dialog box opens.

  1. Select Type Node on the Static Data tab.
  2. Select the name of the node for which information is to be displayed from the Node list.
  3. Select the type of node information to be displayed from the Show list.
  1. Click OK.