<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE></TITLE>
<META content="text/html; charset=us-ascii" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18939"></HEAD>
<BODY bgColor=#ffffff text=#000000>
<DIV>
<P><FONT color=#008000><FONT color=#008000><FONT size=2><SPAN 
class=869554120-01092010><FONT color=#0000ff face=Arial>&nbsp;I am trying to 
make my TreePanel / LayerContainers actually move the openlayers around when I 
move them in either their specific groups or in the groups themselves. I have 
tried experimenting by moving layers up and down (using drag and drop) but it 
does not seem to have any effect. Am I missing some extra code to make this 
possible? Thanks for advice.</FONT></SPAN></FONT></FONT></FONT></P>
<P><FONT color=#008000><FONT color=#008000><FONT size=2><SPAN 
class=869554120-01092010></SPAN></FONT></FONT></FONT>&nbsp;</P>
<P><FONT color=#008000><FONT color=#008000><FONT size=2><SPAN 
class=869554120-01092010>&nbsp;</SPAN>//declare root tree 
node</FONT></P></FONT></FONT><FONT size=2>
<P></FONT><FONT color=#0000ff size=2><FONT color=#0000ff 
size=2>var</FONT></FONT><FONT size=2> layerRoot = </FONT><FONT color=#0000ff 
size=2><FONT color=#0000ff size=2>new</FONT></FONT><FONT size=2> 
Ext.tree.TreeNode({</P>
<P>text: </FONT><FONT color=#a31515 size=2><FONT color=#a31515 size=2>"All 
Legend Items"</FONT></FONT><FONT size=2>,</P>
<P>expanded: </FONT><FONT color=#0000ff size=2><FONT color=#0000ff 
size=2>true</P></FONT></FONT><FONT size=2>
<P>});</P>
<P></P>
<P></FONT><FONT color=#008000 size=2><FONT color=#008000 size=2>//add children 
to root node</P></FONT></FONT><FONT size=2>
<P>layerRoot.appendChild(layerList_Labels)</P>
<P>layerRoot.appendChild(layerlist_AOI)</P>
<P>layerRoot.appendChild(layerlist_Trails)</P>
<P>layerRoot.appendChild(layerlist_Footprints)</P>
<P>layerRoot.appendChild(layerlist_LegalFabric)</P>
<P>layerRoot.appendChild(layerlist_ParcelFabric)</P>
<P>layerRoot.appendChild(layerlist_Base)</P>
<P>layerRoot.appendChild(layerlist_Orthos)</P>
<P></P>
<P></P>
<P></FONT><FONT color=#0000ff size=2><FONT color=#0000ff 
size=2>var</FONT></FONT><FONT size=2> layerTree = </FONT><FONT color=#0000ff 
size=2><FONT color=#0000ff size=2>new</FONT></FONT><FONT size=2> 
Ext.tree.TreePanel({</P>
<P>title: </FONT><FONT color=#a31515 size=2><FONT color=#a31515 
size=2>''</FONT></FONT><FONT size=2>,</P>
<P>renderTo: </FONT><FONT color=#a31515 size=2><FONT color=#a31515 
size=2>'legend'</FONT></FONT><FONT size=2>,</P>
<P>root: layerRoot,</P>
<P>enableDD: </FONT><FONT color=#0000ff size=2><FONT color=#0000ff 
size=2>true</FONT></FONT><FONT size=2>,</P>
<P>applyLoader: </FONT><FONT color=#0000ff size=2><FONT color=#0000ff 
size=2>true</FONT></FONT><FONT size=2>,</P>
<P>rootVisible: </FONT><FONT color=#0000ff size=2><FONT color=#0000ff 
size=2>false</P></FONT></FONT><FONT size=2>
<P>});</P></FONT></DIV>
<DIV><P><HR>
This e-mail is intended for the original recipient(s) only. If you have received it in error, please advise the sender and delete this message.
</P></DIV>
</BODY></HTML>