Basic Home Backdrops Missing (1 Viewer)

chrisworkman

Portal Pro
February 9, 2009
92
7
Ohio
Home Country
United States of America United States of America
Hello all:

I recently installed the X-Factor skin and am in the process of setting it up. I have most of the menus pointing where I'd like them to go with no real problems. For some reason, I can't seem to get the menu backdrops to show on certain menus.

For example: I've replaced most of the original backdrops with my own chosen images. However, certain ones only show up once in a awhile. For the most part these backdrops are blank/black. I've looked at the original images that worked fine and have tried to choose replacements that are of the same resolution, etc.

Is there certain file formats, resolutions, etc, etc that I'm supposed to be using? What am I missing?

As it is right now, all the backdrops in the music menu work fine..but the movie menu doesn't. I created a "info" menu that contains weather, torrents, etc. and some backdrops work while some don't. It seems to be random.

Thanks in advance for any help!

:D

Here's my BasicHome.xml code:

Code:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<window>
<id>35</id>
<defaultcontrol>77042</defaultcontrol>
<allowoverlay>no</allowoverlay>
<disabletopbar>yes</disabletopbar>
<rememberLastFocusedControl>no</rememberLastFocusedControl>
<controls>
 
<control>
  <description>BACKGROUND 0</description>
  <id>0</id>
  <type>image</type>
  <posx>0</posx>
  <posy>0</posy>
  <width>1280</width>
  <height>720</height>
  <texture>Animations//tv\default.jpg</texture>
  <visible>Control.HasFocus(64701)|Control.HasFocus(77042)</visible>
  <animation effect="fade" start="10" end="100" time="1000" delay="80" reversible="false">Visible</animation>
  <animation effect="fade" start="100" end="0" time="900" reversible="false">Hidden</animation>
  <animation effect="zoom" start="100,100" end="103,103" center="640,360" time="1200" delay="80" reversible="false">Visible</animation>
  <animation effect="zoom" start="103,103" end="100,100" center="640,360" time="900" reversible="false">Hidden</animation>
  <!--<animation effect="fade" time="400" reversible="false">VisibleChange</animation>-->
</control>
 
<control>
  <description>BACKGROUND 1</description>
  <id>0</id>
  <type>multiimage</type>
  <posx>0</posx>
  <posy>0</posy>
  <width>1280</width>
  <height>720</height>
  <imagepath>C:\Program Files\Team MediaPortal\MediaPortal\skin\XFactor\Media\Animations\torrents</imagepath>
  <timeperimage>60000</timeperimage>
  <fadetime>1000</fadetime>
  <loop>yes</loop>
  <randomize>True</randomize>
  <visible>Control.HasFocus(65701)</visible>
  <animation effect="fade" start="10" end="100" time="1000" delay="80" reversible="false">Visible</animation>
  <animation effect="fade" start="100" end="0" time="900" reversible="false">Hidden</animation>
  <animation effect="zoom" start="100,100" end="103,103" center="640,360" time="1200" delay="80" reversible="false">Visible</animation>
  <animation effect="zoom" start="103,103" end="100,100" center="640,360" time="900" reversible="false">Hidden</animation>
  <!--<animation effect="fade" time="400" reversible="false">VisibleChange</animation>-->
</control>
 
<control>
  <description>BACKGROUND 2</description>
  <id>0</id>
  <type>image</type>
  <posx>0</posx>
  <posy>0</posy>
  <width>1280</width>
  <height>720</height>
  <texture>Animations//settings\default.jpg</texture>
  <visible>Control.HasFocus(66700)|Control.HasFocus(66701)</visible>
  <animation effect="fade" start="10" end="100" time="1000" delay="80" reversible="false">Visible</animation>
  <animation effect="fade" start="100" end="0" time="900" reversible="false">Hidden</animation>
  <animation effect="zoom" start="100,100" end="103,103" center="640,360" time="1200" delay="80" reversible="false">Visible</animation>
  <animation effect="zoom" start="103,103" end="100,100" center="640,360" time="900" reversible="false">Hidden</animation>
  <!--<animation effect="fade" time="400" reversible="false">VisibleChange</animation>-->
</control>
 
<control>
  <description>BACKGROUND 3</description>
  <id>0</id>
  <type>multiimage</type>
  <posx>0</posx>
  <posy>0</posy>
  <width>1280</width>
  <height>720</height>
  <imagepath>C:\Program Files\Team MediaPortal\MediaPortal\skin\XFactor\Media\Animations\aquarium\backdrop</imagepath>
  <timeperimage>60000</timeperimage>
  <fadetime>1000</fadetime>
  <loop>yes</loop>
  <randomize>True</randomize>
  <visible>Control.HasFocus(61700)|Control.HasFocus(77012)</visible>
  <animation effect="fade" start="10" end="100" time="1000" delay="80" reversible="false">Visible</animation>
  <animation effect="fade" start="100" end="0" time="900" reversible="false">Hidden</animation>
  <animation effect="zoom" start="100,100" end="103,103" center="640,360" time="1200" delay="80" reversible="false">Visible</animation>
  <animation effect="zoom" start="103,103" end="100,100" center="640,360" time="900" reversible="false">Hidden</animation>
  <!--<animation effect="fade" time="400" reversible="false">VisibleChange</animation>-->
</control>
 
<control>
  <description>BACKGROUND 4</description>
  <id>0</id>
  <type>image</type>
  <posx>0</posx>
  <posy>0</posy>
  <width>1280</width>
  <height>720</height>
  <texture>Animations//C:\Program Files\Team MediaPortal\MediaPortal\skin\XFactor\Media\Animations\tvseries\default.png</texture>
  <visible>Control.HasFocus(64700)</visible>
  <animation effect="fade" start="10" end="100" time="1000" delay="80" reversible="false">Visible</animation>
  <animation effect="fade" start="100" end="0" time="900" reversible="false">Hidden</animation>
  <animation effect="zoom" start="100,100" end="103,103" center="640,360" time="1200" delay="80" reversible="false">Visible</animation>
  <animation effect="zoom" start="103,103" end="100,100" center="640,360" time="900" reversible="false">Hidden</animation>
  <!--<animation effect="fade" time="400" reversible="false">VisibleChange</animation>-->
</control>
 
<control>
  <description>BACKGROUND 5</description>
  <id>0</id>
  <type>multiimage</type>
  <posx>0</posx>
  <posy>0</posy>
  <width>1280</width>
  <height>720</height>
  <imagepath>C:\Program Files\Team MediaPortal\MediaPortal\skin\XFactor\Media\Animations\nowplaying</imagepath>
  <timeperimage>60000</timeperimage>
  <fadetime>1000</fadetime>
  <loop>yes</loop>
  <randomize>True</randomize>
  <visible>Control.HasFocus(62702)</visible>
  <animation effect="fade" start="10" end="100" time="1000" delay="80" reversible="false">Visible</animation>
  <animation effect="fade" start="100" end="0" time="900" reversible="false">Hidden</animation>
  <animation effect="zoom" start="100,100" end="103,103" center="640,360" time="1200" delay="80" reversible="false">Visible</animation>
  <animation effect="zoom" start="103,103" end="100,100" center="640,360" time="900" reversible="false">Hidden</animation>
  <!--<animation effect="fade" time="400" reversible="false">VisibleChange</animation>-->
</control>
 
<control>
  <description>BACKGROUND 6</description>
  <id>0</id>
  <type>image</type>
  <posx>0</posx>
  <posy>0</posy>
  <width>1280</width>
  <height>720</height>
  <texture>Animations//shutdownbg\default.jpg</texture>
  <visible>Control.HasFocus(66702)</visible>
  <animation effect="fade" start="10" end="100" time="1000" delay="80" reversible="false">Visible</animation>
  <animation effect="fade" start="100" end="0" time="900" reversible="false">Hidden</animation>
  <animation effect="zoom" start="100,100" end="103,103" center="640,360" time="1200" delay="80" reversible="false">Visible</animation>
  <animation effect="zoom" start="103,103" end="100,100" center="640,360" time="900" reversible="false">Hidden</animation>
  <!--<animation effect="fade" time="400" reversible="false">VisibleChange</animation>-->
</control>
 
<control>
  <description>BACKGROUND 7</description>
  <id>0</id>
  <type>multiimage</type>
  <posx>0</posx>
  <posy>0</posy>
  <width>1280</width>
  <height>720</height>
  <imagepath>C:\Program Files\Team MediaPortal\MediaPortal\skin\XFactor\Media\Animations\concerts</imagepath>
  <timeperimage>60000</timeperimage>
  <fadetime>1000</fadetime>
  <loop>yes</loop>
  <randomize>True</randomize>
  <visible>Control.HasFocus(62701)</visible>
  <animation effect="fade" start="10" end="100" time="1000" delay="80" reversible="false">Visible</animation>
  <animation effect="fade" start="100" end="0" time="900" reversible="false">Hidden</animation>
  <animation effect="zoom" start="100,100" end="103,103" center="640,360" time="1200" delay="80" reversible="false">Visible</animation>
  <animation effect="zoom" start="103,103" end="100,100" center="640,360" time="900" reversible="false">Hidden</animation>
  <!--<animation effect="fade" time="400" reversible="false">VisibleChange</animation>-->
