Slider (computing): Difference between revisions

Content deleted Content added
DrilBot (talk | contribs)
Citation bot (talk | contribs)
Alter: title, template type. Add: chapter-url, chapter. Removed or converted URL. Removed parameters. Some additions/deletions were parameter name changes. | Use this bot. Report bugs. | Suggested by Headbomb | Linked from Wikipedia:WikiProject_Academic_Journals/Journals_cited_by_Wikipedia/Sandbox | #UCB_webform_linked 732/892
 
(35 intermediate revisions by 31 users not shown)
Line 1:
{{Short description|Graphical control element}}
[[Image:Slider (computing) example.PNG|thumb|288pxupright=1.2|AAn example of a slider widget (onewith ofvalues 0 through 9, currently set manyto styles)3]]
A '''slider''' is an object in a [[GUI]] with which a user may set a value by moving an indicator, usually in a horizontal fashion. In some cases the user may also click on a point on the slider to change the setting. It is different from a [[Scrollbar]] in that it is typically used to adjust a value without changing the format of the display or the other information on the screen.
A '''slider''' or '''track bar''' is a [[graphical control element]] with which a user may set a value by moving an indicator.<ref>{{Cite book |last=Eick |first=Stephen G. |chapter=Data visualization sliders |date=1994-11-02 |title=Proceedings of the 7th annual ACM symposium on User interface software and technology - UIST '94 |chapter-url=https://dl.acm.org/doi/abs/10.1145/192426.192472 |___location=New York, NY, USA |publisher=Association for Computing Machinery |pages=119–120 |doi=10.1145/192426.192472 |isbn=978-0-89791-657-8 |quote=Sliders are a general-purpose user input mechanism enabling users to specify a single input value from a well-defined range. They are widely used in all graphical user-interface systems.... Sliders are easy to use, intuitive, and provide a sensitive mechanism for specifying values. Sliders have a threshold bar positioned within a scale that the user manipulates with a mouse to select a value. Graphical input tools with similar function include dials, bars, pointers, gauges, and potentiometers.}}</ref> In some cases the user may also click on a point on the slider to change the setting. It is different from a [[scrollbar]] in that it is not continuous but used to adjust a value without changing the format of the display or the other information on the screen.
 
Its most popular use is for viewing and jumping to a playback position in [[media player software]].{{citation needed|date=May 2025}}
==Usage with progress bars==
 
{{main|Progress slider}}
== Usage with progress bars ==
Sliders are also extensively combined with [[progress bar]]s in the playback of [[Internet video]] and [[Internet radio]] to allow the user the ability to shift to points within the media as far as the current extent of the download (which is indicated by the progress in the bar) will allow.
Sliders are also combined with [[progress bar]]s in the playback of [[streaming media]] over a network connection (e.g., YouTube videos) in order to show the content buffering position versus the playback position.{{citation needed|date=May 2025}} This is done by superimposing a colored shaded area (progress bar) on top of the slider, indicating whether the user can "jump" forward or not.
 
== References ==
{{reflist}}
 
== External links ==
* [http://developer.yahoo.com/yui/examples/slider/index.html Yahoo! UI Library]
* [https://web.archive.org/web/20070503124527/http://ajax.asp.net/ajaxtoolkit/Slider/Slider.aspx ASP.NET AJAX Control Toolkit]
* [https://web.archive.org/web/20070502220553/http://wiki.script.aculo.us/scriptaculous/show/SliderDemo script.aculo.us wiki]
 
{{Graphical control elements}}
 
[[Category:Graphical control elements]]
{{GUI widgets}}
 
[[Category:Widgets]]
 
{{GUI widgets-stub}}
[[de:Bildlauf]]
[[ja:スクロールバー]]
[[pl:Pasek przesuwania]]
[[pt:Barra de rolagem]]