When is using a spinner object appropriate, rather than using a standard text entry object (a.k.a. form, or text box)?
I am looking for information on "best practices" in GUI.
When is using a spinner object appropriate, rather than using a standard text entry object (a.k.a. form, or text box)?
I am looking for information on "best practices" in GUI.
I am thinking that the spinner object should be used only where it makes sense to click small incremental values up and down, e.g. small numbers like the number of copies for a print job.