I'm working in a very nice script, when finished
, I have almost everything done, but what I miss is a way for creating a window with an array of images(dynamically loaded, from a given folder) where I can click on any of them , and get some information associated to that image.
I've been looking for something about in this forums and some others, but haven't found anything I can take profiit from.
I've read de MPLScriptingHelp and still don't know how to create that:
Does it have anyting to do with:
code:
<Element xsi:type="ImageElement" Id="Img5">
<Position Top="5" Left="86"/>
<Image><Name>WHAT-SHOULD-BE-HERE???</Name></Image>
</Element>
??
or must the images be loaded once the window is created?
after creating the window via:
code:
var wnd=MsgPlus.CreateWnd ('sth.xml','winId',0);
Any help or suggestion is welcome,
Thanks.