Hello! I need a litle help:
I have this piece of code:
I want to, when no icon is found in the folder, the thumb take place.
But the fallback image don't show up. I'm doing somenthing wrong?
Cheers!
I have this piece of code:
Code:
<control type="image">
<left>0</left>
<top>0</top>
<width>450</width>
<height>210</height>
<texture fallback="$INFO[ListItem.Thumb]" background="true">$INFO[ListItem.FolderPath,,icon.jpg]</texture>
<animation effect="fade" end="50" condition="true">Conditional</animation>
</control>
I want to, when no icon is found in the folder, the thumb take place.
But the fallback image don't show up. I'm doing somenthing wrong?
Cheers!