Filmstrip, reflections,.... (1 Viewer)

-ltb-

Portal Pro
April 10, 2006
4,204
21
Home Country
France France
Hi all,

I need some help with xml code:
Is it possible to have reflexion only when thumb are focused in the filmstrip? If yes , what is the code?
How can I change the width/height of the unfocused thumb? i didn't find the code in the reference.xml/filmstrip :oops:
Many others questions are coming soon

Thx
 

Sh4nn0w

MP Donator
  • Premium Supporter
  • September 14, 2006
    321
    23
    Home Country
    United Kingdom United Kingdom
    How can I change the width/height of the unfocused thumb? i didn't find the code in the reference.xml/filmstrip :oops:
    Many others questions are coming soon

    Thx

    Can't remember exactly, its a while since I've played with it, but have a fiddle in this section in common.facade.video.xml, common.facade.music.xml, common.facade.pictures.xml depending on where you want this; think its in this bit, (probably thumb height/width bit) I just played around with it until it did what I wanted.
    Code:
             <control>
              <description>Filmstrip view</description>
              <type>filmstrip</type>
              <id>50</id>
              <onleft>2</onleft>
              <onright>2</onright>
              <onup>2</onup>
              <ondown>2</ondown>
              <itemWidth>64</itemWidth>
              <itemHeight>96</itemHeight>
              <textureWidth>73</textureWidth>
              <textureHeight>69</textureHeight>
              <thumbWidth>34</thumbWidth>
              <thumbHeight>51</thumbHeight>
              <thumbPosX>8</thumbPosX>
              <thumbPosY>4</thumbPosY>
              <imageFolder>icon_empty_nofocus_music.png</imageFolder>
              <imageFolderFocus>icon_empty_focus_music.png</imageFolderFocus>
              <frame>icon_empty_nofocus_music.png</frame>
              <frameFocus>-</frameFocus>
              <backgroundx>270</backgroundx>
              <backgroundy>99</backgroundy>
              <backgroundwidth>402</backgroundwidth>
              <backgroundheight>315</backgroundheight>
              <InfoImagex>359</InfoImagex>
              <InfoImagey>77</InfoImagey>
              <InfoImagewidth>200</InfoImagewidth>
              <InfoImageheight>350</InfoImageheight>
              <thumbs flipY="true" diffuse="Thumb_Mask.png"/>
              <InfoImage flipY="true" diffuse="Thumb_Mask.png"/>
              <showFrame>no</showFrame>
              <showFolder>no</showFolder>
              <showBackGround>no</showBackGround>
              <showInfoImage>yes</showInfoImage>
              <enableFocusZoom>yes</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>
     

    -ltb-

    Portal Pro
    April 10, 2006
    4,204
    21
    Home Country
    France France
    Thanks for the answer, i ve already tried to change thoses code : <thumbWidth> and <thumbHeight> but it changes both the unfocused thumb and the focused ones.
    Maybe playing with zoom animation will make it
     

    -ltb-

    Portal Pro
    April 10, 2006
    4,204
    21
    Home Country
    France France
    Another question: is it possible to have reflection on a label?
     

    Users who are viewing this thread

    Top Bottom