Hi to all you skilled Skin-Devs ;-)
I am currently working on my own skin, and with the new final Version 0.2.3.0 I lost the thumb for the next Track. I use it on the "NowPlaying-Screen". I don't know exactly when this stopped working, but with RC2 it worked well!
Anyone else discovered this? Can someone confirm this? Or is there another way to display the "#Play.Next.Thumb"-Image?
This is my Code-fragment for this Label:
<control>
<description>music logo</description>
<type>image</type>
<id>1</id>
<posX>870</posX>
<posY>642</posY>
<width>75</width>
<height>75</height>
<keepaspectratio>yes</keepaspectratio>
<centered>yes</centered>
<texture>#Play.Next.Thumb</texture>
<animation effect="fade" time="500">WindowClose</animation>
<animation effect="fade" time="250">WindowOpen</animation>
</control>
Thanks for your help
I am currently working on my own skin, and with the new final Version 0.2.3.0 I lost the thumb for the next Track. I use it on the "NowPlaying-Screen". I don't know exactly when this stopped working, but with RC2 it worked well!
Anyone else discovered this? Can someone confirm this? Or is there another way to display the "#Play.Next.Thumb"-Image?
This is my Code-fragment for this Label:
<control>
<description>music logo</description>
<type>image</type>
<id>1</id>
<posX>870</posX>
<posY>642</posY>
<width>75</width>
<height>75</height>
<keepaspectratio>yes</keepaspectratio>
<centered>yes</centered>
<texture>#Play.Next.Thumb</texture>
<animation effect="fade" time="500">WindowClose</animation>
<animation effect="fade" time="250">WindowOpen</animation>
</control>
Thanks for your help
Germany