QUOTE(kurokawa @ 05/08/07, 05:13 PM) [snapback]265725[/snapback]
I do realize that you cannot concatenate an array and a string. However, I am under the impression that using $jointNodes[0] will send only the first item of the list, hence the [0]. I need the send the whole list
You cant send in a list unless its a global variable off course (or tokenize it). However its much saner if you do your gui the other way around.
So instead of doing the listRelatives before press do it after, if its imperative that the node not change form start put in the startup thing into some container.
Its not purposeful to make guis that are static.