</control>
 
<control>
  <description>BACKGROUND 8</description>
  <id>0</id>
  <type>multiimage</type>
  <posx>0</posx>
  <posy>0</posy>
  <width>1280</width>
  <height>720</height>
  <imagepath>C:\Program Files\Team MediaPortal\MediaPortal\skin\XFactor\Media\Animations\buttons</imagepath>
  <timeperimage>60000</timeperimage>
  <fadetime>1000</fadetime>
  <loop>yes</loop>
  <randomize>True</randomize>
  <visible>Control.HasFocus(77062)</visible>
  <animation effect="fade" start="10" end="100" time="1000" delay="80" reversible="false">Visible</animation>
  <animation effect="fade" start="100" end="0" time="900" reversible="false">Hidden</animation>
  <animation effect="zoom" start="100,100" end="103,103" center="640,360" time="1200" delay="80" reversible="false">Visible</animation>
  <animation effect="zoom" start="103,103" end="100,100" center="640,360" time="900" reversible="false">Hidden</animation>
  <!--<animation effect="fade" time="400" reversible="false">VisibleChange</animation>-->
</control>
 
<control>
  <description>BACKGROUND 9</description>
  <id>0</id>
  <type>multiimage</type>
  <posx>0</posx>
  <posy>0</posy>
  <width>1280</width>
  <height>720</height>
  <imagepath>C:\Program Files\Team MediaPortal\MediaPortal\skin\XFactor\Media\Animations\music</imagepath>
  <timeperimage>60000</timeperimage>
  <fadetime>1000</fadetime>
  <loop>yes</loop>
  <randomize>True</randomize>
  <visible>Control.HasFocus(77022)</visible>
  <animation effect="fade" start="10" end="100" time="1000" delay="80" reversible="false">Visible</animation>
  <animation effect="fade" start="100" end="0" time="900" reversible="false">Hidden</animation>
  <animation effect="zoom" start="100,100" end="103,103" center="640,360" time="1200" delay="80" reversible="false">Visible</animation>
  <animation effect="zoom" start="103,103" end="100,100" center="640,360" time="900" reversible="false">Hidden</animation>
  <!--<animation effect="fade" time="400" reversible="false">VisibleChange</animation>-->
</control>
 
<control>
  <description>FANART BACKGROUND 9</description>
  <id>0</id>
  <type>image</type>
  <posx>0</posx>
  <posy>0</posy>
  <width>1280</width>
  <height>720</height>
  <texture>#xfactor.currentthumb</texture>
  <visible>[Control.HasFocus(77022)]+player.hasmedia</visible>
  <animation effect="fade" start="10" end="100" time="1000" delay="80" reversible="false">Visible</animation>
  <animation effect="fade" start="100" end="0" time="900" reversible="false">Hidden</animation>
  <animation effect="zoom" start="100,100" end="103,103" center="640,360" time="1200" delay="80" reversible="false">Visible</animation>
  <animation effect="zoom" start="103,103" end="100,100" center="640,360" time="900" reversible="false">Hidden</animation>
  <!--<animation effect="fade" time="400" reversible="false">VisibleChange</animation>-->
</control>
 
<control>
  <description>BACKGROUND 10</description>
  <id>0</id>
  <type>multiimage</type>
  <posx>0</posx>
  <posy>0</posy>
  <width>1280</width>
  <height>720</height>
  <imagepath>C:\Program Files\Team MediaPortal\MediaPortal\skin\XFactor\Media\Animations\movies\New Folder</imagepath>
  <timeperimage>60000</timeperimage>
  <fadetime>1000</fadetime>
  <loop>yes</loop>
  <randomize>True</randomize>
  <visible>Control.HasFocus(63700)</visible>
  <animation effect="fade" start="10" end="100" time="1000" delay="80" reversible="false">Visible</animation>
  <animation effect="fade" start="100" end="0" time="900" reversible="false">Hidden</animation>
  <animation effect="zoom" start="100,100" end="103,103" center="640,360" time="1200" delay="80" reversible="false">Visible</animation>
  <animation effect="zoom" start="103,103" end="100,100" center="640,360" time="900" reversible="false">Hidden</animation>
  <!--<animation effect="fade" time="400" reversible="false">VisibleChange</animation>-->
</control>
 
<control>
  <description>BACKGROUND 11</description>
  <id>0</id>
  <type>image</type>
  <posx>0</posx>
  <posy>0</posy>
  <width>1280</width>
  <height>720</height>
  <texture>Animations//C:\Program Files\Team MediaPortal\MediaPortal\skin\XFactor\Media\Animations\INF\default.png</texture>
  <visible>Control.HasFocus(77052)</visible>
  <animation effect="fade" start="10" end="100" time="1000" delay="80" reversible="false">Visible</animation>
  <animation effect="fade" start="100" end="0" time="900" reversible="false">Hidden</animation>
  <animation effect="zoom" start="100,100" end="103,103" center="640,360" time="1200" delay="80" reversible="false">Visible</animation>
  <animation effect="zoom" start="103,103" end="100,100" center="640,360" time="900" reversible="false">Hidden</animation>
  <!--<animation effect="fade" time="400" reversible="false">VisibleChange</animation>-->
</control>
 
<control>
  <description>BACKGROUND 12</description>
  <id>0</id>
  <type>image</type>
  <posx>0</posx>
  <posy>0</posy>
  <width>1280</width>
  <height>720</height>
  <texture>Animations//weatherbg//#infoservice.weather.today.img.small.filenamewithoutext//weather.jpg</texture>
  <visible>Control.HasFocus(65700)</visible>
  <animation effect="fade" start="10" end="100" time="1000" delay="80" reversible="false">Visible</animation>
  <animation effect="fade" start="100" end="0" time="900" reversible="false">Hidden</animation>
  <animation effect="zoom" start="100,100" end="103,103" center="640,360" time="1200" delay="80" reversible="false">Visible</animation>
  <animation effect="zoom" start="103,103" end="100,100" center="640,360" time="900" reversible="false">Hidden</animation>
  <!--<animation effect="fade" time="400" reversible="false">VisibleChange</animation>-->
</control>
 
<control>
  <description>BACKGROUND 13</description>
  <id>0</id>
  <type>multiimage</type>
  <posx>0</posx>
  <posy>0</posy>
  <width>1280</width>
  <height>720</height>
  <imagepath>C:\Program Files\Team MediaPortal\MediaPortal\skin\XFactor\Media\Animations\beyondtv</imagepath>
  <timeperimage>60000</timeperimage>
  <fadetime>1000</fadetime>
  <loop>yes</loop>
  <randomize>True</randomize>
  <visible>Control.HasFocus(64702)</visible>
  <animation effect="fade" start="10" end="100" time="1000" delay="80" reversible="false">Visible</animation>
  <animation effect="fade" start="100" end="0" time="900" reversible="false">Hidden</animation>
  <animation effect="zoom" start="100,100" end="103,103" center="640,360" time="1200" delay="80" reversible="false">Visible</animation>
  <animation effect="zoom" start="103,103" end="100,100" center="640,360" time="900" reversible="false">Hidden</animation>
  <!--<animation effect="fade" time="400" reversible="false">VisibleChange</animation>-->
</control>
 
<control>
  <description>BACKGROUND 14</description>
  <id>0</id>
  <type>multiimage</type>
  <posx>0</posx>
  <posy>0</posy>
  <width>1280</width>
  <height>720</height>
  <imagepath>C:\Program Files\Team MediaPortal\MediaPortal\skin\XFactor\Media\Animations\movies</imagepath>
  <timeperimage>60000</timeperimage>
  <fadetime>1000</fadetime>
  <loop>yes</loop>
  <randomize>True</randomize>
  <visible>Control.HasFocus(77032)</visible>
  <animation effect="fade" start="10" end="100" time="1000" delay="80" reversible="false">Visible</animation>
  <animation effect="fade" start="100" end="0" time="900" reversible="false">Hidden</animation>
  <animation effect="zoom" start="100,100" end="103,103" center="640,360" time="1200" delay="80" reversible="false">Visible</animation>
  <animation effect="zoom" start="103,103" end="100,100" center="640,360" time="900" reversible="false">Hidden</animation>
  <!--<animation effect="fade" time="400" reversible="false">VisibleChange</animation>-->
</control>
 
<control>
  <description>BACKGROUND 15</description>
  <id>0</id>
  <type>multiimage</type>
  <posx>0</posx>
  <posy>0</posy>
  <width>1280</width>
  <height>720</height>
  <imagepath>C:\Program Files\Team MediaPortal\MediaPortal\skin\XFactor\Media\Animations\lastfm</imagepath>
  <timeperimage>60000</timeperimage>
  <fadetime>1000</fadetime>
  <loop>yes</loop>
  <randomize>True</randomize>
  <visible>Control.HasFocus(62700)</visible>
  <animation effect="fade" start="10" end="100" time="1000" delay="80" reversible="false">Visible</animation>
  <animation effect="fade" start="100" end="0" time="900" reversible="false">Hidden</animation>
  <animation effect="zoom" start="100,100" end="103,103" center="640,360" time="1200" delay="80" reversible="false">Visible</animation>
  <animation effect="zoom" start="103,103" end="100,100" center="640,360" time="900" reversible="false">Hidden</animation>
  <!--<animation effect="fade" time="400" reversible="false">VisibleChange</animation>-->
