group creation and visualisation

Hello,

When I create a new group with the command

Utilities Groups Create “Mygroup"

The group tree is not updated and the new group doesn’t appear.

I must close and reopen the Layers and groups windows to see my new group.

Is there a command to refresh the group tree ?

Regards

Must use this Tcl procedure, (implemented in the file scripts/dev_kit.tcl, with common procedures for problemtype developers)

GidUtils::UpdateWindow GROUPS

OK, it works. Thank you.