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 2007-02-19, 17:34   #1 (permalink)
Portal Developer
 
frodo's Avatar
 
Join Date: Apr 2004
Location: The Netherlands
Age: 37
Posts: 1,516
Thanks: 3
Thanked 119 Times in 44 Posts

Country:

My System

Default Skinning Engine: XBMC like Reflections

I added reflection to the <image> and <menu> controls.

example for image:
Code:
    <control>
      <description>some image</description>
      <type>image</type>
      <id>1</id>
      <posX>100</posX>
      <posY>100</posY>
      <width>100</width>
      <height>100</height>
      <texture flipY="true" diffuse="Thumb_Mask.png">cdimage.png</texture>
    </control>

Example for menu:
Code:
    <control>
      <description>Menu</description>
      <type>menu</type>
      <animation effect="fade" time="250">WindowOpen</animation>
      <animation effect="fade" time="500">WindowClose</animation>
      <animation effect="zoom" start="20,20" end="100,100" center="384,288" time="500">WindowOpen</animation>
      <animation effect="zoom" start="100,100" end="20,20" center="384,288" time="500">WindowClose</animation>
      <id>50</id>
      <posX>370</posX>
      <posY>130</posY>
      <width>310</width>
      <textcolor>ffffffff</textcolor>
      <textColorNoFocus>ffa9d0f7</textColorNoFocus>
      <dimColor>80ffffff</dimColor>
      <buttonTextXOff>48</buttonTextXOff>
      <buttonTextYOff>6</buttonTextYOff>
      <buttonOffset>25</buttonOffset>
      <buttonFont>font16</buttonFont>
      <buttonHeight>45</buttonHeight>
      <spaceBetweenButtons>18</spaceBetweenButtons>
      <numberOfButtons>5</numberOfButtons>
      <textureButtonFocus>hp_selectionbar.png</textureButtonFocus>
      <textureButtonNoFocus>-</textureButtonNoFocus>
      <hoverX>100</hoverX>
      <hoverY>200</hoverY>
      <hoverWidth>230</hoverWidth>
      <hoverHeight>225</hoverHeight>
      <hoverKeepAspectratio>yes</hoverKeepAspectratio>
      <scrollTime>120</scrollTime>
      <scrollTimeMin>60</scrollTimeMin>
      <textureBackground>background_glass_menu_area.png</textureBackground>
      <onright>13</onright>
      <onleft>10</onleft>
      <hover flipY="true" diffuse="Thumb_Mask.png"/>
    </control>

For bluetwo reflections are not usable at this moment.
Reason:
- most are to big in height (the 'real' image is like 100pixels height, but the entire png is 200 pixels height)
- many images (all hovers) already include reflection


Frodo
frodo is offline   Reply With Quote
2 Users Say Thank You:
Old 2007-02-22, 08:21   #2 (permalink)
Portal Member
 
Join Date: Dec 2005
Location: Sydney
Age: 28
Posts: 236
Thanks: 3
Thanked 2 Times in 2 Posts

Country:

My System

Thumbs up

Thanks...

It's always good to have something new to play with in the skin engine.
Forgotten Illustrator is offline   Reply With Quote
Old 2007-02-22, 12:38   #3 (permalink)
Portal Developer
 
frodo's Avatar
 
Join Date: Apr 2004
Location: The Netherlands
Age: 37
Posts: 1,516
Thanks: 3
Thanked 119 Times in 44 Posts

Country:

My System

Default

I added:
- animation support for thumbnails for the filmstrip
- reflection support for thumbnails for the filmstrip

example can be seen in bluetwo when you goto my pictures
Skin file example is common.facade.pictures.xml:
Code:
        <control>
          <description>Filmstrip view</description>
          <type>filmstrip</type>
          <id>50</id>
          <onleft>2</onleft>
          <onright>2</onright>
          <onup>2</onup>
          <ondown>2</ondown>
          <backgroundx>270</backgroundx>
          <backgroundy>99</backgroundy>
          <backgroundwidth>402</backgroundwidth>
          <backgroundheight>315</backgroundheight>
          <InfoImagex>289</InfoImagex>
          <InfoImagey>117</InfoImagey>
          <InfoImagewidth>353</InfoImagewidth>
          <InfoImageheight>265</InfoImageheight>
          <thumbs flipY="true" diffuse="Thumb_Mask.png"/>
          <!--
          <InfoImage flipY="true" diffuse="Thumb_Mask.png"/>
          !-->
          <showFrame>yes</showFrame>
          <showFolder>yes</showFolder>
          <showBackGround>yes</showBackGround>
          <showInfoImage>yes</showInfoImage>
          <enableFocusZoom>no</enableFocusZoom>
          <thumbAnimation effect="zoom" start="100,100" end="150,150" time="300">focus</thumbAnimation>
          <thumbAnimation effect="zoom" start="150,150" end="100,100" time="300">unfocus</thumbAnimation>
        </control>
        <control>
