Hallo zusammen,
leider stelle ich immer wieder fest, dass der Focus beim öffnen einer Seite zb. des Homemenus nicht korrekt gesetzt wird.
z.B. hat die Wraplist die id 9000 und oben im der Home.xml steht
.
Es muss aber immer einmal eine Taste gedrückt werden, damit der Focus wirklich auf der Wraplist liegt.
Wie kommt das?
hier die wraplist:
Code
<control type="wraplist" id="9000"> <!-- homemenu -->
<description>Home Wraplist</description>
<posx>-22</posx>
<posy>500</posy>
<width>1320</width>
<height>564</height>
<onup condition="!Control.IsVisible(9001)">300</onup>
<onup condition="Container(9000).Hasfocus(6)">3005</onup>
<onup condition="Control.IsVisible(9001)">9001</onup>
<ondown condition="Player.HasMedia+!Skin.HasSetting(HidePlayerControlsHome)">600</ondown>
<ondown condition="!Player.HasMedia|Skin.HasSetting(HidePlayerControlsHome)">200</ondown>
<onleft>9000</onleft>
<onright>9000</onright>
<focusposition>2</focusposition>
<scrolltime tween="circle" easing="out">400</scrolltime>
<orientation>horizontal</orientation>
<itemgap>4</itemgap>
<animation effect="slide" start="0,0" end="0,-180" time="200" condition="Skin.HasSetting(midmenu)">Conditional</animation>
<itemlayout width="385" height="60">
<control type="label">
<animation effect="fade" start="100" end="0" time="200" condition="ControlGroup(9001).HasFocus()">Conditional</animation>
<posx>0</posx>
<posy>35</posy>
<height>50</height>
<width>318</width>
<font>neuropol54</font>
<label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>
<align>center</align>
<textcolor>white</textcolor>
</control>
</itemlayout>
<focusedlayout width="385" height="60">
<control type="group">
<animation effect="slide" start="0,0" end="0,30" time="200" condition="ControlGroup(9001).HasFocus()">Conditional</animation>
<control type="label">
<posx>0</posx>
<posy>35</posy>
<width>318</width>
<height>50</height>
<label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>
<font>menufontneuropol</font>
<shadowcolor></shadowcolor>
<textcolor>white</textcolor>
<align>center</align>
<scroll>true</scroll>
</control>
<control type="label">
<posx>0</posx>
<posy>35</posy>
<width>318</width>
<height>50</height>
<label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>
<font>menufontneuropol</font>
<shadowcolor>-</shadowcolor>
<visible>Control.HasFocus(9000)</visible>
<textcolor>selectedhome</textcolor>
<align>center</align>
<animation effect="fade" start="0" end="100" time="600">Focus</animation>
<scroll>true</scroll>
</control>
</control>
</focusedlayout>
<content>
.
</content>
</control>
Alles anzeigen
Danke.
bg