Im a little confused with the XML windows displaying images, currently:
code:
<Element xsi:type="ImageElement" Id="ImgLogo">
<Position Top="40" Left="40"/>
<Image><Name>padlock</Name></Image>
</Element>
and i have padlock.png in Scripts/myscript/Images/padlock.png
(notice the capital I for the folder name)
basicy where does the element go, in the same place as the controls?
or in a seprate elements tag.
Please help