Progress indicator

{{Short description|User interface element}}

{{About|the concept in computing|the metric in economics|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

  • 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

  • {{cite web|

url=http://time-tripper.com./uipatterns/Progress_Indicator|

title=Progress indicators|

work=UI Patterns and Techniques|

accessdate=2005-12-21|

archive-url=https://web.archive.org/web/20051223130817/http://time-tripper.com/uipatterns/Progress_Indicator|

archive-date=2005-12-23|

url-status=dead}}

Further reading

  • {{cite web|

url=https://developer.apple.com/library/mac/documentation/UserExperience/Conceptual/AppleHIGuidelines/index.html|

title=Indicators|

work=Apple Developer Connection|

accessdate=2011-01-10}} — the Apple Human Interface Guidelines for progress indicators

  • {{cite web|

url=http://developer.gnome.org./projects/gup/hig/2.0/controls-progress-bars.html|

title=Progress Bars|

work=GNOME Human Interface Guidelines|

accessdate=2005-12-21 |archiveurl = https://web.archive.org/web/20060406185059/http://developer.gnome.org/projects/gup/hig/2.0/controls-progress-bars.html |archivedate = 2006-04-06}}

  • {{cite web|

url=http://developer.gnome.org./projects/gup/hig/2.0/windows-progress.html|

title=Progress Windows|

work=GNOME Human Interface Guidelines|

accessdate=2005-12-21 |archiveurl = https://web.archive.org/web/20060222020242/http://developer.gnome.org/projects/gup/hig/2.0/windows-progress.html |archivedate = 2006-02-22}}

  • {{cite web|

url=http://msdn.microsoft.com/msdnmag/issues/03/01/CQA/|

title=Progress Indicator in the Status Bar|

work=MSDN Magazine: C++ Questions and Answers|

accessdate=2005-12-21|

archive-url=https://web.archive.org/web/20080204231736/http://msdn.microsoft.com/msdnmag/issues/03/01/CQA/|

archive-date=2008-02-04|

url-status=dead}} — how to create a progress indicator in the status bar of an application using MFC

{{Graphical control elements}}

Category:User interface techniques

Category:Graphical user interface elements