Schneider Alliances
252 372 SPU 780 01EMAN May 2002
Using Script Editor Controls
Frame Frames are used to enclose and group related controls. Scripts allow multiple layers
of frames to be added on top of each other. After a frame has been added to a grid
or previous frame, any of the available controls can be contained by (anchored to)
that frame.
Radio Button Radio buttons are used on the grid or on a frame to display a limited s et of o pti ons .
Only one radio button in a container can be selected at a time.
Control-specific properties:
Check Box Check boxes are used on the grid or on a frame to display either/or options.
Control-specific properties:
Label Most often used as a label for a combo box or a data edit box control , labe ls ca n b e
used for on-screen instructions, as well as further detail or descriptions.
Combo Box The combo-box is used when there are a set number of selections you want the user
to be able to choose from. Each item in the list has a corresponding data value.
Control-specific properties:
Property Description
Data The value that the bits are set to if the radio button is selected.
Property Description
DataChecked The value that the bits are set to if the check box is checked.
DataUnchecked The value that the bits are set to if the check box is unchecked.
Property Description
List The list property provides an ellipsis box which when clicked opens up a
Combo Box Configuration dialog. The combo box configuration dialog
allows you to enter the contents and related values of the items in the list
box.