fallback don´t show up
#1
Hello! I need a litle help:

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!
Reply
#2
You can't use an info label as a fallback; only an actual texture. Use a variable for the texture instead with the conditions you want.
Reply
#3
(2020-07-12, 10:17)Hitcher Wrote: You can't use an info label as a fallback; only an actual texture. Use a variable for the texture instead with the conditions you want.

Ahhhh!!! Very thanks!!!!
Reply

Logout Mark Read Team Forum Stats Members Help
fallback don´t show up0