Next: Thumbwheel Object, Previous: Counter Object, Up: Part III Valuator Objects [Contents][Index]
A spinner object is a combination of a (numerical) input field with two (touch) buttons that allow to increment or decrement the value in the (editable) input field. I.e., the user can change the spinners value by either editing the value of the input field or by using the up/down buttons shown beside the input field.
There are two types of spinner objects, one for integer and one for floating point values. You can set limits on the values that can be input and you can also set the amount of increment/decrement achieved when clicking on its buttons.
• Adding Spinner Objects: | ||
• Spinner Types: | ||
• Spinner Interaction: | ||
• Other Spinner Routines: | ||
• Spinner Attributes: |