- August 4, 2005
- 207
- 1
- Thread starter
- #11
I'm stumped with this, my home.xml file is below, yet none of the components show on screen except for the background.
Any help would be appreciated.
Ta
<window>
<id>0</id>
<defaultcontrol>2</defaultcontrol>
<allowoverlay>yes</allowoverlay>
<controls>
<control>
<type>label</type>
<description>template label for small font</description>
<id>9001</id>
<posX>0</posX>
<posY>0</posY>
<visible>no</visible>
<label>-</label>
<font>font16</font>
<textcolor>ffffffff</textcolor>
</control>
<control>
<type>image</type>
<description>background image</description>
<id>1002</id>
<posX>0</posX>
<posY>0</posY>
<texture>background.png</texture>
</control>
<control>
<type>image</type>
<description>MP logo image</description>
<id>2001</id>
<posX>32</posX>
<posY>16</posY>
<width>400</width>
<height>80</height>
<align>left</align>
<texture>MP_HomeLogo.png</texture>
</control>
<control>
<type>label</type>
<description>Date</description>
<id>2002</id>
<posX>32</posX>
<posY>96</posY>
<label>#date</label>
<align>right</align>
<textcolor>ffffffff</textcolor>
</control>
<control>
<type>label</type>
<description>Time</description>
<id>2003</id>
<posX>256</posX>
<posY>96</posY>
<label>#time</label>
<align>right</align>
<textcolor>ffffffff</textcolor>
</control>
<control>
<type>image</type>
<description>template for panel in which all buttons should b fitted</description>
<id>3001</id>
<posX>564</posX>
<posY>130</posY>
<width>300</width>
<height>270</height>
<texture>-</texture>
</control>
<control>
<type>button</type>
<description>template for button</description>
<id>3002</id>
<posX>564</posX>
<posY>130</posY>
<visible>no</visible>
<texture>hp_selectionbar.png</texture>
<label>605</label>
<font>font16</font>
<width>225</width>
<height>49</height>
<textcolor>ffffffff</textcolor>
<textYOff>12</textYOff>
<textureFocus>hp_selectionbar.png</textureFocus>
<textureNoFocus>-</textureNoFocus>
</control>
<control>
<type>image</type>
<description>template for hover image</description>
<id>3003</id>
<posX>32</posX>
<posY>256</posY>
<width>146</width>
<height>234</height>
<visible>no</visible>
<align>center</align>
<texture>-</texture>
</control>
</controls>
</window>
Any help would be appreciated.
Ta
<window>
<id>0</id>
<defaultcontrol>2</defaultcontrol>
<allowoverlay>yes</allowoverlay>
<controls>
<control>
<type>label</type>
<description>template label for small font</description>
<id>9001</id>
<posX>0</posX>
<posY>0</posY>
<visible>no</visible>
<label>-</label>
<font>font16</font>
<textcolor>ffffffff</textcolor>
</control>
<control>
<type>image</type>
<description>background image</description>
<id>1002</id>
<posX>0</posX>
<posY>0</posY>
<texture>background.png</texture>
</control>
<control>
<type>image</type>
<description>MP logo image</description>
<id>2001</id>
<posX>32</posX>
<posY>16</posY>
<width>400</width>
<height>80</height>
<align>left</align>
<texture>MP_HomeLogo.png</texture>
</control>
<control>
<type>label</type>
<description>Date</description>
<id>2002</id>
<posX>32</posX>
<posY>96</posY>
<label>#date</label>
<align>right</align>
<textcolor>ffffffff</textcolor>
</control>
<control>
<type>label</type>
<description>Time</description>
<id>2003</id>
<posX>256</posX>
<posY>96</posY>
<label>#time</label>
<align>right</align>
<textcolor>ffffffff</textcolor>
</control>
<control>
<type>image</type>
<description>template for panel in which all buttons should b fitted</description>
<id>3001</id>
<posX>564</posX>
<posY>130</posY>
<width>300</width>
<height>270</height>
<texture>-</texture>
</control>
<control>
<type>button</type>
<description>template for button</description>
<id>3002</id>
<posX>564</posX>
<posY>130</posY>
<visible>no</visible>
<texture>hp_selectionbar.png</texture>
<label>605</label>
<font>font16</font>
<width>225</width>
<height>49</height>
<textcolor>ffffffff</textcolor>
<textYOff>12</textYOff>
<textureFocus>hp_selectionbar.png</textureFocus>
<textureNoFocus>-</textureNoFocus>
</control>
<control>
<type>image</type>
<description>template for hover image</description>
<id>3003</id>
<posX>32</posX>
<posY>256</posY>
<width>146</width>
<height>234</height>
<visible>no</visible>
<align>center</align>
<texture>-</texture>
</control>
</controls>
</window>