Simplify 4:3 for 0.2.1.0 (1 Viewer)

Nemulate

Portal Pro
December 29, 2005
607
9
IOW
Home Country
England England
Hi Glenn,

I know things are busy in MePo land but can you update Simplify to latest svn same as MePo skins?

Thanks
 

grassynoel

Retired Team Member
  • Premium Supporter
  • September 6, 2006
    434
    49
    Melbourne
    Home Country
    UPDATE!

    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?

    Done! And not only that, I have experimented with some subtle animation running through the stripe!

    this revision is only for the 4:3 version of simplify and for the latest SVN (for Nemulate, and myself :))

    I will add the link to this latest SVN version on the first post of this thread.


    Now I have:

    MePo green 4:3 (0.2.1.0)
    MePo green 4:3 SVN
    MePo green 16:9 (0.2.1.0)
    MePo grey 4:3 (0.2.1.0)
    MePo grey 4:3 SVN
    MePo grey 16:9 (0.2.1.0)
    MePo black 4:3 (0.2.1.0)
    MePo black 4:3 SVN
    MePo black 16:9 (0.2.1.0)
    Simplify 4:3 (0.2.1.0)
    Simplify 4:3 SVN
    Simplify 16:9 (0.2.1.0)

    No wonder i haven't done the SVN's in wide-screen as yet. Sheesh.

    Glenn
     

    cheezey

    Community Plugin Dev
    August 26, 2004
    1,559
    312
    57
    West Yorks, UK
    Home Country
    United Kingdom United Kingdom
    :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>

    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>
    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.

    :D again
     

    Spragleknas

    Moderator
  • Team MediaPortal
  • December 21, 2005
    9,471
    1,822
    Located
    Home Country
    Norway Norway
    Glenn!
    Please stop making my life difficult; I don't know which of your skins I should use! :D

    Oh, and a bug-report:
    Using album-view (music) dosent work


    Like this:
    untitledjg1.jpg
     

    Users who are viewing this thread

    Top Bottom