INP_POSITION

Syntax

Example

Description/Remarks

INP_POSITION  x_location, y_location, "text", "optional_title"

INP_POSITION 100,100, "Enter data point now", "Operator"

Displays a window that prompts the user to type a value. This command is the same as the INPUT command except it lets you choose the placement of the input window.

x_location and y_location are in pixels. The values for x are 0-640 or 0-1024 (depending on your video driver). The values for y are 0-480 or 0-768.

If the locations you provide cause the dialog to be displayed too far off the screen, the software will correct the position and display in upper left corner.

To set the font for this window, use DE_OPT 26 before executing the INPUT command.

See also: INP_TAB

Using the Input window on multiple monitors

If you run GainSeeker on a computer with more than one monitor, it is recommended that you launch and run the SPC Data Entry module on your primary monitor when using the Input window: