Help me to remove thumb label (1 Viewer)

mirk

Retired Team Member
  • Premium Supporter
  • June 2, 2006
    863
    64
    Växjö, Sweden
    Home Country
    Sweden Sweden
    Hallo
    I have a problem...

    Is there a way to make the label under the thumbs in thumbnail view disapear completly.

    This is my code i referens.xml:

    Code:
    <control>
    		<description>default thumbnail panel</description>
    		<type>thumbnailpanel</type>
    		<id>11</id>
    		<posX>12</posX>
    		<posY>130</posY>
    		<width>1280</width><!-- 930 --><!-- 800 works-->
    		<height>500</height>
    		<spinWidth>29</spinWidth>
    		<spinHeight>29</spinHeight>
    		<spinPosX>1145</spinPosX><!-- 1185 -->
    		<spinPosY>570</spinPosY>
    		<spinColor>ffb9d5dd</spinColor>
    		<textureUp>page_up_nofocus.png</textureUp>
        	<textureDown>page_down_nofocus.png</textureDown>
        	<textureUpFocus>page_up_focus.png</textureUpFocus>
        	<textureDownFocus>page_down_focus.png</textureDownFocus>
    		<itemWidth>215</itemWidth>
    		<itemHeight>215</itemHeight>
    		<textureWidth>185</textureWidth>
    		<textureHeight>185</textureHeight> 
    		<thumbWidth>147</thumbWidth>
    		<thumbHeight>147</thumbHeight>
    		<thumbPosX>19</thumbPosX>
    		<thumbPosY>19</thumbPosY>		
    		<!-- <imageFolder>cover_background_shadow.png</imageFolder> -->
    		<!-- <imageFolderFocus>CoverBackgroundShadow.png</imageFolderFocus> -->
    		<imageFolderFocus>background_glass_menu_area2.png</imageFolderFocus>
    		<font>-</font>
    		<selectedColor>00ffffff</selectedColor>
    		<textcolor>00b9d5dd</textcolor>
    		<colordiffuse>00ffffff</colordiffuse>
    		<remoteColor>00FFA075</remoteColor>
    		<downloadColor>0080ff80</downloadColor>		
    		<suffix>|</suffix>
    		<textureWidthBig>300</textureWidthBig><!-- 150 -->
    		<textureHeightBig>380</textureHeightBig> <!-- 150 -->
    		<itemWidthBig>300</itemWidthBig><!-- 180 -->
    		<itemHeightBig>400</itemHeightBig><!-- 180 -->
    		<thumbWidthBig>240</thumbWidthBig>
    		<thumbHeightBig>300</thumbHeightBig>
    		<thumbPosXBig>30</thumbPosXBig><!-- 19 -->
    		<thumbPosYBig>40</thumbPosYBig>	<!-- 19 -->
    		<shadow>no</shadow>
    		<enableFocusZoom>yes</enableFocusZoom>
    	</control>


    Is there something missing?

    With this code the selected thumb label disapear, but i dont what it so show ever.
     

    bluepower

    MP Donator
  • Premium Supporter
  • March 1, 2006
    109
    1
    Potsdam
    Home Country
    Germany Germany
    Hallo
    I have a problem...

    Is there a way to make the label under the thumbs in thumbnail view disapear completly.

    This is my code i referens.xml:

    Code:
    <control>
    		<description>default thumbnail panel</description>
    		<type>thumbnailpanel</type>
    		<id>11</id>
    		<posX>12</posX>
    		<posY>130</posY>
    		<width>1280</width><!-- 930 --><!-- 800 works-->
    		<height>500</height>
    		<spinWidth>29</spinWidth>
    		<spinHeight>29</spinHeight>
    		<spinPosX>1145</spinPosX><!-- 1185 -->
    		<spinPosY>570</spinPosY>
    		<spinColor>ffb9d5dd</spinColor>
    		<textureUp>page_up_nofocus.png</textureUp>
        	<textureDown>page_down_nofocus.png</textureDown>
        	<textureUpFocus>page_up_focus.png</textureUpFocus>
        	<textureDownFocus>page_down_focus.png</textureDownFocus>
    		<itemWidth>215</itemWidth>
    		<itemHeight>215</itemHeight>
    		<textureWidth>185</textureWidth>
    		<textureHeight>185</textureHeight> 
    		<thumbWidth>147</thumbWidth>
    		<thumbHeight>147</thumbHeight>
    		<thumbPosX>19</thumbPosX>
    		<thumbPosY>19</thumbPosY>		
    		<!-- <imageFolder>cover_background_shadow.png</imageFolder> -->
    		<!-- <imageFolderFocus>CoverBackgroundShadow.png</imageFolderFocus> -->
    		<imageFolderFocus>background_glass_menu_area2.png</imageFolderFocus>
    		<font>-</font>
    		<selectedColor>00ffffff</selectedColor>
    		<textcolor>00b9d5dd</textcolor>
    		<colordiffuse>00ffffff</colordiffuse>
    		<remoteColor>00FFA075</remoteColor>
    		<downloadColor>0080ff80</downloadColor>		
    		<suffix>|</suffix>
    		<textureWidthBig>300</textureWidthBig><!-- 150 -->
    		<textureHeightBig>380</textureHeightBig> <!-- 150 -->
    		<itemWidthBig>300</itemWidthBig><!-- 180 -->
    		<itemHeightBig>400</itemHeightBig><!-- 180 -->
    		<thumbWidthBig>240</thumbWidthBig>
    		<thumbHeightBig>300</thumbHeightBig>
    		<thumbPosXBig>30</thumbPosXBig><!-- 19 -->
    		<thumbPosYBig>40</thumbPosYBig>	<!-- 19 -->
    		<shadow>no</shadow>
    		<enableFocusZoom>yes</enableFocusZoom>
    	</control>


    Is there something missing?

    With this code the selected thumb label disapear, but i dont what it so show ever.

    You mean this ?!
     

    mirk

    Retired Team Member
  • Premium Supporter
  • June 2, 2006
    863
    64
    Växjö, Sweden
    Home Country
    Sweden Sweden
    Hallo
    I have a problem...

    Is there a way to make the label under the thumbs in thumbnail view disapear completly.

    This is my code i referens.xml:

    Code:
    <control>
    		<description>default thumbnail panel</description>
    		<type>thumbnailpanel</type>
    		<id>11</id>
    		<posX>12</posX>
    		<posY>130</posY>
    		<width>1280</width><!-- 930 --><!-- 800 works-->
    		<height>500</height>
    		<spinWidth>29</spinWidth>
    		<spinHeight>29</spinHeight>
    		<spinPosX>1145</spinPosX><!-- 1185 -->
    		<spinPosY>570</spinPosY>
    		<spinColor>ffb9d5dd</spinColor>
    		<textureUp>page_up_nofocus.png</textureUp>
        	<textureDown>page_down_nofocus.png</textureDown>
        	<textureUpFocus>page_up_focus.png</textureUpFocus>
        	<textureDownFocus>page_down_focus.png</textureDownFocus>
    		<itemWidth>215</itemWidth>
    		<itemHeight>215</itemHeight>
    		<textureWidth>185</textureWidth>
    		<textureHeight>185</textureHeight> 
    		<thumbWidth>147</thumbWidth>
    		<thumbHeight>147</thumbHeight>
    		<thumbPosX>19</thumbPosX>
    		<thumbPosY>19</thumbPosY>		
    		<!-- <imageFolder>cover_background_shadow.png</imageFolder> -->
    		<!-- <imageFolderFocus>CoverBackgroundShadow.png</imageFolderFocus> -->
    		<imageFolderFocus>background_glass_menu_area2.png</imageFolderFocus>
    		<font>-</font>
    		<selectedColor>00ffffff</selectedColor>
    		<textcolor>00b9d5dd</textcolor>
    		<colordiffuse>00ffffff</colordiffuse>
    		<remoteColor>00FFA075</remoteColor>
    		<downloadColor>0080ff80</downloadColor>		
    		<suffix>|</suffix>
    		<textureWidthBig>300</textureWidthBig><!-- 150 -->
    		<textureHeightBig>380</textureHeightBig> <!-- 150 -->
    		<itemWidthBig>300</itemWidthBig><!-- 180 -->
    		<itemHeightBig>400</itemHeightBig><!-- 180 -->
    		<thumbWidthBig>240</thumbWidthBig>
    		<thumbHeightBig>300</thumbHeightBig>
    		<thumbPosXBig>30</thumbPosXBig><!-- 19 -->
    		<thumbPosYBig>40</thumbPosYBig>	<!-- 19 -->
    		<shadow>no</shadow>
    		<enableFocusZoom>yes</enableFocusZoom>
    	</control>


    Is there something missing?

    With this code the selected thumb label disapear, but i dont what it so show ever.

    You mean this ?!

    I mean the text under the thumb not showing at all.

    Like this
     

    moesfeld

    Portal Pro
    September 27, 2007
    131
    13
    Home Country
    Germany Germany
    Sorry

    :sorry: for digging up such an old Thread but I have exactly the same Problem.
    I want to remove the font under the thumbnails.
    How did you place the text offscreen?
    I tried <fontPosX> an <label> and allso tried to set the font opaque but when not selected it´s visible
    I didn´t find anything in the Wiki about moving the Text.
     

    Users who are viewing this thread

    Top Bottom