</control>
 

<control>
  <description>Menu Background</description>
  <type>image</type>
  <id>5002</id>
  <posX>0</posX>
  <posY>595</posY>
  <width>1280</width>
  <height>80</height>
  <texture>menu_bg.png</texture>
  <visible>!Control.HasFocus(7888)+!Control.HasFocus(7999)+!Control.HasFocus(7777)</visible>
</control>
 
<control>
  <description>Submeny bg</description>
  <type>image</type>
  <id>0</id>
  <posX>0</posX>
  <posY>455</posY>
  <width>1280</width>
  <height>30</height>
  <texture>submenu_bg.png</texture>
  <animation effect="slide" start="0,30" time="200" acceleration="-0.1" reversible="false">visiblechange</animation>
  <visible>![window.istopmost(0)|window.istopmost(34)]+![control.hasfocus(77012)|control.hasfocus(77022)|control.hasfocus(77032)|control.hasfocus(77042)|control.hasfocus(77052)|control.hasfocus(77062)|control.hasfocus(91111)|control.hasfocus(73071091)]</visible>
</control>
 
<control>
  <description>feed image</description>
  <type>button</type>
  <id>91111</id>
  <width>60</width>
  <height>24</height>
  <posY>636</posY>
  <posX>1</posX>
  <hyperlink>16001</hyperlink>
  <textureFocus>#infoservice.feed.img</textureFocus>
  <textureNoFocus>#infoservice.feed.img</textureNoFocus>
  <onup>77042</onup>
  <ondown>73071091</ondown>
  <onleft>91111</onleft>
  <onright>91111</onright>
  <visible>plugin.isenabled(InfoService)</visible>
</control>
 
<control>
  <description>Rss Image focus</description>
  <type>image</type>
  <id>0</id>
  <width>62</width>
  <height>26</height>
  <posY>635</posY>
  <posX>0</posX>
  <texture>cd_glass_frame.png</texture>
  <visible>plugin.isenabled(InfoService)+control.hasfocus(91111)</visible>
</control>
 
<control>
  <description>RSS Items</description>
  <type>fadelabel</type>
  <id>0</id>
  <width>1250</width>
  <height>50</height>
  <posY>636</posY>
  <posX>70</posX>	
  <font>xfactorTC12</font>
  <textcolor>ffffffff</textcolor>
  <label>#infoservice.feed.titles</label>
  <animation effect="fade" start="0" end="20" time="10" reversible="false">WindowOpen</animation>
  <visible>plugin.isenabled(InfoService)</visible>
</control>
 
<control>
  <description>Bg Now Playing Top Line</description>
  <type>image</type>
  <id>0</id>
  <posX>0</posX>
  <posY>451</posY>
  <width>1280</width>
  <height>8</height>
  <texture>top.png</texture>
  <animation effect="slide" start="0,27" time="200" acceleration="-0.1" reversible="false">visiblechange</animation>
  <visible>![window.istopmost(0)|window.istopmost(34)]+![control.hasfocus(77012)|control.hasfocus(77022)|control.hasfocus(77032)|control.hasfocus(77042)|control.hasfocus(77052)|control.hasfocus(77062)|control.hasfocus(91111)|control.hasfocus(73071091)]</visible>
</control>
 
<control>
  <description>Bg Now Playing Top Line</description>
  <type>image</type>
  <id>0</id>
  <posX>0</posX>
  <posY>482</posY>
  <width>1280</width>
  <height>3</height>
  <texture>top.png</texture>
  <visible>![window.istopmost(0)|window.istopmost(34)]</visible>
</control>
 
<control>
  <description>Bg Now Playing Top Line</description>
  <type>image</type>
  <id>0</id>
  <posX>0</posX>
  <posY>478</posY>
  <width>1280</width>
  <height>8</height>
  <texture>top.png</texture>
  <visible>![window.istopmost(0)|window.istopmost(34)]+[control.hasfocus(77012)|control.hasfocus(77022)|control.hasfocus(77032)|control.hasfocus(77042)|control.hasfocus(77052)|control.hasfocus(77062)|control.hasfocus(91111)|control.hasfocus(73071091)]</visible>
</control>
 
<control>
  <description>Bg Now Playing Bottom Line</description>
  <type>image</type>
  <id>0</id>
  <posX>0</posX>
  <posY>660</posY>
  <width>1280</width>
  <height>8</height>
  <texture>top.png</texture>
  <visible>![window.istopmost(0)|window.istopmost(34)]</visible>
</control>
 
<control>
  <description>Bg black behind images</description>
  <type>image</type>
  <id>0</id>
  <posX>0</posX>
  <posY>485</posY>
  <width>1280</width>
  <height>110</height>
  <texture>background.png</texture>
</control>
 
<control>
  <description>Menu Image No Focus 1</description>
  <type>image</type>
  <id>0</id>
  <posX>0</posX>
  <posY>485</posY>
  <width>214</width>
  <height>110</height>
  <texture flipY="true" diffuse="Thumb_Mask.png">C:\Program Files\Team MediaPortal\MediaPortal\skin\XFactor\Media\Animations\aquarium\aq_bw.png</texture>
</control>
 
<control>
  <description>Menu Image Focus 1</description>
  <type>image</type>
  <id>0</id>
  <posX>0</posX>
  <posY>485</posY>
  <width>214</width>
  <height>110</height>
  <texture flipY="true" diffuse="Thumb_Mask.png">C:\Program Files\Team MediaPortal\MediaPortal\skin\XFactor\Media\Animations\aquarium\aq_bw_color.png</texture>
  <visible>Control.HasFocus(77012)|Control.HasFocus(61700)|Control.HasFocus(61800)</visible>
  <animation effect="fade" start="0" end="100" time="350" reversible="false">Visible</animation>
  <animation effect="fade" start="100" end="0" time="200" delay="200" reversible="false">Hidden</animation>
</control>
 
<control>
  <description>Menu 1</description>
  <type>button</type>
  <id>77012</id>
  <posX>0</posX>
  <posY>485</posY>
  <width>214</width>
  <height>110</height>
  <textureFocus>-</textureFocus>
  <textureNoFocus>-</textureNoFocus>
  <textalign>center</textalign>
  <hyperlink>5687</hyperlink>
  <hover>-</hover>
  <onleft>77062</onleft>
  <onright>77022</onright>
  <onup>61700</onup>
  <ondown>91111</ondown>
</control>
 
<control>
  <description>Menu 1 Label</description>
  <id>6002</id>
  <type>label</type>
  <posX>0</posX>
  <posY>593</posY>
  <width>215</width>
  <height>50</height>
  <align>center</align>
  <font>font14</font>
  <textcolor>ff000000</textcolor>
  <label>Aquarium</label>
  <visible>!Control.HasFocus(7888)+!Control.HasFocus(7999)+!Control.HasFocus(7777)</visible>
</control>
 
<control>
  <description>Menu 1 Label</description>
  <id>6002</id>
  <type>label</type>
  <posX>0</posX>
  <posY>592</posY>
  <width>214</width>
  <height>50</height>
  <align>center</align>
  <font>font14</font>
  <textcolor>ffffff</textcolor>
  <label>Aquarium</label>
  <visible>!Control.HasFocus(7888)+!Control.HasFocus(7999)+!Control.HasFocus(7777)</visible>
</control>
 
<control>
  <description>Menu Image No Focus 2</description>
  <type>image</type>
  <id>0</id>
  <posX>214</posX>
  <posY>485</posY>
  <width>214</width>
  <height>110</height>
  <texture flipY="true" diffuse="Thumb_Mask.png">menu_music.png</texture>
</control>
 
<control>
  <description>Menu Image Focus 2</description>
  <type>image</type>
  <id>0</id>
  <posX>214</posX>
  <posY>485</posY>
  <width>214</width>
  <height>110</height>
  <texture flipY="true" diffuse="Thumb_Mask.png">menu_music_color.png</texture>
  <visible>Control.HasFocus(77022)|Control.HasFocus(62700)|Control.HasFocus(62800)|Control.HasFocus(62701)|Control.HasFocus(62801)|Control.HasFocus(62702)|Control.HasFocus(62802)</visible>
  <animation effect="fade" start="0" end="100" time="350" reversible="false">Visible</animation>
  <animation effect="fade" start="100" end="0" time="200" delay="200" reversible="false">Hidden</animation>
</control>
 
<control>
  <description>Menu 2</description>
  <type>button</type>
  <id>77022</id>
  <posX>214</posX>
  <posY>485</posY>
  <width>214</width>
  <height>110</height>
  <textureFocus>-</textureFocus>
  <textureNoFocus>-</textureNoFocus>
  <textalign>center</textalign>
  <hyperlink>7890</hyperlink>
  <hover>-</hover>
  <onleft>77012</onleft>
  <onright>77032</onright>
  <onup>62700</onup>
  <ondown>91111</ondown>
</control>
 
<control>
  <description>Menu 2 Label</description>
  <id>6005</id>
  <type>label</type>
  <posX>214</posX>
  <posY>593</posY>
  <width>215</width>
  <height>50</height>
  <align>center</align>
  <font>font14</font>
  <textcolor>ff000000</textcolor>
  <label>Music</label>
  <visible>!Control.HasFocus(7888)+!Control.HasFocus(7999)+!Control.HasFocus(7777)</visible>
