Overview
This page The Slider control is used to create an interactive element within your displays, enabling users to adjust values dynamically. This control is particularly useful for settings that require a range of values, such as volume control, brightness adjustment, or any parameter that benefits from fine-tuning.
On this page:
Table of Contents | ||||
---|---|---|---|---|
|
Requirements
This components runs only on Windows, on RichClient and SmartClient clients. component is Portable. It runs both on Windows and on Web Pages hosted in any platform.
Configuration
- Go to Displays / Draw.
- On the Components Panel, select Interaction, then Slider.
- Click or drag-and-drop it on the Drawing area to use it.
- Double-click the component to open the configuration window.
Slider |
---|
Configuration
Slider Settings
Field
Description
Control Name
Defines a name for the control so it can be accessed in the CodeBehind script. See Display Code Behind.
Value
The Tag that will receive the value selected.
Min
The minimum value in the scale.
Max
The maximum value in the scale.
Orientation
Vertical or horizontal.
ReadOnly
Enable Read Only mode.
Settings | |
---|---|
Field | Description |
SliderValue |
The Tag that will receive the value selected.
Blinding
- TwoWay
- OutputOnly
- InputOnly
Min
The minimum value in the scale.
Max
The maximum value in the scale.
Orientation
Vertical or horizontal.
Runtime Execution
In Runtime, the control has embedded controls to allow the Operator to modify the view.
Typically the configuration settings of <> is attached to a Tag exposed in the Display User Interface, allowing the operator to select <. >.
Specifies the object or tag to which the Slider control is bound. The slider will reflect and control the value of this tag, allowing real-time adjustment and monitoring. | |
Binding | Sets the binding mode for the component. The options are: TwoWay: Updates the data source and UI interchangeably; OutputOnly: Allows data output without user input; InputOnly: Accepts user input without updating the data source. |
Minimum | Specifies the minimum value of the slider. Default is 0. |
Maximum | Specifies the maximum value of the slider. Default is 100. |
Orientation | Controls the orientation of the slider. Options are Horizontal (moves left to right) and Vertical (moves up and down). |
Runtime Execution
When users adjust a slider, the application updates the value based on the slider's position. This real-time adjustment allows for precise control over parameters, such as speed, temperature, or volume. The slider's visual feedback helps users fine-tune settings, providing an intuitive way to manage continuous values.
In this section:
In this section...Page Tree | ||||
---|---|---|---|---|
|