Thank you for $ESCINFO
#1
Wink 
Hi,

I noticed that trying to show an image using a path from the listitem.art(thumb) passed to a skin.string does not work if said string contains an underscore - or maybe it's square brackets?

I did this:

Code:
<onclick>Skin.SetString(LookCover,$INFO[Listitem.Art(thumb)])</onclick>
...
<control type="image">
[...]
     <texture background="true" border="0">$INFO[Skin.String(LookCover)]</texture>
[...]
</control>

But changing the Skin.SetString to use $ESCINFO[] fixes it..

Edit: This thread started as a question, but I got it figured out before anyone answered. Thanks for not replying and giving me time to fix my bad Wink
Reply

Logout Mark Read Team Forum Stats Members Help
Thank you for $ESCINFO0