2012-03-28, 11:20
Image is called floor.png - Diasble it buy commenting out or deleting the image control for it.
(2012-03-27, 21:00)Mudislander Wrote:(2012-03-27, 17:32)phyrros1 Wrote: Hi Mad-Max
Maybe you can help here as well. The two black "boxes" with the list of movies and the covers in the Confluence Video/Movies View Option "Media Info 2" view are not transparent enough for my taste.
I would like to have the background image to be more visible . How can I achieve this ?
Thanks for your help
Cheers
Phyrros
Same commands as HERE
(2012-03-28, 11:20)Mudislander Wrote: Image is called floor.png - Diasble it buy commenting out or deleting the image control for it.
(2012-03-28, 12:01)Mudislander Wrote: Without checking it's an include called CommonCount (I think) change the pozx to move it.
When I get a chance I'll confirm the include name for you
Edit OK found it it's an include called "CommonPageCount" and in the includes.xml "line 251"
<control type="fixedlist" id="9002">
<animation effect="slide" start="0,0" end="-91,0" time="0" condition="StringCompare(Container(9002).NumItems,2) | StringCompare(Container(9002).NumItems,4)">conditional</animation>
<include>Window_OpenClose_Animation</include>
<posx>0</posx>
<posy>190r</posy>
<width>1280</width>
<height>200</height>
<onleft>9002</onleft>
<onright>9002</onright>
<onup>9001</onup>
<ondown>20</ondown>
<pagecontrol>-</pagecontrol>
<scrolltime>300</scrolltime>
<focusposition>3</focusposition>
<movement>2</movement>
<orientation>Horizontal</orientation>
<itemlayout height="200" width="182">
<control type="image">
<posx>46</posx>
<posy>60</posy>
<width>90</width>
<height>60</height>
<aspectratio aligny="bottom">keep</aspectratio>
<bordertexture border="5">button-nofocus.png</bordertexture>
<bordersize>5</bordersize>
<colordiffuse>5FFFFFFF</colordiffuse>
<texture background="true">$INFO[ListItem.Icon]</texture>
</control>
<control type="image">
<posx>51</posx>
<posy>120</posy>
<width>80</width>
<height>50</height>
<aspectratio aligny="top">keep</aspectratio>
<colordiffuse>5FFFFFFF</colordiffuse>
<texture diffuse="diffuse_mirror2.png" flipy="true" background="true">$INFO[ListItem.Icon]</texture>
</control>
<control type="label">
<posx>91</posx>
<posy>125</posy>
<width>180</width>
<height>20</height>
<font>font10</font>
<textcolor>grey2</textcolor>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
</control>
</itemlayout>
<focusedlayout height="200" width="182">
<control type="image">
<posx>46</posx>
<posy>60</posy>
<width>90</width>
<height>60</height>
<aspectratio aligny="bottom">keep</aspectratio>
<bordertexture border="5">button-nofocus.png</bordertexture>
<bordersize>5</bordersize>
<colordiffuse>5FFFFFFF</colordiffuse>
<texture background="true">$INFO[ListItem.Icon]</texture>
<visible>!Control.HasFocus(9002)</visible>
</control>
<control type="image">
<posx>46</posx>
<posy>60</posy>
<width>90</width>
<height>60</height>
<aspectratio aligny="bottom">keep</aspectratio>
<bordertexture border="5">folder-focus.png</bordertexture>
<bordersize>5</bordersize>
<texture background="true">$INFO[ListItem.Icon]</texture>
<visible>Control.HasFocus(9002)</visible>
</control>
<control type="image">
<posx>51</posx>
<posy>120</posy>
<width>80</width>
<height>50</height>
<aspectratio aligny="top">keep</aspectratio>
<texture diffuse="diffuse_mirror2.png" flipy="true" background="true">$INFO[ListItem.Icon]</texture>
</control>
<control type="label">
<posx>91</posx>
<posy>125</posy>
<width>180</width>
<height>20</height>
<font>font10</font>
<textcolor>white</textcolor>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
<visible>Control.HasFocus(9002)</visible>
</control>
<control type="label">
<posx>91</posx>
<posy>125</posy>
<width>180</width>
<height>20</height>
<font>font10</font>
<textcolor>grey2</textcolor>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
<visible>!Control.HasFocus(9002)</visible>
</control>