frodo is offline   Reply With Quote
Old 2007-02-22, 14:09   #4 (permalink)
Portal Designer
 
Harley's Avatar
 
Join Date: May 2004
Location: Germany
Posts: 1,132
Thanks: 177
Thanked 291 Times in 75 Posts

Country:


Default

Wow !!!!!

many many thanks to you Frodo for this wonderfull and great stuff !!

How can make one man, so many great things in shortest time ??

Again , Big thanks for that, works fantastic.

Greetings Harley
Harley is online now   Reply With Quote
Old 2007-02-22, 15:36   #5 (permalink)
Portal Designer
 
Inker's Avatar
 
Join Date: Dec 2004
Posts: 1,560
Thanks: 35
Thanked 134 Times in 58 Posts

My System

Default

Very cool, the thumbzoom animation came very unexpected but is something that will look awesome! And with reflections we can finally have really shiny skins ;-)

Thanks
__________________

There are only two industries that refer to their customers as "users".
- Edward Tufte
Inker is offline   Reply With Quote
Old 2007-02-22, 21:22   #6 (permalink)
Portal Designer
 
mikael's Avatar
 
Join Date: Apr 2005
Location: Stockholm, Sweden
Age: 23
Posts: 510
Thanks: 86
Thanked 54 Times in 29 Posts


Default

Great frodo! This is the kind of news a skinner wanna hear!
__________________
Skin: SimpleMP Beta 4
mikael is offline   Reply With Quote
Old 2007-02-24, 14:33   #7 (permalink)
Portal Designer
 
mirk's Avatar
 
Join Date: Jun 2006
Location: Växjö, Sweden
Age: 25
Posts: 847
Thanks: 44
Thanked 58 Times in 20 Posts

Country:

My System

Default

What a eye candy !!! Tanks frodo. Works great!
This is something i have been wating for a while now. Tanks.
__________________
Download SpinSafe skins | TVSeries Logos | Swedish TV logos
Found a bug in one of the SpinSafe skins? Why not add it to the SpinSafe bugtracker...
mirk is offline   Reply With Quote
Old 2007-02-26, 19:39   #8 (permalink)
Portal Member
 
bluepower's Avatar
 
Join Date: Mar 2006
Location: Potsdam
Age: 33
Posts: 108
Thanks: 1
Thanked 1 Time in 1 Post

Country:

My System

Default

Many thanks to you Frodo for this wonderfull animation.

Big,Big, thanks for that, works fantastic.


Greetings from Berlin
bluepower
bluepower is offline   Reply With Quote
Old 2007-08-07, 16:08   #9 (permalink)
Project Coordinator
 
infinityloop's Avatar
 
Join Date: Dec 2004
Location: 127.0.0.1
Age: 29
Posts: 6,215
Thanks: 174
Thanked 135 Times in 97 Posts

Country:

My System

Default

could someone add that to this ::wiki-page::?

!!!! P L E A S E !!!!

__________________
regards
chris

MediaPortal Project Coordinator
Test Team Leader

Do not start to moan if something is not working as you want it to be.
Remember that MediaPortal is Open Source.
YOU can improve it!
infinityloop is online now   Reply With Quote
Reply

Bookmarks

Tags
engine, reflections, skinning, xbmc

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
real reflections rsparey Skins 3 2007-02-20 21:32
skinning engine: thumbnails not selectable with mouse zombiepig Fixed 0.2 RC3 Bugs 3 2006-04-10 01:04
Skinning Engine: <selectedColor> tag for thumbnail panels is ignored zombiepig 0.2.0.0 Release Candidate 3 Release and CVS Bugs 0 2006-04-03 05:07
An idea to expand skinning engine Clodo General Development (no feature request here!) 0 2006-01-09 19:37
Skinning engine improvements Smirnuff Skins 6 2006-01-06 03:20


All times are GMT +1. The time now is 15:09.


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
Advertisement System V2.6 By   Branden