Command Reference

Custom

This Custom tab is where you can set the following screen-specific options:

Instructions

Text:

This is the text that will appear on the screen as instructions or information. It will appear just below the Heading Banner and just above anything else on the screen.

Radio Buttons

This is where you add/edit all of your radio buttons. You can have a maximum of 12 entries and a minimum of 0. Use the buttons bellow the list box to Add, Remove, or change the order of your radio buttons.

Radio button value:

This is the text that will be stored in the selected radio button's variable (i.e. the variable in the Store selected button's value in variable field).

Radio button text:

This is the text that will appear directly to the right of the currently selected radio button.

Visible

This check box controls whether or not the currently selected radio button will be visible.

Enabled

This check box controls whether or not the currently selected radio button will be enabled.

Group Options

Store selected button's value in variable:

This variable will hold the Radio button value of the radio button that the user selects.

Store selected button's index in variable:

This variable will hold the zero-based index of the radio button that the user selects.

Default

Default selected radio button:

This sets which radio button (if any) will be selected by default. To set the default radio button, enter the text that you entered in the Radio button value field for the radio button that you want to have selected by default.

Layout

These two radio buttons control the layout of your radio buttons. You can choose between Vertical and Horizontal.

Vertical

This will set your layout to vertical. In this mode, your radio buttons will be placed vertically on your screen. This means that the left column will hold radio buttons 1, 2, 3, 4, 5, 6 and the right column will hold radio buttons 7, 8, 9, 10, 11, 12.

Horizontal

This will set your layout to horizontal. In this mode, your radio buttons will be placed horizontally on your screen. This means that the left column will hold radio buttons 1, 3, 5, 7, 9, 11 and the right column will hold radio buttons 2, 4, 6, 8, 10, 12.

Note: The Horizontal feature will only place your radio buttons horizontally if you have more than six buttons in order to accomodate more text.