<?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%2FCombobox</id>
	<title>Programmer Guide/Shell Items/Dialog/Dialog Controls/Combobox - 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%2FCombobox"/>
	<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/Combobox&amp;action=history"/>
	<updated>2026-05-06T17:30:43Z</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/Combobox&amp;diff=10042&amp;oldid=prev</id>
		<title>Jw: Created page with &quot;File:dialog_control_combobox.png   SET &lt;var&gt;dialog&lt;/var&gt; &lt;var&gt;index&lt;/var&gt; COMBOBOX &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/Combobox&amp;diff=10042&amp;oldid=prev"/>
		<updated>2018-05-15T09:56:05Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;a href=&quot;/stx/docs/wiki/index.php/File:Dialog_control_combobox.png&quot; title=&quot;File:Dialog control combobox.png&quot;&gt;File:dialog_control_combobox.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; COMBOBOX &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_combobox.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; COMBOBOX &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;] [ /E [ /I|N ]] [ /T ] [ /A|L|R ]&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 variable to contain the input field text (/Editenabled) or the name of the variable to contain the index of selected item in the list.&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 table item (if /Table is specified) containing the combobox list (with one item per entry) or a variable containing a blank or tab separated list of words.&lt;br /&gt;
|-&lt;br /&gt;
|  &amp;lt;code&amp;gt;/Editenable&amp;lt;/code&amp;gt;&lt;br /&gt;
| Allow input field editing. If this option is used, the combobox entry can be edited and the string is stored in &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;
|-&lt;br /&gt;
|  &amp;lt;code&amp;gt;/Integer&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;/Number&amp;lt;/code&amp;gt;&lt;br /&gt;
| Only available if &amp;lt;code&amp;gt;/Edit&amp;lt;/code&amp;gt; is specified. See &amp;lt;code&amp;gt;/Edit/&amp;lt;code&amp;gt; for details.&lt;br /&gt;
|-&lt;br /&gt;
|  &amp;lt;var&amp;gt;/Table&amp;lt;/var&amp;gt;&lt;br /&gt;
| If specified, &amp;lt;var&amp;gt;var&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;&amp;lt;/var&amp;gt; must be the id of a simple table item containing the list to be displayed (one entry per row).&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>