Good to hear (or read, whatever
)
I've read your to-do list:
quote:
multiple items on the clipboard
I'm not sure of how you handle clipboard stuff, but you might get some results using an array.
quote:
control/element builder
You'll need to dynamically write an interface window to a file (eg. "WndTest
UserID.xml"), load it and get some workaround for the events of a specific control.
Furthermore, I got the following message:
You could make some entries in ScriptInfo.xml that describes the obsolete files:
XML code:
<ScriptInfo>
[...]
<ObsoleteFiles>
<File>Obsolete1.js</File>
<File>Obsolete2.xml</File>
</ObsoleteFiles>
</ScriptInfo>
Then read the XML, and delete the files specified, if they exist.