"#Play.Next.Thumb" not working anymore? (1 Viewer)

oljoooge

Portal Member
August 17, 2007
19
0
Home Country
Germany Germany
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
 

mirk

Retired Team Member
  • Premium Supporter
  • June 2, 2006
    863
    64
    Växjö, Sweden
    Home Country
    Sweden Sweden
    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 did not even know this variable existed. Realy nice.
    If it start to work again, i must use it in my skin. Tanks.
     

    rtv

    Retired Team Member
  • Premium Supporter
  • April 7, 2005
    3,622
    301
    Osnabruck
    Home Country
    Germany Germany
    Just fixed that ;-) In addition for the current and next thumb MP will put a little more effort into the lookups and even try to find at least something like front.jpg or similar.
     

    Users who are viewing this thread

    Top Bottom