Hey all!
I have a question about the XML windows: how can I set an image location for a ImageElement, like this:
code:
<Element xsi:type="ImageElement" Id="ImgLogo">
<Position Top="2" Left="10" Width="32" Height="32"/>
<Image><Name>countdown-logo</Name></Image>
<Mosaic>ResizeToFit</Mosaic>
</Element>
since this one doesn't display anything.
The image I want is in the images subfolder in script directory, so it's packed with the script.
TIA!