Bug in myprograms.xml?
#1
i don't know if it is a bug or it can't be done another way.

if i set <defaultcontrol>7</defaultcontrol> in myprograms.xml nothing will be displayed in the listcontrol.

thanks.
Reply
#2
could the possibility to set the defaultcontrol to the listcontrol be added also in myprograms.xml? it is possible in mymusic and myvideos, but in myprograms it results in not showing the cursor.

thanks.

Quote:<window>
<id>1</id>
<defaultcontrol>7</defaultcontrol>
<controls>
<control>
<description>background image</description>
<type>image</type>
<id>1</id>
<posx>0</posx>
<posy>0</posy>
<width>720</width>
<height>576</height>
<texture>background.png</texture>
</control>

....
....

<control>
<description>listcontrol</description>
<type>listcontrol</type>
<id>7</id>

<onleft>8</onleft>
<onright>8</onright>
<onup>8</onup>
<ondown>8</ondown>
</control>
<control>
<description>thumbnailpanel</description>
<type>thumbnailpanel</type>
<id>8</id>

<onleft>101</onleft>
<onright>101</onright>
<onup>101</onup>
<ondown>101</ondown>
</control>
</controls>
</window>
Reply

Logout Mark Read Team Forum Stats Members Help
Bug in myprograms.xml?0