Hi Greg<br><br>Thanks for the reply.<br><br>Sorry if I wasnt clear, but the idea is that I draw the objects manually, then want to automate manipulating each of them automatically.<br><br>After going through the docs I didnt think that this was a simple &quot;how to&quot; request, I was thinking about it as a feature request.<br>
<br>Please see my reply to a.l.a, where I gave an (albeit very simple) example of what I am looking for. Hopefully others can find this feature useful, too.<br><br>-g<br><br><br>gh wrote:<br>
&gt; Hi everyone<br>
&gt;<br>
&gt; I am new to scribus and playing around with the scripter. I am trying<br>
&gt; to write a script that will operate on members of a group of objects.<br>
&gt; For example, I might want to step through each object and increment a<br>
&gt; color setting, some text, etc.<br>
&gt;<br>
&gt; Although I can group or ungroup a list of objects, I cant figure out<br>
&gt; how to access each member in the group.<br>
&gt;<br>
&gt; Seems like a pretty basic thing to do, am I missing something?<br>
The first thing I would say is that this kind of question is best placed<br>
on the regular scribus list, rather than scribus-dev.<br>
<br>
No, there is no way to identify groups of objects. Since you must have a<br>
list of objects when you make a group, keeping track of a list of names<br>
of objects is really a function of Python itself.<br>
<br>
It&#39;s hard to know what you&#39;re doing, but from the sound of it, I imagine<br>
this is going to be much easier to do with the main GUI interface,<br>
rather than writing scripts for it. You might do well to familiarize<br>
yourself with Scribus to see how easy things like this can be. The<br>
Properties palette is a wonderful tool.<br>
<br>
Greg<br>