Progress indicator
Appearance
From Wikipedia, the free encyclopedia
User interface element
This article is about the concept in computing. For the metric in economics, see Genuine progress indicator.
A progress indicator is an element of a command-line interface, a textual user interface, or a graphical user interface that is intended to inform the user that an operation is in progress, to reassure that the system is not hung or waiting for user input, and often to provide the user with an estimate of how far through a task the system has progressed.
Examples of progress indicators
[edit ]- A progress bar, a typically horizontal bar which is gradually filled with a color as the process completes.
- A throbber, an image in a program's interface which animates to show that the software is busy.
- A splash screen, covering all or most of the computer screen while a program is loading.
- Turning the mouse pointer into an hourglass or a spinning pinwheel to indicate to the user that they should not click anything until the active process is complete.
- A simple textual percentage figure, common in CLI applications.
- A growing row of dots indicating the progress in loading a file (as done in some boot sectors and text-mode operating systems) i.e. "Loading......".
References
[edit ]- "Progress indicators". UI Patterns and Techniques. Archived from the original on 2005年12月23日. Retrieved 2005年12月21日.
Further reading
[edit ]- "Indicators". Apple Developer Connection. Retrieved 2011年01月10日. — the Apple Human Interface Guidelines for progress indicators
- "},"archivedate":{"wt":"2006-04-06"}},"i":0}}]}'/>"Progress Bars". GNOME Human Interface Guidelines. Archived from the original on 2006年04月06日. Retrieved 2005年12月21日.
- "Progress Windows". GNOME Human Interface Guidelines. Archived from the original on 2006年02月22日. Retrieved 2005年12月21日.
- "Progress Indicator in the Status Bar". MSDN Magazine: C++ Questions and Answers. Archived from the original on 2008年02月04日. Retrieved 2005年12月21日. — how to create a progress indicator in the status bar of an application using MFC