7 ScreenBasedControls
7 ScreenBasedControls
r windows with
•Use to provide fast access to frequently used or
critical commands (for windows with a menu bar)
•Use to provide access to all necessary commands
els whenever
(for windows without a menu bar)
•Use single-word labels whenever possible (Use two -
three words for clarity, if necessary)
•Purpose
To set one item from a small set of option (2 to 8)
The Proper Screen-Based Controls
Check Boxes
•Each option acts as a switch and can be either “on” or “off”
When an option is selected, a mark (X) appears within the
square box, or the box is highlighted in some other manner
Otherwise the square is unselected or empty (off)
•Each box can be
Switched on or off independently
Used alone or grouped in sets
The Proper Screen-Based Controls
Palettes
•A control consisting of a series of graphical alternatives. The
choices themselves are descriptive, being composed of colors,
patterns, or images
•To set one of a series of mutually exclusive options presented
graphically or pictorially
•Usually consume less screen space than textual equivalents
The Proper Screen-Based Controls
List Boxes
•A permanently displayed box-shaped control containing a list of
attributes or objects from which
A single selection is made (mutually exclusive), or
Multiple selections are made (non-mutually exclusive)
•Unlimited number of choices
•If the list content change, items will be hard to find
•Single-Selection List Boxes
• Multiple-Selection List Boxes
•Drop-Down/Pop-up List Boxes
The Proper Screen-Based Controls
Combination Entry/Selection Controls and Other Operable Controls
Spin Boxes
Combo Boxes
Drop-down/Pop-up Combo Boxes
Slider
Spin Boxes
•Selection/entry is made by
Using the mouse to point at one of directional buttons
Keying a value directly into field itself
The Proper Screen-Based Controls
Combo Boxes
•A single rectangular text box entry field, beneath which is a larger
rectangular list box (resembling a drop-down list box)
•The text box permits a choice to be keyed within it
•As text is typed into the text box, the list scrolls to the nearest match
•Also, when an item in the list box is selected, that item is placed within
the text box
The Proper Screen-Based Controls
Drop-down/Pop-up combo Boxes
•A single rectangular text box with a small button to the side and an
associated hidden list of options
•Selection are made by using the mouse or keyboard
•Other properties are the same as Drop-down/Pop-up List Box!!
The Proper Screen-Based Controls
Slider
•A scale exhibiting degrees of a quality on a content
•To make a setting when a continuous qualitative adjustment
is acceptable
•Spatial representation of relative setting
•Not as precise as an alphanumeric indication
The Proper Screen-Based Controls
Custom Controls
•Presentation controls
Provide details about other screen elements or controls or
assist in giving the screen structure
•Static Text Fields
•Group boxes
•Column Headings
•ToolTips
•Progress indicators