Hi,
For controls that accept numbers as input, there are several methods to manipulate values:
- Strict text entry (currnet implementation)
- List (limited to a set of choices)
- Spin box: An edit field that allows users to use up and down arrows to change values.
I'd like to propose that we use the third method. Benefits include users not having to worry about entering wrong values as the control itself knows min and max, just using arrow keys to change values, allow touch users to change values by tapping the spin button control and others. The only possible disadvantage I see here is denoting min and max for certain options - for this, a reasonable range should be provided.
The following options could be enhanced via spin boxes:
- Braille settings: message timeout, cursor blinking rate.
- Browse mode: max characters per line and lines per page.
- Others when it is safe to convert them to spin boxes.
Thanks.
Hi,
For controls that accept numbers as input, there are several methods to manipulate values:
I'd like to propose that we use the third method. Benefits include users not having to worry about entering wrong values as the control itself knows min and max, just using arrow keys to change values, allow touch users to change values by tapping the spin button control and others. The only possible disadvantage I see here is denoting min and max for certain options - for this, a reasonable range should be provided.
The following options could be enhanced via spin boxes:
Thanks.