| |||||||
| Skins You are working on a new Skin? Post it here! |
![]() |
| | Thread Tools | Display Modes |
| | #1 (permalink) |
| Portal Developer Join Date: Apr 2004 Location: The Netherlands Age: 37
Posts: 1,516
Thanks: 3
Thanked 119 Times in 44 Posts
Country: | 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 |
| | |
| | #3 (permalink) |
| Portal Developer Join Date: Apr 2004 Location: The Netherlands Age: 37
Posts: 1,516
Thanks: 3
Thanked 119 Times in 44 Posts
Country: | 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>
|
| | |
| | #4 (permalink) |
| Portal Designer Join Date: May 2004 Location: Germany
Posts: 1,132
Thanks: 177
Thanked 291 Times in 75 Posts
Country: | 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
__________________ http://www.mediaportal-skins.net |
| | |
| | #5 (permalink) |
| Portal Designer | 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 |
| | |
| | #6 (permalink) |
| Portal Designer Join Date: Apr 2005 Location: Stockholm, Sweden Age: 23
Posts: 510
Thanks: 86
Thanked 54 Times in 29 Posts
| Great frodo! This is the kind of news a skinner wanna hear!
__________________ Skin: SimpleMP Beta 4 |
| | |
| | #7 (permalink) |
| Portal Designer Join Date: Jun 2006 Location: Växjö, Sweden Age: 25
Posts: 847
Thanks: 44
Thanked 58 Times in 20 Posts
Country: | 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... |
| | |
| | #9 (permalink) |
| Project Coordinator Join Date: Dec 2004 Location: 127.0.0.1 Age: 29
Posts: 6,215
Thanks: 174
Thanked 135 Times in 97 Posts
Country: |
__________________ 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! |
| | |
![]() |
| Bookmarks |
| Tags |
| engine, reflections, skinning, xbmc |
| Thread Tools | |
| Display Modes | |
| |
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 |