</control>
 
<control>
  <description>Menu 2 Label</description>
  <id>6005</id>
  <type>label</type>
  <posX>214</posX>
  <posY>592</posY>
  <width>214</width>
  <height>50</height>
  <align>center</align>
  <font>font14</font>
  <textcolor>ffffff</textcolor>
  <label>Music</label>
  <visible>!Control.HasFocus(7888)+!Control.HasFocus(7999)+!Control.HasFocus(7777)</visible>
</control>
 
<control>
  <description>Menu Image No Focus 3</description>
  <type>image</type>
  <id>0</id>
  <posX>428</posX>
  <posY>485</posY>
  <width>214</width>
  <height>110</height>
  <texture flipY="true" diffuse="Thumb_Mask.png">menu_movie.png</texture>
</control>
 
<control>
  <description>Menu Image Focus 3</description>
  <type>image</type>
  <id>0</id>
  <posX>428</posX>
  <posY>485</posY>
  <width>214</width>
  <height>110</height>
  <texture flipY="true" diffuse="Thumb_Mask.png">menu_movie_color.png</texture>
  <visible>Control.HasFocus(77032)|Control.HasFocus(63700)|Control.HasFocus(63800)</visible>
  <animation effect="fade" start="0" end="100" time="350" reversible="false">Visible</animation>
  <animation effect="fade" start="100" end="0" time="200" delay="200" reversible="false">Hidden</animation>
</control>
 
<control>
  <description>Menu 3</description>
  <type>button</type>
  <id>77032</id>
  <posX>428</posX>
  <posY>485</posY>
  <width>214</width>
  <height>110</height>
  <textureFocus>-</textureFocus>
  <textureNoFocus>-</textureNoFocus>
  <textalign>center</textalign>
  <hyperlink>96742</hyperlink>
  <hover>-</hover>
  <onleft>77022</onleft>
  <onright>77042</onright>
  <onup>63700</onup>
  <ondown>91111</ondown>
</control>
 
<control>
  <description>Menu 3 Label</description>
  <id>6008</id>
  <type>label</type>
  <posX>428</posX>
  <posY>593</posY>
  <width>215</width>
  <height>50</height>
  <align>center</align>
  <font>font14</font>
  <textcolor>ff000000</textcolor>
  <label>Movies</label>
  <visible>!Control.HasFocus(7888)+!Control.HasFocus(7999)+!Control.HasFocus(7777)</visible>
</control>
 
<control>
  <description>Menu 3 Label</description>
  <id>6008</id>
  <type>label</type>
  <posX>428</posX>
  <posY>592</posY>
  <width>214</width>
  <height>50</height>
  <align>center</align>
  <font>font14</font>
  <textcolor>ffffff</textcolor>
  <label>Movies</label>
  <visible>!Control.HasFocus(7888)+!Control.HasFocus(7999)+!Control.HasFocus(7777)</visible>
</control>
 
<control>
  <description>Menu Image No Focus 4</description>
  <type>image</type>
  <id>0</id>
  <posX>642</posX>
  <posY>485</posY>
  <width>214</width>
  <height>110</height>
  <texture flipY="true" diffuse="Thumb_Mask.png">menu_tv.png</texture>
</control>
 
<control>
  <description>Menu Image Focus 4</description>
  <type>image</type>
  <id>0</id>
  <posX>642</posX>
  <posY>485</posY>
  <width>214</width>
  <height>110</height>
  <texture flipY="true" diffuse="Thumb_Mask.png">menu_tv_color.png</texture>
  <visible>Control.HasFocus(77042)|Control.HasFocus(64700)|Control.HasFocus(64800)|Control.HasFocus(64701)|Control.HasFocus(64801)|Control.HasFocus(64702)|Control.HasFocus(64802)</visible>
  <animation effect="fade" start="0" end="100" time="350" reversible="false">Visible</animation>
  <animation effect="fade" start="100" end="0" time="200" delay="200" reversible="false">Hidden</animation>
</control>
 
<control>
  <description>Menu 4</description>
  <type>button</type>
  <id>77042</id>
  <posX>642</posX>
  <posY>485</posY>
  <width>214</width>
  <height>110</height>
  <textureFocus>-</textureFocus>
  <textureNoFocus>-</textureNoFocus>
  <textalign>center</textalign>
  <hyperlink>9811</hyperlink>
  <hover>-</hover>
  <onleft>77032</onleft>
  <onright>77052</onright>
  <onup>64700</onup>
  <ondown>91111</ondown>
</control>
 
<control>
  <description>Menu 4 Label</description>
  <id>60011</id>
  <type>label</type>
  <posX>642</posX>
  <posY>593</posY>
  <width>215</width>
  <height>50</height>
  <align>center</align>
  <font>font14</font>
  <textcolor>ff000000</textcolor>
  <label>TV SHOWS</label>
  <visible>!Control.HasFocus(7888)+!Control.HasFocus(7999)+!Control.HasFocus(7777)</visible>
</control>
 
<control>
  <description>Menu 4 Label</description>
  <id>60011</id>
  <type>label</type>
  <posX>642</posX>
  <posY>592</posY>
  <width>214</width>
  <height>50</height>
  <align>center</align>
  <font>font14</font>
  <textcolor>ffffff</textcolor>
  <label>TV SHOWS</label>
  <visible>!Control.HasFocus(7888)+!Control.HasFocus(7999)+!Control.HasFocus(7777)</visible>
</control>
 
<control>
  <description>Menu Image No Focus 5</description>
  <type>image</type>
  <id>0</id>
  <posX>856</posX>
  <posY>485</posY>
  <width>214</width>
  <height>110</height>
  <texture flipY="true" diffuse="Thumb_Mask.png">C:\Program Files\Team MediaPortal\MediaPortal\skin\XFactor\Media\menu_programs.png</texture>
</control>
 
<control>
  <description>Menu Image Focus 5</description>
  <type>image</type>
  <id>0</id>
  <posX>856</posX>
  <posY>485</posY>
  <width>214</width>
  <height>110</height>
  <texture flipY="true" diffuse="Thumb_Mask.png">C:\Program Files\Team MediaPortal\MediaPortal\skin\XFactor\Media\menu_programs_color.png</texture>
  <visible>Control.HasFocus(77052)|Control.HasFocus(65700)|Control.HasFocus(65800)|Control.HasFocus(65701)|Control.HasFocus(65801)</visible>
  <animation effect="fade" start="0" end="100" time="350" reversible="false">Visible</animation>
  <animation effect="fade" start="100" end="0" time="200" delay="200" reversible="false">Hidden</animation>
</control>
 
<control>
  <description>Menu 5</description>
  <type>button</type>
  <id>77052</id>
  <posX>856</posX>
  <posY>485</posY>
  <width>214</width>
  <height>110</height>
  <textureFocus>-</textureFocus>
  <textureNoFocus>-</textureNoFocus>
  <textalign>center</textalign>
  <hyperlink>2600</hyperlink>
  <hover>-</hover>
  <onleft>77042</onleft>
  <onright>77062</onright>
  <onup>65700</onup>
  <ondown>91111</ondown>
</control>
 
<control>
  <description>Menu 5 Label</description>
  <id>60014</id>
  <type>label</type>
  <posX>856</posX>
  <posY>593</posY>
  <width>215</width>
  <height>50</height>
  <align>center</align>
  <font>font14</font>
  <textcolor>ff000000</textcolor>
  <label>INFO</label>
  <visible>!Control.HasFocus(7888)+!Control.HasFocus(7999)+!Control.HasFocus(7777)</visible>
</control>
 
<control>
  <description>Menu 5 Label</description>
  <id>60014</id>
  <type>label</type>
  <posX>856</posX>
  <posY>592</posY>
  <width>214</width>
  <height>50</height>
  <align>center</align>
  <font>font14</font>
  <textcolor>ffffff</textcolor>
  <label>INFO</label>
  <visible>!Control.HasFocus(7888)+!Control.HasFocus(7999)+!Control.HasFocus(7777)</visible>
</control>
 
<control>
  <description>Menu Image No Focus 6</description>
  <type>image</type>
  <id>0</id>
  <posX>1070</posX>
  <posY>485</posY>
  <width>214</width>
  <height>110</height>
  <texture flipY="true" diffuse="Thumb_Mask.png">menu_shutdown.png</texture>
</control>
 
<control>
  <description>Menu Image Focus 6</description>
  <type>image</type>
  <id>0</id>
  <posX>1070</posX>
  <posY>485</posY>
  <width>214</width>
  <height>110</height>
  <texture flipY="true" diffuse="Thumb_Mask.png">menu_shutdown_color.png</texture>
  <visible>Control.HasFocus(77062)|Control.HasFocus(66700)|Control.HasFocus(66800)|Control.HasFocus(66701)|Control.HasFocus(66801)|Control.HasFocus(66702)|Control.HasFocus(66802)</visible>
  <animation effect="fade" start="0" end="100" time="350" reversible="false">Visible</animation>
  <animation effect="fade" start="100" end="0" time="200" delay="200" reversible="false">Hidden</animation>
