Hallo,
habe versucht einfach mal ne home.xml anzuulegen, aber irgendwas läuft da nicht die grouplist kriegt keinen focus.
das wichtigste aus meiner home.xml :
so hier :
PHP
<control type="grouplist" id="1">
<posx>80</posx>
<posy>228</posy>
<width>360</width>
<height>462</height>
<itemgap>0</itemgap>
<onleft>noop</onleft>
<ondown condition="Control.HasFocus(1)">100</ondown>
<ondown condition="Control.HasFocus(2)">110</ondown>
<ondown condition="Control.HasFocus(3)">120</ondown>
<onup>noop</onup>
<orientation>vertical</orientation>
<visible>true</visible>
<control type="label" id="1">
<width>400</width>
<aligny>center</aligny>
<font>Font_Cond_72</font>
<textcolor>Heavy</textcolor>
<label>Movie</label>
<wrapmultiline>false</wrapmultiline>
</control>
<control type="label" id="2">
<width>400</width>
<aligny>center</aligny>
<font>Font_Cond_72</font>
<textcolor>Heavy</textcolor>
<label>serien</label>
<wrapmultiline>false</wrapmultiline>
</control>
<control type="label" id="3">
<width>400</width>
<aligny>center</aligny>
<font>Font_Cond_72</font>
<textcolor>Heavy</textcolor>
<label>tv</label>
<wrapmultiline>false</wrapmultiline>
</control>
</control>
<control type="grouplist" id="100">
<posx>544</posx>
<posy>228</posy>
<width>1260</width>
<height>594</height>
<itemgap>0</itemgap>
<onleft>1</onleft>
<onright>noop</onright>
<onup>noop</onup>
<ondown>noop</ondown>
<orientation>vertical</orientation>
<scrolltime tween="sine" easing="out">320</scrolltime>
<visible>Control.HasFocus(10) | ControlGroup(100).HasFocus()</visible>
<control type="togglebutton" id="101">
<description>Background image</description>
<width>1260</width>
<label>Set Background image</label>
<altlabel>Background image</altlabel>
<onclick>Skin.Reset(Background_Image)</onclick>
<onclick>Skin.SetImage(Background_Image)</onclick>
<usealttexture>!IsEmpty(Skin.String(Background_Image))</usealttexture>
</control>
</control>
Alles anzeigen
muss die home.xml nen bestimmten aufbau haben oder warum kriegt der keinen focus?