Try using basic home and the streamedmp skin editor.
if that doesn't work you'd have to manually edit the home.xml or basichome.xml
if that doesn't work you'd have to manually edit the home.xml or basichome.xml
if that doesn't work you'd have to manually edit the home.xml or basichome.xml
If you have to ask that question, then editing the file is beyound your abilities.
You'll have to put up with the way it is.
<control>
<description>Menu</description>
<type>menu</type>
<id>50</id>
<posX>550</posX>
[COLOR="Red"][B]<posY>300</posY>[/B][/COLOR]
<width>320</width>
<textcolor>ffffffff</textcolor>
<textColorNoFocus>ff505050</textColorNoFocus>
<dimColor>ffffffff</dimColor>
<buttonTextXOff>0</buttonTextXOff>
<buttonTextYOff>0</buttonTextYOff>
<buttonOffset>0</buttonOffset>
<buttonFont>mediastream16tc</buttonFont>
<buttonHeight>105</buttonHeight>
<spaceBetweenButtons>0</spaceBetweenButtons>
[COLOR="Red"][B]<numberOfButtons>2</numberOfButtons>[/B][/COLOR]
<textureButtonFocus>-</textureButtonFocus>
<textureButtonNoFocus>-</textureButtonNoFocus>
<hoverX>0</hoverX>
<hoverY>0</hoverY>
<hoverWidth>1280</hoverWidth>
<hoverHeight>720</hoverHeight>
<hoverKeepAspectratio>no</hoverKeepAspectratio>
<scrollTime>90</scrollTime>
<scrollTimeMin>45</scrollTimeMin>
<mouseScrollTime>900</mouseScrollTime>
<mouseScrollTimeMin>450</mouseScrollTimeMin>
<textureBackground>-</textureBackground>
<!--<onleft>17</onleft>-->
<onright>10</onright>
<animation effect="fade" time="400" delay="0">WindowOpen</animation>
</control>
Hi Spaldo, it seems you are using the Standard Home screen, so you want to edit the the myHome.xml file.
In here you want to edit the properties of the Menu control. In particular the following properties which are highlighted:
Code:<control> <description>Menu</description> <type>menu</type> <id>50</id> <posX>550</posX> [COLOR="Red"][B]<posY>300</posY>[/B][/COLOR] <width>320</width> <textcolor>ffffffff</textcolor> <textColorNoFocus>ff505050</textColorNoFocus> <dimColor>ffffffff</dimColor> <buttonTextXOff>0</buttonTextXOff> <buttonTextYOff>0</buttonTextYOff> <buttonOffset>0</buttonOffset> <buttonFont>mediastream16tc</buttonFont> <buttonHeight>105</buttonHeight> <spaceBetweenButtons>0</spaceBetweenButtons> [COLOR="Red"][B]<numberOfButtons>2</numberOfButtons>[/B][/COLOR] <textureButtonFocus>-</textureButtonFocus> <textureButtonNoFocus>-</textureButtonNoFocus> <hoverX>0</hoverX> <hoverY>0</hoverY> <hoverWidth>1280</hoverWidth> <hoverHeight>720</hoverHeight> <hoverKeepAspectratio>no</hoverKeepAspectratio> <scrollTime>90</scrollTime> <scrollTimeMin>45</scrollTimeMin> <mouseScrollTime>900</mouseScrollTime> <mouseScrollTimeMin>450</mouseScrollTimeMin> <textureBackground>-</textureBackground> <!--<onleft>17</onleft>--> <onright>10</onright> <animation effect="fade" time="400" delay="0">WindowOpen</animation> </control>
The reason for the change in Y-Position is so the 2 items are centered but feel free to mess with any properties in this control to get the look you want.
Hi Spaldo, it seems you are using the Standard Home screen, so you want to edit the the myHome.xml file.
In here you want to edit the properties of the Menu control. In particular the following properties which are highlighted:
neeCode:<control> <description>Menu</description> <type>menu</type> <id>50</id> <posX>550</posX> [COLOR="Red"][B]<posY>300</posY>[/B][/COLOR] <width>320</width> <textcolor>ffffffff</textcolor> <textColorNoFocus>ff505050</textColorNoFocus> <dimColor>ffffffff</dimColor> <buttonTextXOff>0</buttonTextXOff> <buttonTextYOff>0</buttonTextYOff> <buttonOffset>0</buttonOffset> <buttonFont>mediastream16tc</buttonFont> <buttonHeight>105</buttonHeight> <spaceBetweenButtons>0</spaceBetweenButtons> [COLOR="Red"][B]<numberOfButtons>2</numberOfButtons>[/B][/COLOR] <textureButtonFocus>-</textureButtonFocus> <textureButtonNoFocus>-</textureButtonNoFocus> <hoverX>0</hoverX> <hoverY>0</hoverY> <hoverWidth>1280</hoverWidth> <hoverHeight>720</hoverHeight> <hoverKeepAspectratio>no</hoverKeepAspectratio> <scrollTime>90</scrollTime> <scrollTimeMin>45</scrollTimeMin> <mouseScrollTime>900</mouseScrollTime> <mouseScrollTimeMin>450</mouseScrollTimeMin> <textureBackground>-</textureBackground> <!--<onleft>17</onleft>--> <onright>10</onright> <animation effect="fade" time="400" delay="0">WindowOpen</animation> </control>
The reason for the change in Y-Position is so the 2 items are centered but feel free to mess with any properties in this control to get the look you want.
would you happen to know what to edit to get the basic homepage to do that? i like the look of the basic screen but only need tv-series and moving pictures to show up to be perfectly honest!