<p>Hi bernhard,<br>
This is a known limitation wiht all the methods of that interface. See the ticket for details.<br>
Ciao</p>
<div class="gmail_quote">On 27 Apr 2011 11:15,  <<a href="mailto:Bernhard.Stroebl@jena.de">Bernhard.Stroebl@jena.de</a>> wrote:<br type="attribution">> Hi Marco,<br>> <br>> I updated QGIS to the last 1.7 pre-Version and this works now:<br>
> li=self.iface.legendInterface()<br>> p=li.addGroup("Parent", False)<br>> c1=li.addGroup("Child1", False, p)<br>> c2=li.addGroup("Child2", False, p)<br>> <br>> p is a valid index within li, so<br>
> li.groupExists(p) returns True<br>> <br>> _BUT_ c1 and c2 are relative indeces within p<br>> c1 equals 0 and c2 equals 1<br>> thus it is not possible to add layers to the child groups because<br>> li.groupExists(c1) returns False (given there are already a couple of <br>
> layers in the project)<br>> <br>> could you imagine a quick fix or do you want me to file a ticket or <br>> reopen <a href="https://trac.osgeo.org/qgis/ticket/3263">https://trac.osgeo.org/qgis/ticket/3263</a> ?<br>
> <br>> best wishes<br>> <br>> Bernhard<br>> <br>> <br>> ________ Information from NOD32 ________<br>> This message was checked by NOD32 Antivirus System for Linux Mail Server.<br>> <a href="http://www.nod32.com">http://www.nod32.com</a><br>
> _______________________________________________<br>> Qgis-user mailing list<br>> <a href="mailto:Qgis-user@lists.osgeo.org">Qgis-user@lists.osgeo.org</a><br>> <a href="http://lists.osgeo.org/mailman/listinfo/qgis-user">http://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>
</div>