Sometimes an execution error pops up: stack "platyvue": execution error at line 140 (Chunk: can't find background), char 1
command fillNodeDisplayDataGrid --pulls from the working array for node list display
--fill the node name field
--fill the link list field
repeat for each key tKey in workingArray
put nodeString(tKey) into theDataA[tKey]["node"]
put linkListString(tKey) into theDataA[tKey]["links"]
end repeat
delete variable theDataA["0"] --key 0 is for metadata
140-> set the dgData of group "nodeListDataGrid" to theDataA --dgData is what the data grid uses
end fillNodeDisplayDataGrid
I assume "background" is referring to the background of the datagrid form template, but this doesn't seem to be causing any problems so I haven't looked into it yet.
Sometimes an execution error pops up: stack "platyvue": execution error at line 140 (Chunk: can't find background), char 1
command fillNodeDisplayDataGrid --pulls from the working array for node list display --fill the node name field --fill the link list field repeat for each key tKey in workingArray put nodeString(tKey) into theDataA[tKey]["node"] put linkListString(tKey) into theDataA[tKey]["links"] end repeat delete variable theDataA["0"] --key 0 is for metadata 140-> set the dgData of group "nodeListDataGrid" to theDataA --dgData is what the data grid uses end fillNodeDisplayDataGrid
I assume "background" is referring to the background of the datagrid form template, but this doesn't seem to be causing any problems so I haven't looked into it yet.