MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal 1 » Community Skins and Plugins » Skins


Skins You are working on a new Skin? Post it here!

Reply
 
Thread Tools Display Modes
Old 2006-11-07, 20:34   #21 (permalink)
Retired Team Member
 
grassynoel's Avatar
 
Join Date: Sep 2006
Location: Melbourne
Age: 42
Posts: 428
Thanks: 0
Thanked 44 Times in 13 Posts

Country:


Default

Thats a nice idea. I will look into it.

Glenn
grassynoel is offline   Reply With Quote
Old 2006-11-08, 23:19   #22 (permalink)
Portal Member
 
Join Date: Dec 2005
Location: IOW
Age: 45
Posts: 487
Thanks: 13
Thanked 3 Times in 3 Posts

Country:

My System

Default

Hi Glenn,

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

Thanks
Nemulate is offline   Reply With Quote
Old 2006-11-09, 00:29   #23 (permalink)
Retired Team Member
 
grassynoel's Avatar
 
Join Date: Sep 2006
Location: Melbourne
Age: 42
Posts: 428
Thanks: 0
Thanked 44 Times in 13 Posts

Country:


Default

Quote:
Originally Posted by Nemulate View Post
Hi Glenn,

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

Thanks
No problem. I'm on it.

Glenn
grassynoel is offline   Reply With Quote
Old 2006-11-09, 12:16   #24 (permalink)
Retired Team Member
 
grassynoel's Avatar
 
Join Date: Sep 2006
Location: Melbourne
Age: 42
Posts: 428
Thanks: 0
Thanked 44 Times in 13 Posts

Country:


Default UPDATE!

Quote:
Originally Posted by cheezey View Post
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
grassynoel is offline   Reply With Quote
Old 2006-11-09, 12:47   #25 (permalink)
Portal Member
 
CHli's Avatar
 
Join Date: Jul 2005
Location: Switzerland
Age: 27
Posts: 1,011
Thanks: 8
Thanked 3 Times in 3 Posts

My System

Default

Grassynoel you're totaly crazy ! Thanks for supporting so many versions of your great skins !
CHli is offline   Reply With Quote
Old 2006-11-09, 13:17   #26 (permalink)
Portal Member
 
Join Date: Dec 2005
Location: IOW
Age: 45
Posts: 487
Thanks: 13
Thanked 3 Times in 3 Posts

Country:

My System

Default

Me too! Don't think your crazy just saying thanks

edit Love the animation on the white strip!

Last edited by Nemulate; 2006-11-09 at 19:00.
Nemulate is offline   Reply With Quote
Old 2006-11-09, 21:13   #27 (permalink)
Portal Member
 
cheezey's Avatar
 
Join Date: Aug 2004
Location: West Yorks
Age: 40
Posts: 406
Thanks: 7
Thanked 6 Times in 6 Posts

Country:

My System

Default

I'll wait till your 16:9 version to see the white stripe animation
cheezey is offline   Reply With Quote
Old 2006-11-10, 11:06   #28 (permalink)
Retired Team Member
 
grassynoel's Avatar
 
Join Date: Sep 2006
Location: Melbourne
Age: 42
Posts: 428
Thanks: 0
Thanked 44 Times in 13 Posts

Country:


Default

Quote:
Originally Posted by cheezey View Post
I'll wait till your 16:9 version to see the white stripe animation
Done!

Check the first post of this thread...

Glenn
grassynoel is offline   Reply With Quote
Old 2006-11-10, 18:10   #29 (permalink)
Portal Member
 
cheezey's Avatar
 
Join Date: Aug 2004
Location: West Yorks
Age: 40
Posts: 406
Thanks: 7
Thanked 6 Times in 6 Posts

Country:

My System

Default

Very nice animations!!


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 Code:
<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 Code:
 <!-- 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.

again

Last edited by cheezey; 2006-11-10 at 19:41.
cheezey is offline   Reply With Quote
Old 2006-11-10, 19:23   #30 (permalink)
Super Moderator
 
Spragleknas's Avatar
 
Join Date: Dec 2005
Location: Rogaland
Age: 32
Posts: 3,516
Thanks: 152
Thanked 70 Times in 60 Posts

Country:

My System

Default

Glenn!
Please stop making my life difficult; I don't know which of your skins I should use!

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


Like this:
__________________
Please read -> HOW TO START A SUPPORT THREAD !!!
Support MediaPortal! Donate by clicking HERE
Dedicated HTPC board (Norway) -> MSPC.no
Spragleknas is online now   Reply With Quote
Reply

Bookmarks

Tags
simplify

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Simplify the "My Application" thread Anonymous Improvement Suggestions 0 2004-10-24 10:58


All times are GMT +1. The time now is 10:31.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress