<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://mediawiki.kfs.oeaw.ac.at/stx/docs/wiki/index.php?action=history&amp;feed=atom&amp;title=Programmer_Guide%2FShell_Items%2FDialog%2FDialog_Controls%2FProgress</id>
	<title>Programmer Guide/Shell Items/Dialog/Dialog Controls/Progress - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://mediawiki.kfs.oeaw.ac.at/stx/docs/wiki/index.php?action=history&amp;feed=atom&amp;title=Programmer_Guide%2FShell_Items%2FDialog%2FDialog_Controls%2FProgress"/>
	<link rel="alternate" type="text/html" href="https://mediawiki.kfs.oeaw.ac.at/stx/docs/wiki/index.php?title=Programmer_Guide/Shell_Items/Dialog/Dialog_Controls/Progress&amp;action=history"/>
	<updated>2026-05-06T12:55:23Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://mediawiki.kfs.oeaw.ac.at/stx/docs/wiki/index.php?title=Programmer_Guide/Shell_Items/Dialog/Dialog_Controls/Progress&amp;diff=10053&amp;oldid=prev</id>
		<title>Jw: Created page with &quot;File:dialog_control_progress.png   SET &lt;var&gt;dialog&lt;/var&gt; &lt;var&gt;index&lt;/var&gt; PROGRESS &lt;var&gt;row&lt;/var&gt; &lt;var&gt;col&lt;/var&gt; &lt;var&gt;text&lt;/var&gt; &lt;var&gt;var&lt;sub&gt;1&lt;/sub&gt;&lt;/var&gt; &lt;var&gt;w&lt;/var&gt; &lt;v...&quot;</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.kfs.oeaw.ac.at/stx/docs/wiki/index.php?title=Programmer_Guide/Shell_Items/Dialog/Dialog_Controls/Progress&amp;diff=10053&amp;oldid=prev"/>
		<updated>2018-05-15T10:00:19Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;a href=&quot;/stx/docs/wiki/index.php/File:Dialog_control_progress.png&quot; title=&quot;File:Dialog control progress.png&quot;&gt;File:dialog_control_progress.png&lt;/a&gt;   SET &amp;lt;var&amp;gt;dialog&amp;lt;/var&amp;gt; &amp;lt;var&amp;gt;index&amp;lt;/var&amp;gt; PROGRESS &amp;lt;var&amp;gt;row&amp;lt;/var&amp;gt; &amp;lt;var&amp;gt;col&amp;lt;/var&amp;gt; &amp;lt;var&amp;gt;text&amp;lt;/var&amp;gt; &amp;lt;var&amp;gt;var&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt;&amp;lt;/var&amp;gt; &amp;lt;var&amp;gt;w&amp;lt;/var&amp;gt; &amp;lt;v...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[File:dialog_control_progress.png]]&lt;br /&gt;
&lt;br /&gt;
 SET &amp;lt;var&amp;gt;dialog&amp;lt;/var&amp;gt; &amp;lt;var&amp;gt;index&amp;lt;/var&amp;gt; PROGRESS &amp;lt;var&amp;gt;row&amp;lt;/var&amp;gt; &amp;lt;var&amp;gt;col&amp;lt;/var&amp;gt; &amp;lt;var&amp;gt;text&amp;lt;/var&amp;gt; &amp;lt;var&amp;gt;var&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt;&amp;lt;/var&amp;gt; &amp;lt;var&amp;gt;w&amp;lt;/var&amp;gt; &amp;lt;var&amp;gt;h&amp;lt;/var&amp;gt; &amp;lt;var&amp;gt;var&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;&amp;lt;/var&amp;gt; [&amp;lt;var&amp;gt;fg&amp;lt;/var&amp;gt; &amp;lt;var&amp;gt;bg&amp;lt;/var&amp;gt; &amp;lt;var&amp;gt;font&amp;lt;/var&amp;gt;][ /A|L|R ]&lt;br /&gt;
&lt;br /&gt;
The progress control can be used to display the progress of a process. It could also be used to simulate a level-meter or other value displays. The position (fill status) of a progress control is updated on each command specifying the option /Write. If a hash &amp;#039;&amp;lt;code&amp;gt;#&amp;lt;/code&amp;gt;&amp;#039; is used in place of &amp;lt;var&amp;gt;var&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;&amp;lt;/var&amp;gt;, the default range (0-100) is used. You can connect a value item to a progress control using the command &amp;lt;code&amp;gt;SET dialog index INPUT output&amp;lt;/code&amp;gt;. If the user clicks the progress bar, the message &amp;lt;code&amp;gt;VALUE&amp;lt;/code&amp;gt; is generated.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;keinrahmen&amp;quot;&lt;br /&gt;
| &amp;lt;var&amp;gt;var&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt;&amp;lt;/var&amp;gt;&lt;br /&gt;
| The name of the position variable.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;var&amp;gt;var&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;&amp;lt;/var&amp;gt;&lt;br /&gt;
| The name of the range variable (&amp;lt;var&amp;gt;var&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;&amp;lt;/var&amp;gt; = minimum maximum).&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;/Horizontal&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;/Vertical&amp;lt;/code&amp;gt;&lt;br /&gt;
| A horizontal or vertical progress bar.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;/Smoothfill&amp;lt;/code&amp;gt;&lt;br /&gt;
| Use smooth filling instead of blocked filling.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
See [[Programmer_Guide/Shell_Items/Dialog/Dialog_Controls#Common_arguments|Common arguments]] for a description of the parameters not described here.&lt;/div&gt;</summary>
		<author><name>Jw</name></author>
	</entry>
</feed>