</control>
 
<control>
  <description>Menu 6</description>
  <type>button</type>
  <id>77062</id>
  <posX>1070</posX>
  <posY>485</posY>
  <width>214</width>
  <height>110</height>
  <textureFocus>-</textureFocus>
  <textureNoFocus>-</textureNoFocus>
  <textalign>center</textalign>
  <hyperlink>4</hyperlink>
  <hover>-</hover>
  <onleft>77052</onleft>
  <onright>77012</onright>
  <onup>66700</onup>
  <ondown>91111</ondown>
</control>
 
<control>
  <description>Menu 6 Label</description>
  <id>60017</id>
  <type>label</type>
  <posX>1070</posX>
  <posY>593</posY>
  <width>215</width>
  <height>50</height>
  <align>center</align>
  <font>font14</font>
  <textcolor>ff000000</textcolor>
  <label>SETTINGS</label>
  <visible>!Control.HasFocus(7888)+!Control.HasFocus(7999)+!Control.HasFocus(7777)</visible>
</control>
 
<control>
  <description>Menu 6 Label</description>
  <id>60017</id>
  <type>label</type>
  <posX>1070</posX>
  <posY>592</posY>
  <width>214</width>
  <height>50</height>
  <align>center</align>
  <font>font14</font>
  <textcolor>ffffff</textcolor>
  <label>SETTINGS</label>
  <visible>!Control.HasFocus(7888)+!Control.HasFocus(7999)+!Control.HasFocus(7777)</visible>
</control>
 
<control>
<description>Aquarium</description>
<type>button</type>
<id>61700</id>
<posX>0</posX>
<posY>0</posY>
<width>320</width>
<height>72</height>
<textureFocus>-</textureFocus>
<textureNoFocus>-</textureNoFocus>
  <hyperlink>5687</hyperlink>
<hover>-</hover>
<onleft>61700</onleft>
<onright>61700</onright>
<onup>17</onup>
<ondown>77012</ondown>
<visible>Control.IsVisible(61700)</visible>
</control>

<control>
<description>Aquarium</description>
<type>label</type>
<posX>481</posX>
<posY>436</posY>
<width>320</width>
<height>72</height>
<textcolor>ff000000</textcolor>
<font>xfactorTC12</font>
<align>center</align>
<label>Aquarium</label>
<visible>Control.HasFocus(61700)</visible>
  <animation effect="fade" start="0" end="100" time="300" acceleration="-0.1" reversible="false">visiblechange</animation>
</control>

<control>
<description>Aquarium</description>
<type>label</type>
<posX>480</posX>
<posY>435</posY>
<width>320</width>
<height>72</height>
<textcolor>ffffffff</textcolor>
<font>xfactorTC12</font>
<align>center</align>
<label>Aquarium</label>
<visible>Control.HasFocus(61700)</visible>
  <animation effect="fade" start="0" end="100" time="300" acceleration="-0.1" reversible="false">visiblechange</animation>
</control>

<control>
<description>Last FM</description>
<type>button</type>
<id>62700</id>
<posX>0</posX>
<posY>0</posY>
<width>320</width>
<height>72</height>
<textureFocus>-</textureFocus>
<textureNoFocus>-</textureNoFocus>
  <hyperlink>7890</hyperlink>
<hover>-</hover>
<onleft>62701</onleft>
<onright>62702</onright>
<onup>17</onup>
<ondown>77022</ondown>
<visible>Control.IsVisible(62700)</visible>
</control>

<control>
<description>Last FM</description>
<type>label</type>
<posX>481</posX>
<posY>436</posY>
<width>320</width>
<height>72</height>
<textcolor>ff000000</textcolor>
<font>xfactorTC12</font>
<align>center</align>
<label>Last FM</label>
<visible>Control.HasFocus(62700)</visible>
  <animation effect="fade" start="0" end="100" time="300" acceleration="-0.1" reversible="false">visiblechange</animation>
</control>

<control>
<description>Last FM</description>
<type>label</type>
<posX>480</posX>
<posY>435</posY>
<width>320</width>
<height>72</height>
<textcolor>ffffffff</textcolor>
<font>xfactorTC12</font>
<align>center</align>
<label>Last FM</label>
<visible>Control.HasFocus(62700)</visible>
  <animation effect="fade" start="0" end="100" time="300" acceleration="-0.1" reversible="false">visiblechange</animation>
</control>

<control>
<description>Last FM</description>
<type>label</type>
<posX>480</posX>
<posY>435</posY>
<width>320</width>
<height>72</height>
<textcolor>80FFFFFF</textcolor>
<font>xfactorTC12</font>
<align>center</align>
<label>Last FM</label>
<visible>Control.HasFocus(62701)|Control.HasFocus(62702)</visible>
  <animation effect="fade" start="0" end="100" time="300" acceleration="-0.1" reversible="false">visiblechange</animation>
</control>

<control>
<description>CONCERTS</description>
<type>button</type>
<id>62701</id>
<posX>0</posX>
<posY>0</posY>
<width>320</width>
<height>72</height>
<textureFocus>-</textureFocus>
<textureNoFocus>-</textureNoFocus>
  <hyperlink>880</hyperlink>
<hover>-</hover>
<onleft>62702</onleft>
<onright>62700</onright>
<onup>17</onup>
<ondown>77022</ondown>
<visible>Control.IsVisible(62701)</visible>
</control>

<control>
<description>CONCERTS</description>
<type>label</type>
<posX>81</posX>
<posY>436</posY>
<width>320</width>
<height>72</height>
<textcolor>ff000000</textcolor>
<font>xfactorTC12</font>
<align>center</align>
<label>CONCERTS</label>
<visible>Control.HasFocus(62701)</visible>
  <animation effect="fade" start="0" end="100" time="300" acceleration="-0.1" reversible="false">visiblechange</animation>
</control>

<control>
<description>CONCERTS</description>
<type>label</type>
<posX>80</posX>
<posY>435</posY>
<width>320</width>
<height>72</height>
<textcolor>ffffffff</textcolor>
<font>xfactorTC12</font>
<align>center</align>
<label>CONCERTS</label>
<visible>Control.HasFocus(62701)</visible>
  <animation effect="fade" start="0" end="100" time="300" acceleration="-0.1" reversible="false">visiblechange</animation>
</control>

<control>
<description>CONCERTS</description>
<type>label</type>
<posX>80</posX>
<posY>435</posY>
<width>320</width>
<height>72</height>
<textcolor>80FFFFFF</textcolor>
<font>xfactorTC12</font>
<align>center</align>
<label>CONCERTS</label>
<visible>Control.HasFocus(62700)|Control.HasFocus(62702)</visible>
  <animation effect="fade" start="0" end="100" time="300" acceleration="-0.1" reversible="false">visiblechange</animation>
</control>

<control>
<description>Now Playing</description>
<type>button</type>
<id>62702</id>
<posX>0</posX>
<posY>0</posY>
<width>320</width>
<height>72</height>
<textureFocus>-</textureFocus>
<textureNoFocus>-</textureNoFocus>
  <hyperlink>510</hyperlink>
<hover>-</hover>
<onleft>62700</onleft>
<onright>62701</onright>
<onup>17</onup>
<ondown>77022</ondown>
<visible>Control.IsVisible(62702)</visible>
</control>

<control>
<description>Now Playing</description>
<type>label</type>
<posX>881</posX>
<posY>436</posY>
<width>320</width>
<height>72</height>
<textcolor>ff000000</textcolor>
<font>xfactorTC12</font>
<align>center</align>
<label>Now Playing</label>
<visible>Control.HasFocus(62702)</visible>
  <animation effect="fade" start="0" end="100" time="300" acceleration="-0.1" reversible="false">visiblechange</animation>
</control>

<control>
<description>Now Playing</description>
<type>label</type>
<posX>880</posX>
<posY>435</posY>
<width>320</width>
<height>72</height>
<textcolor>ffffffff</textcolor>
<font>xfactorTC12</font>
<align>center</align>
<label>Now Playing</label>
<visible>Control.HasFocus(62702)</visible>
  <animation effect="fade" start="0" end="100" time="300" acceleration="-0.1" reversible="false">visiblechange</animation>
</control>

<control>
<description>Now Playing</description>
<type>label</type>
<posX>880</posX>
<posY>435</posY>
<width>320</width>
<height>72</height>
<textcolor>80FFFFFF</textcolor>
<font>xfactorTC12</font>
<align>center</align>
<label>Now Playing</label>
<visible>Control.HasFocus(62700)|Control.HasFocus(62701)</visible>
  <animation effect="fade" start="0" end="100" time="300" acceleration="-0.1" reversible="false">visiblechange</animation>
</control>

<control>
<description>Movies</description>
<type>button</type>
<id>63700</id>
<posX>0</posX>
<posY>0</posY>
<width>320</width>
<height>72</height>
<textureFocus>-</textureFocus>
<textureNoFocus>-</textureNoFocus>
  <hyperlink>96742</hyperlink>
<hover>-</hover>
<onleft>63700</onleft>
<onright>63700</onright>
<onup>17</onup>
<ondown>77032</ondown>
<visible>Control.IsVisible(63700)</visible>
</control>

