SlideV
- Object that allows runtime modification of a value simulating the functioning of a linear potentiometer.
- Using the cursor that is controllable by the user ispossible change the value of a variable control within limits minimum and maximum reset.
- Vice versa, the cursor moves following the value of control variable, positioning to at minimum or maximum of its position if the value of control variable exceeds the minimum or maximum reset.
- To use the component, simply press with the mouse or a touch at the point where you want go.
- Depending on the current cursor position, the cursor will move toward the minimum or maximum value set in valScroll
- If set to true directTouch the cursor will be positioned exactly in the desired point. In this modality is functional the drag of the cursor (except on Linux systems).
- Has a vertical graphic disposition
- In addition to bound’s property that allow to position and resize the component, it edit the following properties:
- background: background color of the component.
- color Slide: bar color of the slide
- colorBtn: background color of the scroll buttons (color used also for the shadow effect of the slide bar).
- imageCursor: image of the cursor. Not stretchable, so size the image in the desired format.
- valInc: exact increment value of control variable
- valScroll: value increment in steps of control variable
- scrollBtn: enabling the scroll buttons at the ends of the component (their use increase/decrease the control variable value set in valInc).
- sizeBtn: size of the scroll buttons if enabled
- directTouch: approval to place the cursor directly on the point pressed of the slide (vice versa the pressure of a point of the slide increase/decrease the variable of value set in valScroll)
- label: label containing the value to represent/command through the cursor
- min: label of minimum logic of component
- max: label of maximum logic of component