Homepage | About EASA | Contact
Guide Section: GUI of EASAPs | EASAP Tree: User Interface Branch
The Slider object allows users to quickly select a numerical value within a specified range by sliding a handle to the appropriate value location. An example of a slider is shown below.
The parameters of the Slider object are similar to the REALBOX object.
![]() |
|
---|---|
Essential Parameters: | |
Default | Default value to be displayed [Expression allowed] |
Upper Bound | Upper bound on slider value [Expression allowed] |
Lower Bound | Lower bound on slider value [Expression allowed] |
Number of Divisions | Number of uniform increments between the Lower Bound and the Upper Bound. Rounded to nearest integer. |
Optional Parameters: | |
Label | Text displayed above slider |
Range Reference | Used to connect the object directly to Excel through Named Ranges or Range References. |
Show if | Logical expression, if TRUE then slider shown, if FALSE then slider NOT shown |
Enable if | Logical expression, if TRUE then slider enabled, if FALSE then slider NOT enabled |
Units | Select from list of all available dimensional groups |
Number Format | Number format of bounds displayed [Default= 6.4g] |
Delimiter | Character to act as delimiter in DORs. Replaces default of %. [e.g. ?, !] |
Tool Tip | Text to be displayed as a tool tip |