<control>
<description>Movies</description>
<type>label</type>
<posX>481</posX>
<posY>436</posY>
<width>320</width>
<height>72</height>
<textcolor>ff000000</textcolor>
<font>xfactorTC12</font>
<align>center</align>
<label>Movies</label>
<visible>Control.HasFocus(63700)</visible>
  <animation effect="fade" start="0" end="100" time="300" acceleration="-0.1" reversible="false">visiblechange</animation>
</control>

<control>
<description>Movies</description>
<type>label</type>
<posX>480</posX>
<posY>435</posY>
<width>320</width>
<height>72</height>
<textcolor>ffffffff</textcolor>
<font>xfactorTC12</font>
<align>center</align>
<label>Movies</label>
<visible>Control.HasFocus(63700)</visible>
  <animation effect="fade" start="0" end="100" time="300" acceleration="-0.1" reversible="false">visiblechange</animation>
</control>

<control>
<description>TV Series</description>
<type>button</type>
<id>64700</id>
<posX>0</posX>
<posY>0</posY>
<width>320</width>
<height>72</height>
<textureFocus>-</textureFocus>
<textureNoFocus>-</textureNoFocus>
  <hyperlink>9811</hyperlink>
<hover>-</hover>
<onleft>64701</onleft>
<onright>64702</onright>
<onup>17</onup>
<ondown>77042</ondown>
<visible>Control.IsVisible(64700)</visible>
</control>

<control>
<description>TV Series</description>
<type>label</type>
<posX>481</posX>
<posY>436</posY>
<width>320</width>
<height>72</height>
<textcolor>ff000000</textcolor>
<font>xfactorTC12</font>
<align>center</align>
<label>TV Series</label>
<visible>Control.HasFocus(64700)</visible>
  <animation effect="fade" start="0" end="100" time="300" acceleration="-0.1" reversible="false">visiblechange</animation>
</control>

<control>
<description>TV Series</description>
<type>label</type>
<posX>480</posX>
<posY>435</posY>
<width>320</width>
<height>72</height>
<textcolor>ffffffff</textcolor>
<font>xfactorTC12</font>
<align>center</align>
<label>TV Series</label>
<visible>Control.HasFocus(64700)</visible>
  <animation effect="fade" start="0" end="100" time="300" acceleration="-0.1" reversible="false">visiblechange</animation>
</control>

<control>
<description>TV Series</description>
<type>label</type>
<posX>480</posX>
<posY>435</posY>
<width>320</width>
<height>72</height>
<textcolor>80FFFFFF</textcolor>
<font>xfactorTC12</font>
<align>center</align>
<label>TV Series</label>
<visible>Control.HasFocus(64701)|Control.HasFocus(64702)</visible>
  <animation effect="fade" start="0" end="100" time="300" acceleration="-0.1" reversible="false">visiblechange</animation>
</control>

<control>
<description>Now Playing</description>
<type>button</type>
<id>64701</id>
<posX>0</posX>
<posY>0</posY>
<width>320</width>
<height>72</height>
<textureFocus>-</textureFocus>
<textureNoFocus>-</textureNoFocus>
  <action>18</action>
<hover>-</hover>
<onleft>64702</onleft>
<onright>64700</onright>
<onup>17</onup>
<ondown>77042</ondown>
<visible>Control.IsVisible(64701)</visible>
</control>

<control>
<description>Now Playing</description>
<type>label</type>
<posX>81</posX>
<posY>436</posY>
<width>320</width>
<height>72</height>
<textcolor>ff000000</textcolor>
<font>xfactorTC12</font>
<align>center</align>
<label>Now Playing</label>
<visible>Control.HasFocus(64701)</visible>
  <animation effect="fade" start="0" end="100" time="300" acceleration="-0.1" reversible="false">visiblechange</animation>
</control>

<control>
<description>Now Playing</description>
<type>label</type>
<posX>80</posX>
<posY>435</posY>
<width>320</width>
<height>72</height>
<textcolor>ffffffff</textcolor>
<font>xfactorTC12</font>
<align>center</align>
<label>Now Playing</label>
<visible>Control.HasFocus(64701)</visible>
  <animation effect="fade" start="0" end="100" time="300" acceleration="-0.1" reversible="false">visiblechange</animation>
</control>

<control>
<description>Now Playing</description>
<type>label</type>
<posX>80</posX>
<posY>435</posY>
<width>320</width>
<height>72</height>
<textcolor>80FFFFFF</textcolor>
<font>xfactorTC12</font>
<align>center</align>
<label>Now Playing</label>
<visible>Control.HasFocus(64700)|Control.HasFocus(64702)</visible>
  <animation effect="fade" start="0" end="100" time="300" acceleration="-0.1" reversible="false">visiblechange</animation>
</control>

<control>
<description>BeyondTV</description>
<type>button</type>
<id>64702</id>
<posX>0</posX>
<posY>0</posY>
<width>320</width>
<height>72</height>
<textureFocus>-</textureFocus>
<textureNoFocus>-</textureNoFocus>
  <hyperlink>2046</hyperlink>
<hover>-</hover>
<onleft>64700</onleft>
<onright>64701</onright>
<onup>17</onup>
<ondown>77042</ondown>
<visible>Control.IsVisible(64702)</visible>
</control>

<control>
<description>BeyondTV</description>
<type>label</type>
<posX>881</posX>
<posY>436</posY>
<width>320</width>
<height>72</height>
<textcolor>ff000000</textcolor>
<font>xfactorTC12</font>
<align>center</align>
<label>BeyondTV</label>
<visible>Control.HasFocus(64702)</visible>
  <animation effect="fade" start="0" end="100" time="300" acceleration="-0.1" reversible="false">visiblechange</animation>
</control>

<control>
<description>BeyondTV</description>
<type>label</type>
<posX>880</posX>
<posY>435</posY>
<width>320</width>
<height>72</height>
<textcolor>ffffffff</textcolor>
<font>xfactorTC12</font>
<align>center</align>
<label>BeyondTV</label>
<visible>Control.HasFocus(64702)</visible>
  <animation effect="fade" start="0" end="100" time="300" acceleration="-0.1" reversible="false">visiblechange</animation>
</control>

<control>
<description>BeyondTV</description>
<type>label</type>
<posX>880</posX>
<posY>435</posY>
<width>320</width>
<height>72</height>
<textcolor>80FFFFFF</textcolor>
<font>xfactorTC12</font>
<align>center</align>
<label>BeyondTV</label>
<visible>Control.HasFocus(64700)|Control.HasFocus(64701)</visible>
  <animation effect="fade" start="0" end="100" time="300" acceleration="-0.1" reversible="false">visiblechange</animation>
</control>

<control>
<description>Weather</description>
<type>button</type>
<id>65700</id>
<posX>0</posX>
<posY>0</posY>
<width>320</width>
<height>72</height>
<textureFocus>-</textureFocus>
<textureNoFocus>-</textureNoFocus>
  <hyperlink>2600</hyperlink>
<hover>-</hover>
<onleft>65701</onleft>
<onright>65701</onright>
<onup>17</onup>
<ondown>77052</ondown>
<visible>Control.IsVisible(65700)</visible>
</control>

<control>
<description>Weather</description>
<type>label</type>
<posX>251</posX>
<posY>436</posY>
<width>320</width>
<height>72</height>
<textcolor>ff000000</textcolor>
<font>xfactorTC12</font>
<align>center</align>
<label>Weather</label>
<visible>Control.HasFocus(65700)</visible>
  <animation effect="fade" start="0" end="100" time="300" acceleration="-0.1" reversible="false">visiblechange</animation>
</control>

<control>
<description>Weather</description>
<type>label</type>
<posX>250</posX>
<posY>435</posY>
<width>320</width>
<height>72</height>
<textcolor>ffffffff</textcolor>
<font>xfactorTC12</font>
<align>center</align>
<label>Weather</label>
<visible>Control.HasFocus(65700)</visible>
  <animation effect="fade" start="0" end="100" time="300" acceleration="-0.1" reversible="false">visiblechange</animation>
</control>

<control>
<description>Weather</description>
<type>label</type>
<posX>250</posX>
<posY>435</posY>
<width>320</width>
<height>72</height>
<textcolor>80FFFFFF</textcolor>
<font>xfactorTC12</font>
<align>center</align>
<label>Weather</label>
<visible>Control.HasFocus(65701)</visible>
  <animation effect="fade" start="0" end="100" time="300" acceleration="-0.1" reversible="false">visiblechange</animation>
</control>

<control>
<description>TORRENTS</description>
<type>button</type>
<id>65701</id>
<posX>0</posX>
<posY>0</posY>
<width>320</width>
<height>72</height>
<textureFocus>-</textureFocus>
<textureNoFocus>-</textureNoFocus>
  <hyperlink>5678</hyperlink>
<hover>-</hover>
<onleft>65700</onleft>
<onright>65700</onright>
<onup>17</onup>
<ondown>77052</ondown>
<visible>Control.IsVisible(65701)</visible>
</control>

<control>
<description>TORRENTS</description>
<type>label</type>
<posX>711</posX>
<posY>436</posY>
<width>320</width>
<height>72</height>
<textcolor>ff000000</textcolor>
<font>xfactorTC12</font>
<align>center</align>
<label>TORRENTS</label>
<visible>Control.HasFocus(65701)</visible>
  <animation effect="fade" start="0" end="100" time="300" acceleration="-0.1" reversible="false">visiblechange</animation>
