Page 1 of 1

group creation and visualisation

Posted: Wed Aug 22, 2018 1:30 pm
by Felguf
Hello,

When I create a new group with the command

Code: Select all

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

Re: group creation and visualisation

Posted: Wed Aug 22, 2018 8:36 pm
by escolano
Must use this Tcl procedure, (implemented in the file scripts/dev_kit.tcl, with common procedures for problemtype developers)

GidUtils::UpdateWindow GROUPS

Re: group creation and visualisation

Posted: Thu Aug 23, 2018 8:48 am
by Felguf
OK, it works. Thank you.