- January 24, 2012
- 2,523
- 2,715
- Home Country
-
United Kingdom
- Thread starter
- Moderator
- #171
Replace
<control>
<description>current temp label</description>
<type>label</type>
<id>0</id>
<posX>8010</posX>
<posY>10</posY>
<height>71</height>
<align>left</align>
<label>#tile14.navigation</label>
<font>font10</font>
<textcolor>ffffffff</textcolor>
<visible>true</visible>
</control>
With :
<control>
<description>current temp label</description>
<type>label</type>
<id>0</id>
<posX>10</posX>
<posY>10</posY>
<height>71</height>
<align>left</align>
<label>#tile14.navigation</label>
<font>font10</font>
<textcolor>ffffffff</textcolor>
<visible>true</visible>
</control>
In basic home
Then restart mp and see what it returns
<control>
<description>current temp label</description>
<type>label</type>
<id>0</id>
<posX>8010</posX>
<posY>10</posY>
<height>71</height>
<align>left</align>
<label>#tile14.navigation</label>
<font>font10</font>
<textcolor>ffffffff</textcolor>
<visible>true</visible>
</control>
With :
<control>
<description>current temp label</description>
<type>label</type>
<id>0</id>
<posX>10</posX>
<posY>10</posY>
<height>71</height>
<align>left</align>
<label>#tile14.navigation</label>
<font>font10</font>
<textcolor>ffffffff</textcolor>
<visible>true</visible>
</control>
In basic home
Then restart mp and see what it returns