User Tools

Site Tools


INTEGERBOX

Guide Section: GUI of EASAPs | EASAP Tree: User Interface Branch


INTEGERBOX creates a data entry box for a User to input an integer or whole number. The integer entered is associated with the INTEGERBOX name.

The properties of INTEGERBOX are similar to REALBOX. Bounds checking can be set and units can be specified.

Use of Parametric Ranges for INTEGERBOX is not supported.

INTEGERBOX
Optional Parameters:
Default:Default value to be displayed, expression allowed. default→0
Label:Text displayed to the left of box
Range Reference:Select NAMED RANGE or existing RANGE REFERENCE to link value to cell in an Excel spreadsheet
Label Width:Width in pixels of label
Upper Bound:Upper bound on integer box value (Expression allowed)
Lower Bound:Lower bound on integer box value (Expression allowed)
Show if:Logical expression, if TRUE then box shown, if FALSE then box NOT shown
Enable if:Logical expression, if TRUE then box enabled, if FALSE then box NOT enabled
Units:Select from list of all available dimensional groups
Characters:The number of characters the INPUTBOX should show.
Label Width:Width in pixels of Label:
Style:A literal string, a USER INTERFACE STYLE, or an object reference for dynamic CSS-style to apply to the whole object
Input Style:A literal string, a USER INTERFACE STYLE, or an object reference for dynamic CSS-style to apply to the input area
Delimiter:Character to delimit an object reference. default→%
Tab Index:Establish an order of preference for <TAB> key navigation. Highest priority is the lowest number (default→1) and continues in ascending numerical order. Use -1 to disable.
Tool Tip:Text to be displayed as a tool tip