Project mayhem iii <id> question in home.xml
#1
should these two controls share <id> numbers with my programs?

<control>
<type>image</type>
<id>102</id>
<posx>77</posx>
<posy>430</posy>
<width>15</width>
<height>16</height>
<texture>homebutton-small.png</texture>
</control>

<control>
<type>image</type>
<id>102</id>
<posx>192</posx>
<posy>430</posy>
<width>15</width>
<height>16</height>
<texture>homebutton-small.png</texture>
</control>

<control>
<type>image</type>
<id>102</id>
<posx>182</posx>
<posy>105</posy>
<width>538</width>
<height>362</height>
<texture>4x3home-myprograms.png</texture>
<visible>!player.hasvideo</visible>
</control>

this is in both pal and pal16x9 home.xml files.

it works i guess, because xbmc only assigns the first one in the xml.

just wondered if there was another reason.
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
Reply


Messages In This Thread
[No subject] - by Nuka1195 - 2005-04-22, 07:13
[No subject] - by jmarshall - 2005-04-22, 08:45
[No subject] - by Nuka1195 - 2005-04-22, 19:41
[No subject] - by Chokemaniac - 2005-04-23, 06:22
Logout Mark Read Team Forum Stats Members Help
Project mayhem iii <id> question in home.xml0