ich will im hauptmenü auf der linken seite ein festes menü und daneben das passende icon. habs jetzt so wie unten gecodet, aber das doofe icon wandert mit dem menübutton. hab dazu nichts gefunden also wer hilft kurz?
<focusedlayout width="540" height="45">
<control type="image">
<posx>-9</posx>
<posy>0</posy>
<width>250</width>
<height>45</height>
<aligny>center</aligny>
<texture flipx="false">buttonfocus2.png</texture>
<colordiffuse></colordiffuse>
</control>
<control type="label">
<posx>170</posx>
<width>540</width>
<height>45</height>
<info>ListItem.Label</info>
<font>Small</font>
<align>right</align>
</control>
<control type="image">
<posx>280</posx>
<posy>20</posy>
<width>400</width>
<height>250</height>
<aspectratio>stretch</aspectratio>
<texture background="false">$INFO[ListItem.Icon]</texture>
<visible>!ControlGroup(9001).HasFocus() + ![Control.HasFocus(8000) | Control.HasFocus(8001) | Control.HasFocus(8002) | Control.HasFocus(8003) | Control.HasFocus(8004)]</visible>
</control>
</focusedlayout>
<content>
<item id="1">
<description>Programs</description>
<label>31002</label>
<onclick>ActivateWindow(Programs,Addons)</onclick>
<icon>hover_my programs.png</icon>
</item>