View Issue Details

IDProjectCategoryView StatusLast Update
0016610ScribusScripterpublic2021-08-10 13:19
Reporterwillsonlin Assigned To 
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status newResolutionopen 
Summary0016610: The Scripter command groupObjects() should allow assign the name to the group
DescriptionThe groupObjects() command in Scripter is a handy way to group a list of objects,however,currently it is not possible to specific the name of the grouped object.
TagsNo tags attached.
PatchNo

Activities

jghali

2021-08-10 13:19

administrator   ~0049204

You can already do so by using setItemName():
newGroupName = groupObjects()
setItemName("MyGroup", newGroupName)

Issue History

Date Modified Username Field Change
2021-08-10 12:25 willsonlin New Issue
2021-08-10 13:19 jghali Note Added: 0049204