- Thread starter
- #21
Thats a nice idea. I will look into it.
Glenn
Glenn
Hi Glenn,
I know things are busy in MePo land but can you update Simplify to latest svn same as MePo skins?
Thanks
One thing with Simplify, the white fading vertical strip that's part of background.png looks out of place on anything but home.xml & myplugins.xml.
Would it be possible to remove that fading white vertical strip from background.png and supply them both as a separate images?
I'll wait till your 16:9 version to see the white stripe animation
![]()
<hoverWidth>300</hoverWidth>
<hoverHeight>350</hoverHeight>
I have changed mine to
<hoverWidth>300</hoverWidth>
<hoverHeight>300</hoverHeight>
<!-- TOPBAR Buttons -->
<control>
<description>Back button</description>
<type>button</type>
<animation effect="fade" time="250">WindowOpen</animation>
<animation effect="fade" time="500">WindowClose</animation>
<animation effect="zoom" start="100,100" end="110,110" center="792,650" time="300">focus</animation>
<animation effect="zoom" start="110,110" end="100,100" center="792,650" time="300">unfocus</animation>
<id>10</id>
<posX>792</posX>
<posY>650</posY>
<width>56</width>
<height>80</height>
<textureFocus>button_shutdown_focus.png</textureFocus>
<textureNoFocus>button_shutdown_nofocus.png</textureNoFocus>
<label>-</label>
<action>99</action>
<onleft>50</onleft>
<onright>11</onright>
<onup>50</onup>
<ondown>50</ondown>
</control>
<control>
<description>videowallpaper button</description>
<type>button</type>
<animation effect="fade" time="250">WindowOpen</animation>
<animation effect="fade" time="500">WindowClose</animation>
<animation effect="zoom" start="100,100" end="110,110" center="861,650" time="300">focus</animation>
<animation effect="zoom" start="110,110" end="100,100" center="861,650" time="300">unfocus</animation>
<id>11</id>
<posX>861</posX>
<posY>650</posY>
<width>56</width>
<height>89</height>
<textureFocus>button_tvdesktop_focus.png</textureFocus>
<textureNoFocus>button_tvdesktop_nofocus.png</textureNoFocus>
<label>-</label>
<action>101</action>
<onleft>10</onleft>
<onright>13</onright>
<onup>50</onup>
<ondown>50</ondown>
</control>
<control>
<description>Exit button</description>
<type>button</type>
<animation effect="fade" time="250">WindowOpen</animation>
<animation effect="fade" time="500">WindowClose</animation>
<animation effect="zoom" start="100,100" end="110,110" center="929,650" time="300">focus</animation>
<animation effect="zoom" start="110,110" end="100,100" center="929,650" time="300">unfocus</animation>
<id>13</id>
<posX>929</posX>
<posY>650</posY>
<width>56</width>
<height>83</height>
<textureFocus>button_close_focus.png</textureFocus>
<textureNoFocus>button_close_nofocus.png</textureNoFocus>
<label>-</label>
<action>97</action>
<onleft>11</onleft>
<onright>50</onright>
<onup>50</onup>
<ondown>50</ondown>
</control>