when markee and i were trying to set control text of a Text Element it wouldnt work... so then we looking into the scripting docs and we found out that you cant set the control text of it. we know a way of making it work (by hard coding it) but we really wanted to be able to use:
code:
WndId.SetControlText(ControlId, Stuff to put);
to do it... maybe in a future release?