Thanks a lot, thats fantastic!
The XML file was either generated by XMLSpy using the Schema or was borrowed from another file. I use the same XML file for most of my interfaces and just change controls and things.
I've been using ActionScript (Flash) for too long now. When using global variables I'd just use
code:
_root.myVar = "blah";
Obviously, not possible with this.
I have declared variables out of functions etc in other scripts but didn't define the type so just using something like
code:
var Myvar;
var myVar = "";
I've taught myself a lot of languages, but rarely get past the basics.
This is (after Java) one of the hardest to get used to, probably because it seems to borrow some parts from other languages, but not others
I like to learn though and I also like to help, so I'll keep trying