I'm looking for a way to display CklearArt ClearLogo on after another. At teh moment I'm only able to display one or another - depending on what is present:
What I would like to do is to switch permanently between these too.
Can anyone help me please?
Code:
<control>
<description>Clear Art CDArt</description>
<type>image</type>
<id>4001</id>
<posX>20</posX>
<posY>742</posY>
<width>600</width>
<height>506</height>
<align>center</align>
<keepaspectratio>yes</keepaspectratio>
<texture>..\..\..\Thumbs\ClearArt\Movie\#(string.trim(#MovingPictures.SelectedMovie.imdb_id)).png</texture>
<visible>Control.IsVisible(50)</visible>
</control>
<control>
<description>Clear Logo CDART</description>
<type>image</type>
<id>4002</id>
<posX>20</posX>
<posY>810</posY>
<width>600</width>
<height>481</height>
<align>center</align>
<keepaspectratio>yes</keepaspectratio>
<texture>..\..\..\Thumbs\ClearLogo\Movies\#(string.trim(#MovingPictures.SelectedMovie.imdb_id)).png</texture>
<visible>Control.IsVisible(50)+(!Control.HasThumb(4001)</visible>
</control>
What I would like to do is to switch permanently between these too.
Can anyone help me please?
Last edited: