home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Skins
Simplify 4:3 for 0.2.1.0
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="cheezey" data-source="post: 90203" data-attributes="member: 10350"><p><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite8" alt=":D" title="Big Grin :D" loading="lazy" data-shortname=":D" /> Very nice animations!! <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite8" alt=":D" title="Big Grin :D" loading="lazy" data-shortname=":D" /> </p><p></p><p></p><p>A few things though . . .</p><p></p><p>1. fonts.xml still has Arial (I copied over the old one to get the lexia font)</p><p>2. The white strip in myplugins is wider than in myhome so looks a bit strange when switching between the two</p><p>3. The hover images on myhome and myplugins look stretched, it's this that's doing that</p><p></p><p>[HTML]<hoverWidth>300</hoverWidth></p><p><hoverHeight>350</hoverHeight></p><p></p><p>I have changed mine to </p><p></p><p><hoverWidth>300</hoverWidth></p><p><hoverHeight>300</hoverHeight>[/HTML]</p><p></p><p>4. You can't get to the Shutdown MP button on the topbar (at the bottom ;-)), to fix this I have done </p><p></p><p>[HTML] <!-- TOPBAR Buttons --></p><p> <control></p><p> <description>Back button</description></p><p> <type>button</type></p><p> <animation effect="fade" time="250">WindowOpen</animation></p><p> <animation effect="fade" time="500">WindowClose</animation></p><p> <animation effect="zoom" start="100,100" end="110,110" center="792,650" time="300">focus</animation></p><p> <animation effect="zoom" start="110,110" end="100,100" center="792,650" time="300">unfocus</animation></p><p> <id>10</id></p><p> <posX>792</posX></p><p> <posY>650</posY></p><p> <width>56</width></p><p> <height>80</height></p><p> <textureFocus>button_shutdown_focus.png</textureFocus></p><p> <textureNoFocus>button_shutdown_nofocus.png</textureNoFocus></p><p> <label>-</label></p><p> <action>99</action></p><p> <onleft>50</onleft></p><p> <onright>11</onright></p><p> <onup>50</onup></p><p> <ondown>50</ondown></p><p> </control></p><p> <control></p><p> <description>videowallpaper button</description></p><p> <type>button</type></p><p> <animation effect="fade" time="250">WindowOpen</animation></p><p> <animation effect="fade" time="500">WindowClose</animation></p><p> <animation effect="zoom" start="100,100" end="110,110" center="861,650" time="300">focus</animation></p><p> <animation effect="zoom" start="110,110" end="100,100" center="861,650" time="300">unfocus</animation></p><p> <id>11</id></p><p> <posX>861</posX></p><p> <posY>650</posY></p><p> <width>56</width></p><p> <height>89</height></p><p> <textureFocus>button_tvdesktop_focus.png</textureFocus></p><p> <textureNoFocus>button_tvdesktop_nofocus.png</textureNoFocus></p><p> <label>-</label></p><p> <action>101</action></p><p> <onleft>10</onleft></p><p> <onright>13</onright></p><p> <onup>50</onup></p><p> <ondown>50</ondown></p><p> </control></p><p> <control></p><p> <description>Exit button</description></p><p> <type>button</type></p><p> <animation effect="fade" time="250">WindowOpen</animation></p><p> <animation effect="fade" time="500">WindowClose</animation></p><p> <animation effect="zoom" start="100,100" end="110,110" center="929,650" time="300">focus</animation></p><p> <animation effect="zoom" start="110,110" end="100,100" center="929,650" time="300">unfocus</animation></p><p> <id>13</id></p><p> <posX>929</posX></p><p> <posY>650</posY></p><p> <width>56</width></p><p> <height>83</height></p><p> <textureFocus>button_close_focus.png</textureFocus></p><p> <textureNoFocus>button_close_nofocus.png</textureNoFocus></p><p> <label>-</label></p><p> <action>97</action></p><p> <onleft>11</onleft></p><p> <onright>50</onright></p><p> <onup>50</onup></p><p> <ondown>50</ondown></p><p> </control>[/HTML]</p><p>Other than that this is a real nice skin, I shall report back on the WAF when she gets a chance to look at it.</p><p></p><p><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite8" alt=":D" title="Big Grin :D" loading="lazy" data-shortname=":D" /> again</p></blockquote><p></p>
[QUOTE="cheezey, post: 90203, member: 10350"] :D Very nice animations!! :D A few things though . . . 1. fonts.xml still has Arial (I copied over the old one to get the lexia font) 2. The white strip in myplugins is wider than in myhome so looks a bit strange when switching between the two 3. The hover images on myhome and myplugins look stretched, it's this that's doing that [HTML]<hoverWidth>300</hoverWidth> <hoverHeight>350</hoverHeight> I have changed mine to <hoverWidth>300</hoverWidth> <hoverHeight>300</hoverHeight>[/HTML] 4. You can't get to the Shutdown MP button on the topbar (at the bottom ;-)), to fix this I have done [HTML] <!-- 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>[/HTML] Other than that this is a real nice skin, I shall report back on the WAF when she gets a chance to look at it. :thx: again [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Skins
Simplify 4:3 for 0.2.1.0
Contact us
RSS
Top
Bottom