Hi
Im trying to put some a shadow image(png) on a scaling thumb image.
shadow
<control type="image">
<posx>39</posx>
<posy>218</posy>
<width>376</width>
<height>444</height>
<aspectratio scale="true">keep</aspectratio>
<texture diffuse="thumb-shadow33.png" background="true">$INFO[ListItem.Icon]</texture>
</control>
thumb
<control type="image">
<posx>50</posx>
<posy>215</posy>
<width>355</width>
<height>450</height>
<aspectratio scalediffuse="true">keep</aspectratio>
<texture diffuse="thumb-diffuse.png" background="true">$INFO[ListItem.Icon]</texture>
<fadetime>IconCrossfadeTime</fadetime>
<visible>![!stringcompare(ListItem.Label,..) + [Container.Content(Years) | Container.Content(Actors) | Container.Content(Directors) | Container.Content(Studios) | Container.Content(Genres)]]</visible>
</control>
all i did is copy the original which is the one labled thumb and i changed it to the one labled shadow. what happens is i get a duplicate of the thumb image in the shadow(diffused). i tried to change
<texture diffuse="thumb-shadow33.png" background="true">$INFO[ListItem.Icon]</texture>
to
<texture>thumb-shadow33.png</texture>
but then for some reason it stops scaling the image it stays frozen to one size were as the thumb keeps changing size.
how can i add the shadow and to make it change scale just like the thumb does. i want b oth the thumb and shadow
sorry if its not clear i dont no how to skin i just learn by trail and error but i cant seem to make this work
thanks
scale
deezee69
Senior Member Posts: 118 Joined: Jun 2006 Reputation: 0 |
2010-06-10 11:19
Post: #1
|
| find quote |
Hitcher
Skilled Skinner Joined: Aug 2007 Reputation: 67 Location: Eastleigh, UK |
2010-06-10 17:40
Post: #2
Make the shadow image the bordertexture.
![]() |
| find quote |
deezee69
Senior Member Posts: 118 Joined: Jun 2006 Reputation: 0 |
2010-06-11 10:57
Post: #3
thanks but i have no ides how to implement bordertexture in to the group
|
| find quote |
Jezz_X
Team-XBMC Skinner Joined: Jun 2006 Reputation: 55 Location: Earth |
2010-06-11 11:12
Post: #4
like this
PHP Code: <control type="image">Skins I have done.... ![]() And others in the past... Want to know what I'm working on currently? Check me out on Google+ |
| find quote |
Hitcher
Skilled Skinner Joined: Aug 2007 Reputation: 67 Location: Eastleigh, UK |
2010-06-11 14:47
Post: #5
![]() |
| find quote |
deezee69
Senior Member Posts: 118 Joined: Jun 2006 Reputation: 0 |
2010-06-11 16:06
Post: #6
thanks guy. its what i needed. reading the wiki now. thanks again
|
| find quote |

![[Image: sig_zps3af3b48e.jpg]](http://i620.photobucket.com/albums/tt289/Arcanthur/Celestium/sig_zps3af3b48e.jpg)
![[Image: skinsq.png]](http://img854.imageshack.us/img854/931/skinsq.png)
Search
Help