Why when I enter the grouplist below for the first time, button with id 201, not 202, is activated?
Code:
<control type="grouplist" id="183">
<height>DialogBaseItemSize</height>
<orientation>horizontal</orientation>
<defaultcontrol force="true">202</defaultcontrol>
<control type="label" id="200">
<label>Widok: </label>
<width>auto</width>
</control>
<control type="button" id="201">
<label><</label>
<onfocus>Container.PreviousViewMode</onfocus>
<onfocus>SetFocus(202)</onfocus>
<texturefocus>textures\darkbg.png</texturefocus>
<texturenofocus>textures\lightbg.png</texturenofocus>
</control>
<control type="button" id="202">
<label>$INFO[Container.Viewmode]</label>
<onleft>201</onleft>
<onright>203</onright>
<width>auto</width>
<ondown>212</ondown>
<onup>181</onup>
<onclick>Container.PreviousViewMode</onclick>
</control>
<control type="button" id="203">
<label>></label>
<onfocus>Container.NextViewMode</onfocus>
<onfocus>SetFocus(202)</onfocus>
<texturefocus>textures\darkbg.png</texturefocus>
<texturenofocus>textures\lightbg.png</texturenofocus>
</control>
</control>