ined create GROUP

Ethan Gold (etgold@cs.vassar.edu)
Sat, 13 Jan 96 13:39:00 EST

I tried to make use of the ined create GROUP <node> <node> ...
in a script and it appears to be broken. it creates a group which I
can then name, etc, but it ignores all it's <node> parameters, returning
me an empty group up in the left corner of the canvas.

the following code creates the empty group.
I'm sure my selection is good because when the script exits, all the
proper nodes are selected. i've tried several different ways of
wording that command, removing compound statement, etc. no dice.
an ined retrieve on the newly created group returns everything you'd
expect, but as on the canvas, the group is empty.

foreach nodeid $groupnodelist {
ined select $nodeid
}

puts [set newgroupid [ined create GROUP [ined select]]]

any suggestions?

-Ethan