<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Alessandro,<br>
<br>
&nbsp; Thanks for your feedback.&nbsp; I wrote down your comments and should look
at them in the following days.<br>
<br>
Thanks again,<br>
<br>
Alexandre<br>
<br>
<br>
On 10-12-08 04:38 AM, Alessandro Pasotti wrote:
<blockquote
 cite="mid:AANLkTi=JhZbqP+qGUX0CbLF82Q-L3GZZaspM+R1Ly=yr@mail.gmail.com"
 type="cite">
  <div class="gmail_quote">2010/12/7 Alexandre Dube <span dir="ltr">&lt;<a
 moz-do-not-send="true" href="mailto:adube@mapgears.com">adube@mapgears.com</a>&gt;</span><br>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">There
you go :<br>
    <a moz-do-not-send="true"
 href="http://dev.geoext.org/sandbox/mapgears/geoext.ux/ux/LayerTreeBuilder/examples/tree-builder.html"
 target="_blank">http://dev.geoext.org/sandbox/mapgears/geoext.ux/ux/LayerTreeBuilder/examples/tree-builder.html</a><br>
    <br>
Only added nodes are currently managed. &nbsp;I still need to do some work<br>
for the removed nodes.<br>
  </blockquote>
  <div><br>
  </div>
  <div><br>
  </div>
  <div>Hi,</div>
  <div><br>
  </div>
  <div>thanks for sharing this useful component!!</div>
  <div><br>
  </div>
  <div>I'm also working on a similar tree, I tested yours but since I
use a lot of GeoExt "magic" (a layer store and no explicit calls to
map), the tree is not automatically populated because the layerStore
add event takes place before the tree itself exists.</div>
  <div><br>
  </div>
  <div>I had to add a listener to the tree, I'm not sure it is the
preferred method, &nbsp;but maybe you want to add it to the code:</div>
  <div><br>
  </div>
  <div>
  <div>&nbsp;&nbsp; &nbsp;// ABP: make sure tree is populated</div>
  <div>&nbsp;&nbsp; &nbsp;onAfterRender : function(self){</div>
  <div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;// ABP: what if the store was already populated but the
tree is empty?</div>
  <div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;if(! this.root.childNodes.length &amp;&amp;
this.layerStore.getRange() ){</div>
  <div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;this.onLayerAdded(this.layerStore,
this.layerStore.getRange(), 0);</div>
  <div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;}</div>
  <div>&nbsp;&nbsp; &nbsp;},</div>
  <div>&nbsp;</div>
  </div>
  <div>... and in initComponent</div>
  <div>
  <div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;// ABP: add event handler</div>
  <div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;this.on('afterrender', this.onAfterRender);</div>
  </div>
  <div><br>
  </div>
  <div><br>
  </div>
  <div>Another issue is with the checkboxes, it seems like unchecking a
children, unchecks the whole tree (upwards) even if a sibling is still
checked.</div>
  </div>
  <div><br>
  </div>
  <div>The best option would be to have a tristate checkbox for
partially checked subtrees.</div>
  <div><br>
  </div>
  <br>
-- <br>
Alessandro Pasotti<br>
w3:&nbsp;&nbsp; <a moz-do-not-send="true" href="http://www.itopen.it">www.itopen.it</a><br>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">-- 
Alexandre Dub&eacute;
Mapgears
<a class="moz-txt-link-abbreviated" href="http://www.mapgears.com">www.mapgears.com</a>
</pre>
</body>
</html>