[FAQ] Multiimage Bortertexture
#1
Hi,

With a normal image it does so, just how I solve it with a Multiimage ?


Code:
<control type="image">
                <description>artist image</description>
                <posx>1028</posx>
                <posy>410r</posy>
                <width>220</width>
                <height>220</height>
                <fadetime>200</fadetime>
                <visible>!Skin.HasSetting(artistinvis) + !Skin.HasSetting(artistinvisOnePicisintheRootFolder)</visible>
                <texture background="true">$INFO[Player.Folderpath]../artist.jpg</texture>                
                <aspectratio aligny="bottom">keep</aspectratio>
                <bordertexture border="8">ThumbShadow.png</bordertexture>
                <bordersize>18</bordersize>
            </control>
            <control type="multiimage">
                <posx>1028</posx>
                <posy>410r</posy>
                <width>200</width>
                <height>200</height>
                <fadetime>200</fadetime>
                <imagepath border="8" bordertexture="ThumbShadow.png" bordersize="18" background="true">$INFO[Window.Property(ArtistSlideshow)]</imagepath>
                <aspectratio>keep</aspectratio>
                <timeperimage>400000</timeperimage>            
                <randomize>true</randomize>
                <aspectratio aligny="bottom">keep</aspectratio>
                <!-- <bordertexture border="8">ThumbShadow.png</bordertexture>
                <bordersize>18</bordersize> -->
                <visible>IsEmpty(Window.Property(ArtistSlideshowRefresh)) + !Skin.HasSetting(artistinvis) + Skin.HasSetting(artistinvisOnePicisintheRootFolder)</visible>
            </control>

greetz djtoll
Image
Skin.JOGGLER
----------------------------------
Download - djtoll's Add-On Repository / Add-Ons > Install from ZIP / Get Add-ons > Djtoll's Repository
Reply
#2
Not possible as i know, you need to put the border as a single image in the background.
Reply
#3
butchabay Wrote:Not possible as i know, you need to put the border as a single image in the background.

thats not a good result with images they are <aspectratio>keep</aspectratio> Big Grin
Image
Skin.JOGGLER
----------------------------------
Download - djtoll's Add-On Repository / Add-Ons > Install from ZIP / Get Add-ons > Djtoll's Repository
Reply
#4
djtoll Wrote:thats not a good result with images they are <aspectratio>keep</aspectratio> Big Grin

I know Smile
Reply

Logout Mark Read Team Forum Stats Members Help
[FAQ] Multiimage Bortertexture0