</control>

<control>
<description>TORRENTS</description>
<type>label</type>
<posX>710</posX>
<posY>435</posY>
<width>320</width>
<height>72</height>
<textcolor>ffffffff</textcolor>
<font>xfactorTC12</font>
<align>center</align>
<label>TORRENTS</label>
<visible>Control.HasFocus(65701)</visible>
  <animation effect="fade" start="0" end="100" time="300" acceleration="-0.1" reversible="false">visiblechange</animation>
</control>

<control>
<description>TORRENTS</description>
<type>label</type>
<posX>710</posX>
<posY>435</posY>
<width>320</width>
<height>72</height>
<textcolor>80FFFFFF</textcolor>
<font>xfactorTC12</font>
<align>center</align>
<label>TORRENTS</label>
<visible>Control.HasFocus(65700)</visible>
  <animation effect="fade" start="0" end="100" time="300" acceleration="-0.1" reversible="false">visiblechange</animation>
</control>

<control>
<description>Settings</description>
<type>button</type>
<id>66700</id>
<posX>0</posX>
<posY>0</posY>
<width>320</width>
<height>72</height>
<textureFocus>-</textureFocus>
<textureNoFocus>-</textureNoFocus>
  <hyperlink>4</hyperlink>
<hover>-</hover>
<onleft>66701</onleft>
<onright>66702</onright>
<onup>17</onup>
<ondown>77062</ondown>
<visible>Control.IsVisible(66700)</visible>
</control>

<control>
<description>Settings</description>
<type>label</type>
<posX>481</posX>
<posY>436</posY>
<width>320</width>
<height>72</height>
<textcolor>ff000000</textcolor>
<font>xfactorTC12</font>
<align>center</align>
<label>Settings</label>
<visible>Control.HasFocus(66700)</visible>
  <animation effect="fade" start="0" end="100" time="300" acceleration="-0.1" reversible="false">visiblechange</animation>
</control>

<control>
<description>Settings</description>
<type>label</type>
<posX>480</posX>
<posY>435</posY>
<width>320</width>
<height>72</height>
<textcolor>ffffffff</textcolor>
<font>xfactorTC12</font>
<align>center</align>
<label>Settings</label>
<visible>Control.HasFocus(66700)</visible>
  <animation effect="fade" start="0" end="100" time="300" acceleration="-0.1" reversible="false">visiblechange</animation>
</control>

<control>
<description>Settings</description>
<type>label</type>
<posX>480</posX>
<posY>435</posY>
<width>320</width>
<height>72</height>
<textcolor>80FFFFFF</textcolor>
<font>xfactorTC12</font>
<align>center</align>
<label>Settings</label>
<visible>Control.HasFocus(66701)|Control.HasFocus(66702)</visible>
  <animation effect="fade" start="0" end="100" time="300" acceleration="-0.1" reversible="false">visiblechange</animation>
</control>

<control>
<description>Plugins</description>
<type>button</type>
<id>66701</id>
<posX>0</posX>
<posY>0</posY>
<width>320</width>
<height>72</height>
<textureFocus>-</textureFocus>
<textureNoFocus>-</textureNoFocus>
  <hyperlink>34</hyperlink>
<hover>-</hover>
<onleft>66702</onleft>
<onright>66700</onright>
<onup>17</onup>
<ondown>77062</ondown>
<visible>Control.IsVisible(66701)</visible>
</control>

<control>
<description>Plugins</description>
<type>label</type>
<posX>81</posX>
<posY>436</posY>
<width>320</width>
<height>72</height>
<textcolor>ff000000</textcolor>
<font>xfactorTC12</font>
<align>center</align>
<label>Plugins</label>
<visible>Control.HasFocus(66701)</visible>
  <animation effect="fade" start="0" end="100" time="300" acceleration="-0.1" reversible="false">visiblechange</animation>
</control>

<control>
<description>Plugins</description>
<type>label</type>
<posX>80</posX>
<posY>435</posY>
<width>320</width>
<height>72</height>
<textcolor>ffffffff</textcolor>
<font>xfactorTC12</font>
<align>center</align>
<label>Plugins</label>
<visible>Control.HasFocus(66701)</visible>
  <animation effect="fade" start="0" end="100" time="300" acceleration="-0.1" reversible="false">visiblechange</animation>
</control>

<control>
<description>Plugins</description>
<type>label</type>
<posX>80</posX>
<posY>435</posY>
<width>320</width>
<height>72</height>
<textcolor>80FFFFFF</textcolor>
<font>xfactorTC12</font>
<align>center</align>
<label>Plugins</label>
<visible>Control.HasFocus(66700)|Control.HasFocus(66702)</visible>
  <animation effect="fade" start="0" end="100" time="300" acceleration="-0.1" reversible="false">visiblechange</animation>
</control>

<control>
<description>Exit</description>
<type>button</type>
<id>66702</id>
<posX>0</posX>
<posY>0</posY>
<width>320</width>
<height>72</height>
<textureFocus>-</textureFocus>
<textureNoFocus>-</textureNoFocus>
  <action>97</action>
<hover>-</hover>
<onleft>66700</onleft>
<onright>66701</onright>
<onup>17</onup>
<ondown>77062</ondown>
<visible>Control.IsVisible(66702)</visible>
</control>

<control>
<description>Exit</description>
<type>label</type>
<posX>881</posX>
<posY>436</posY>
<width>320</width>
<height>72</height>
<textcolor>ff000000</textcolor>
<font>xfactorTC12</font>
<align>center</align>
<label>Exit</label>
<visible>Control.HasFocus(66702)</visible>
  <animation effect="fade" start="0" end="100" time="300" acceleration="-0.1" reversible="false">visiblechange</animation>
</control>

<control>
<description>Exit</description>
<type>label</type>
<posX>880</posX>
<posY>435</posY>
<width>320</width>
<height>72</height>
<textcolor>ffffffff</textcolor>
<font>xfactorTC12</font>
<align>center</align>
<label>Exit</label>
<visible>Control.HasFocus(66702)</visible>
  <animation effect="fade" start="0" end="100" time="300" acceleration="-0.1" reversible="false">visiblechange</animation>
</control>

<control>
<description>Exit</description>
<type>label</type>
<posX>880</posX>
<posY>435</posY>
<width>320</width>
<height>72</height>
<textcolor>80FFFFFF</textcolor>
<font>xfactorTC12</font>
<align>center</align>
<label>Exit</label>
<visible>Control.HasFocus(66700)|Control.HasFocus(66701)</visible>
  <animation effect="fade" start="0" end="100" time="300" acceleration="-0.1" reversible="false">visiblechange</animation>
</control>

<import>common.time.basichome.xml</import>	   
 
<import>common.basichome.weather.xml</import>
 
<import>common.overlay.basichome.xml</import>
 
<import>xfactor.version.xml</import>    
 
</controls>
<animation effect="fade" start="100" end="0" time="350" delay="10" reversible="false">WindowClose</animation>
</window>


Here's a shot of the setup screen:

s1n42r.jpg
 

rekenaar

Retired Team Member
  • Premium Supporter
  • December 17, 2006
    4,421
    805
    Home Country
    South Africa South Africa
    Hi there :)

    Are you perhaps using MP1.1.0beta1?
    If so, did you select the correct menu animation option in the Xfactor Skin Configuration plugin?
     

    chrisworkman

    Portal Pro
    February 9, 2009
    92
    7
    Ohio
    Home Country
    United States of America United States of America
    No...I'm not using the beta. I'm using MP version 1.0.1 and did not select the beta option in the setup for X-Factor. Actually, I tried the beta option just to see and that made things worse.

    Thanks!
     

    rekenaar

    Retired Team Member
  • Premium Supporter
  • December 17, 2006
    4,421
    805
    Home Country
    South Africa South Africa
    Then maybe attach your basichome.xml
    Also a screenshot of your xfactor menueditor.

    Maybe someone can spot the problem.
     

    rekenaar

    Retired Team Member
  • Premium Supporter
  • December 17, 2006
    4,421
    805
    Home Country
    South Africa South Africa
    A few entries does not look nice.
    Example
    <texture>Animations//C:\Program Files\Team MediaPortal\MediaPortal\skin\XFactor\Media\Animations\tvseries\default.png</texture>
     

    chrisworkman

    Portal Pro
    February 9, 2009
    92
    7
    Ohio
    Home Country
    United States of America United States of America
    Sorry to show my ignorance here...but what needs to be changed. XML is in no way my forte. ;)




    EDIT: Last night I was considering simply dropping a new basichome.xml in and starting from scratch. Good or bad idea?
     

    rekenaar

    Retired Team Member
  • Premium Supporter
  • December 17, 2006
    4,421
    805
    Home Country
    South Africa South Africa
    I am still not sure where you went wrong, but I think we can work it out.

    1. Are you using the latest public version of XFactor?
    2. Go to Startmenu, program files, team meadiaportal, mediaportal, userfiles. You should see there a xfactor.xml file. Also attach it here. Maybe I can spot the exact entries that look suspect.

    By the way, if you want to start over, just delete that file mentioned in point 2. All your settings are stored there.
     

    chrisworkman

    Portal Pro
    February 9, 2009
    92
    7
    Ohio
    Home Country
    United States of America United States of America
    Yes, I'm using the latest version. And here's the xml you requested:

    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <profile>
      <section name="XFactor">
        <entry name="menuText1Name">Photos</entry>
        <entry name="menuText2Name">Music &amp; Radio</entry>
        <entry name="menuText3Name">Movies</entry>
        <entry name="menuText4Name">TV</entry>
        <entry name="menuText5Name">Games &amp; Sports</entry>
        <entry name="menuText6Name">Plugins</entry>
        <entry name="menuUseRSS">Yes</entry>
        <entry name="menuType">Horizontal</entry>
        <entry name="menuText1Pefix">
        </entry>
        <entry name="menuText1ImageName">menu_pictures.png</entry>
        <entry name="menuText1ImagePath">pictures</entry>
        <entry name="menuText2Pefix">
        </entry>
        <entry name="menuText2ImageName">menu_music.png</entry>
        <entry name="menuText2ImagePath">music\default.jpg</entry>
        <entry name="menuText3Pefix">
        </entry>
        <entry name="menuText3ImageName">menu_movie.png</entry>
        <entry name="menuText3ImagePath">movies</entry>
        <entry name="menuText4Pefix">
        </entry>
        <entry name="menuText4ImageName">menu_tv.png</entry>
        <entry name="menuText4ImagePath">tv\default.jpg</entry>
        <entry name="menuText5Pefix">
        </entry>
        <entry name="menuText5ImageName">menu_games.png</entry>
        <entry name="menuText5ImagePath">games\default.jpg</entry>
        <entry name="menuText6Pefix">
        </entry>
        <entry name="menuText6ImageName">menu_shutdown.png</entry>
        <entry name="menuText6ImagePath">weatherbg</entry>
        <entry name="menuDefaultMenu">Menu 3</entry>
        <entry name="menuItemNameA0">Photos</entry>
        <entry name="menuItemBgA0">pictures</entry>
        <entry name="menuItemHyperlinkA0">2</entry>
        <entry name="menuItemThumbnailA0">menu_pictures.png</entry>
        <entry name="menuItemNameB0">Music</entry>
        <entry name="menuItemBgB0">music\default.jpg</entry>
        <entry name="menuItemHyperlinkB0">501</entry>
        <entry name="menuItemThumbnailB0">menu_music.png</entry>
        <entry name="menuItemNameB1">Radio</entry>
        <entry name="menuItemBgB1">music\default.jpg</entry>
        <entry name="menuItemHyperlinkB1">30</entry>
        <entry name="menuItemThumbnailB1">menu_radio.png</entry>
        <entry name="menuItemNameB2">RadioTime</entry>
        <entry name="menuItemBgB2">music\default.jpg</entry>
        <entry name="menuItemHyperlinkB2">25650</entry>
        <entry name="menuItemThumbnailB2">menu_radiotime.png</entry>
        <entry name="menuItemNameB3">Last FM</entry>
        <entry name="menuItemBgB3">music\default.jpg</entry>
        <entry name="menuItemHyperlinkB3">7890</entry>
        <entry name="menuItemThumbnailB3">menu_lastfm.png</entry>
        <entry name="menuItemNameB4">Playlist</entry>
        <entry name="menuItemBgB4">music\default.jpg</entry>
        <entry name="menuItemHyperlinkB4">500</entry>
        <entry name="menuItemThumbnailB4">menu_music.png</entry>
        <entry name="menuItemNameB5">Now Playing</entry>
        <entry name="menuItemBgB5">music\default.jpg</entry>
        <entry name="menuItemHyperlinkB5">510</entry>
        <entry name="menuItemThumbnailB5">menu_music.png</entry>
        <entry name="menuItemNameC0">Movies</entry>
        <entry name="menuItemBgC0">movies</entry>
        <entry name="menuItemHyperlinkC0">96742</entry>
        <entry name="menuItemThumbnailC0">menu_movie.png</entry>
        <entry name="menuItemNameC1">DVD</entry>
        <entry name="menuItemBgC1">movies</entry>
        <entry name="menuItemHyperlinkC1">3001</entry>
        <entry name="menuItemThumbnailC1">menu_movie.png</entry>
        <entry name="menuItemNameC2">Now Playing</entry>
        <entry name="menuItemBgC2">movies</entry>
        <entry name="menuItemHyperlinkC2">730719</entry>
        <entry name="menuItemThumbnailC2">menu_movie.png</entry>
        <entry name="menuItemNameC3">OnlineVideos</entry>
        <entry name="menuItemBgC3">movies</entry>
        <entry name="menuItemHyperlinkC3">4755</entry>
        <entry name="menuItemThumbnailC3">menu_streaming.png</entry>
        <entry name="menuItemNameC4">Movie Trailers</entry>
        <entry name="menuItemBgC4">movies</entry>
        <entry name="menuItemHyperlinkC4">5900</entry>
        <entry name="menuItemThumbnailC4">menu_trailers.png</entry>
        <entry name="menuItemNameC5">Showtimes</entry>
        <entry name="menuItemBgC5">movies</entry>
        <entry name="menuItemHyperlinkC5">7111992</entry>
        <entry name="menuItemThumbnailC5">menu_showtimes.png</entry>
        <entry name="menuItemNameD0">TV</entry>
        <entry name="menuItemBgD0">tv\default.jpg</entry>
        <entry name="menuItemHyperlinkD0">1</entry>
        <entry name="menuItemThumbnailD0">menu_tv.png</entry>
        <entry name="menuItemNameD1">TV Guide</entry>
        <entry name="menuItemBgD1">tvguide\tvguide3_default.jpg</entry>
        <entry name="menuItemHyperlinkD1">600</entry>
        <entry name="menuItemThumbnailD1">menu_tvguide.png</entry>
        <entry name="menuItemNameD2">TV Recordings</entry>
        <entry name="menuItemBgD2">tvseries</entry>
        <entry name="menuItemHyperlinkD2">603</entry>
        <entry name="menuItemThumbnailD2">menu_tvrecordings.png</entry>
        <entry name="menuItemNameD3">TV Series</entry>
        <entry name="menuItemBgD3">tvseries</entry>
        <entry name="menuItemHyperlinkD3">9811</entry>
        <entry name="menuItemThumbnailD3">menu_tvseries.png</entry>
        <entry name="menuItemNameD4">Now Playing</entry>
        <entry name="menuItemBgD4">tv\default.jpg</entry>
        <entry name="menuItemHyperlinkD4">730719</entry>
        <entry name="menuItemThumbnailD4">menu_tv.png</entry>
        <entry name="menuItemNameE0">Sudoku</entry>
        <entry name="menuItemBgE0">games\default.jpg</entry>
        <entry name="menuItemHyperlinkE0">7777</entry>
        <entry name="menuItemThumbnailE0">menu_sudoku.png</entry>
        <entry name="menuItemNameE1">Tetris</entry>
        <entry name="menuItemBgE1">games\default.jpg</entry>
        <entry name="menuItemHyperlinkE1">7776</entry>
        <entry name="menuItemThumbnailE1">menu_tetris.png</entry>
        <entry name="menuItemNameE2">Sport Results</entry>
        <entry name="menuItemBgE2">games\default.jpg</entry>
        <entry name="menuItemHyperlinkE2">42000</entry>
        <entry name="menuItemThumbnailE2">menu_scorecenter.png</entry>
        <entry name="menuItemNameE3">Tetris </entry>
        <entry name="menuItemBgE3">games\default.jpg</entry>
        <entry name="menuItemHyperlinkE3">7776</entry>
        <entry name="menuItemThumbnailE3">menu_tetris.png</entry>
        <entry name="menuItemNameF0">Weather Forecast</entry>
        <entry name="menuItemBgF0">weatherbg</entry>
        <entry name="menuItemHyperlinkF0">2600</entry>
        <entry name="menuItemThumbnailF0">menu_weather.png</entry>
        <entry name="menuItemNameF1">Settings</entry>
        <entry name="menuItemBgF1">settings\default.jpg</entry>
        <entry name="menuItemHyperlinkF1">4</entry>
        <entry name="menuItemThumbnailF1">menu_settings.png</entry>
        <entry name="menuItemNameF2">Plugins</entry>
        <entry name="menuItemBgF2">settings\default.jpg</entry>
        <entry name="menuItemHyperlinkF2">34</entry>
        <entry name="menuItemThumbnailF2">menu_plugins.png</entry>
        <entry name="menuItemNameF3">Shutdown</entry>
        <entry name="menuItemBgF3">shutdownbg\default.jpg</entry>
        <entry name="menuItemHyperlinkF3">Shutdown</entry>
        <entry name="menuItemThumbnailF3">menu_shutdown.png</entry>
        <entry name="menuItemNameF4">Exit</entry>
        <entry name="menuItemBgF4">shutdownbg\default.jpg</entry>
        <entry name="menuItemHyperlinkF4">Exit</entry>
        <entry name="menuItemThumbnailF4">menu_exit.png</entry>
      </section>
    </profile>


    Thanks again!!:D
     

    Users who are viewing this thread

    Top Bottom