<?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%2FRadiobutton</id>
	<title>Programmer Guide/Shell Items/Dialog/Dialog Controls/Radiobutton - 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%2FRadiobutton"/>
	<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/Radiobutton&amp;action=history"/>
	<updated>2026-05-06T21:12:30Z</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/Radiobutton&amp;diff=10055&amp;oldid=prev</id>
		<title>Jw: Created page with &quot; SET &lt;var&gt;dialog&lt;/var&gt; &lt;var&gt;index&lt;/var&gt; RADIOBUTTON &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;var&gt;h&lt;/var&gt; * &lt;var&gt;fg&lt;/var&gt; &lt;var&gt;...&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/Radiobutton&amp;diff=10055&amp;oldid=prev"/>
		<updated>2018-05-15T10:01:40Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot; SET &amp;lt;var&amp;gt;dialog&amp;lt;/var&amp;gt; &amp;lt;var&amp;gt;index&amp;lt;/var&amp;gt; RADIOBUTTON &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;fg&amp;lt;/var&amp;gt; &amp;lt;var&amp;gt;...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt; SET &amp;lt;var&amp;gt;dialog&amp;lt;/var&amp;gt; &amp;lt;var&amp;gt;index&amp;lt;/var&amp;gt; RADIOBUTTON &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;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 radio buttons are the only controls where one variable is bound to multiple controls. A new radio button group is started when a variable name &amp;lt;var&amp;gt;var&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt;&amp;lt;/var&amp;gt; is specified. For all other radio buttons of the group the argument &amp;lt;var&amp;gt;var&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt;&amp;lt;/var&amp;gt; must be set to &amp;#039;&amp;lt;code&amp;gt;*&amp;lt;/code&amp;gt;&amp;#039;. The value of &amp;lt;var&amp;gt;var&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt;&amp;lt;/var&amp;gt; is set to &amp;lt;code&amp;gt;activeindex-groupstartindex,&amp;lt;/code&amp;gt; where &amp;lt;code&amp;gt;groupstartindex&amp;lt;/code&amp;gt; is the index of the first radio button of a group and &amp;lt;code&amp;gt;activeindex&amp;lt;/code&amp;gt; is the index of the activated radio button of the same group. Only one button in the group can be activated at one time.&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 button index variable (only for the first button in the group).&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;br /&gt;
&lt;br /&gt;
Using radio buttons may lead to problems because the function searching for the first button in a group does not always work correctly. It only works if no other control (e.g. a groupbox or a static) is placed between the buttons of the group.&lt;/div&gt;</summary>
		<author><name>Jw</name></author>
	</entry>
</feed>