I downloaded the source file for Scotty’s V3_with_thumbs and would like to know how to add another dynamic text box to it.
I’ve tried and copied the arrangement and placement of iArray (calling it dArray), added dArray.push(gallery.childNodes*.attributes.descrip); (with descrip being my new entry in the XML file). Given an instance name etc… but if I call descripTxt.text = id; (descripText being the instance name of the text box) I get the same Text given by the existing info/title text.
dArray traces with the correct content (but all of it).
Can someone help me with adding in another dynamic text box please?