This shows you the differences between two versions of the page.
|
software:gui-designer:sliders [2013/04/04 04:10] aaron |
software:gui-designer:sliders [2013/05/01 11:28] (current) jarrod |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Slider Tool ====== | + | ====== Sliders ====== |
| Sliders are much like [[software:gui-designer:gauges|Gauges]], except they also allow for interaction by the user (rather than just showing a level).\\ | Sliders are much like [[software:gui-designer:gauges|Gauges]], except they also allow for interaction by the user (rather than just showing a level).\\ | ||
| Line 53: | Line 53: | ||
| * ''Max'': the maximum value of the slider range. Default is ''100''. | * ''Max'': the maximum value of the slider range. Default is ''100''. | ||
| * ''Decimals'': the number of decimal values to include in the value. Defaults to ''0'' which means don't show any decimal values. | * ''Decimals'': the number of decimal values to include in the value. Defaults to ''0'' which means don't show any decimal values. | ||
| + | |||
| + | <WRAP center round important 80%> | ||
| + | It is VERY important to note that these ''Min'', ''Max'' and ''Decimals'' properties only relate to outgoing data.\\ | ||
| + | The range of 0-65535 is always required when SETTING a sliders level. | ||
| + | </WRAP> | ||
| + | |||
| === 8 - Position === | === 8 - Position === | ||