<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML xmlns:v = "urn:schemas-microsoft-com:vml" xmlns:o = 
"urn:schemas-microsoft-com:office:office" xmlns:w = 
"urn:schemas-microsoft-com:office:word" xmlns:m = 
"http://schemas.microsoft.com/office/2004/12/omml"><HEAD>
<META http-equiv=Content-Type content=text/html;charset=iso-8859-1>
<META content="MSHTML 6.00.6002.18357" name=GENERATOR>
<STYLE>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</STYLE>

<STYLE><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
span.EstilCorreuElectrnic17
        {mso-style-type:personal;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.EstilCorreuElectrnic19
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 3.0cm 70.85pt 3.0cm;}
div.WordSection1
        {page:WordSection1;}
--></STYLE>
</HEAD>
<BODY lang=CA id=MailContainerBody 
style="PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-TOP: 15px" vLink=purple 
link=blue leftMargin=0 topMargin=0 CanvasTabStop="true" 
name="Compose message area">
<DIV><SPAN style="COLOR: #1f497d">Try:</SPAN></DIV>
<DIV><SPAN style="COLOR: #1f497d">....<o:p></o:p></SPAN></DIV>
<DIV class=WordSection1>
<P class=MsoNormal><SPAN style="COLOR: #1f497d"><o:p>&nbsp;</o:p></SPAN></P>
<P class=MsoNormal><SPAN style="COLOR: #1f497d">var foo = 
Ext.getCmp('lyrsTree'); //gets the tree panel</SPAN></P>
<P class=MsoNormal><SPAN style="COLOR: #1f497d">var foo2 = 
foo.getNodeById('tpnOrto'); //uses the tree panel to get the node of 
interest</SPAN></P>
<P class=MsoNormal><SPAN style="COLOR: #1f497d"></SPAN>&nbsp;</P>
<P class=MsoNormal><SPAN style="COLOR: #1f497d">--or--</SPAN></P>
<P class=MsoNormal><SPAN style="COLOR: #1f497d"></SPAN>&nbsp;</P>
<P class=MsoNormal><SPAN style="COLOR: #1f497d">var foo = 
Ext.getCmp('lyrsTree').root; //gets the root node</SPAN></P>
<P class=MsoNormal><SPAN style="COLOR: #1f497d">var foo2 = 
foo.findChild('id','tpnOrto',true); //uses the root node to get the node of 
interest</SPAN></P>
<P class=MsoNormal><SPAN style="COLOR: #1f497d"></SPAN>&nbsp;</P>
<P class=MsoNormal><SPAN style="COLOR: #1f497d">Matt Priour</SPAN></P>
<P class=MsoNormal><SPAN style="COLOR: #1f497d">Kestrel Computer 
Consulting</SPAN></P>
<P class=MsoNormal><SPAN style="COLOR: #1f497d"><o:p>&nbsp;</o:p></SPAN></P>
<DIV class=MsoNormal style="TEXT-ALIGN: center" align=center><SPAN 
style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman','serif'"><o:p><FONT 
face=Arial size=2></FONT></o:p></SPAN>&nbsp;</DIV></DIV></BODY></HTML>