Hi Nitro,

In FloatCanvas2, how do I delete a group?
if I create a group with group = canvas.create( 'Group', name = "name"
) and add children to it, I tried to delete the children with
something like (and its variations):
x = group._getChildren()
for i in range(len(x)):
    canvas.removeChild(x[i])

but it does not work...
I am able to get all children but I can't delete them.

thanks in advance

Marcos
_______________________________________________
FloatCanvas mailing list
[email protected]
http://paulmcnett.com/cgi-bin/mailman/listinfo/floatcanvas

Reply via email to