Thanks that worked ... now back to PeterD's Blog to get the code to open by clicking the row.
--- In [email protected], "Doug McCune" <[EMAIL PROTECTED]> wrote: > > that's controlled by two different styles: disclosureClosedIcon and > disclosureOpenIcon > > Doug > > On Wed, Aug 27, 2008 at 12:16 PM, randalma2120 <[EMAIL PROTECTED]>wrote: > > > I created a Tree with new icons for folderOpen and folderClosed but I > > still have the arrow. Can someone show or point me to how to remove this. > > > > Used this is the CSS > > > > Tree { > > defaultLeafIcon: Embed("icons/application.png"); > > folderOpenIcon: Embed("icons/minus.png"); > > folderClosedIcon: Embed("icons/plus.png"); > > } > > > > Data is simple: > > > > <mx:XMLList id="treeData"> > > <node label="Students"> > > <node label="Report 1" /> > > <node label="Report 2"/> > > <node label="Report 3"/> > > <node label="Report 4"/> > > <node label="Listing by Program"> > > <node label="Report 1" /> > > <node label="Report 2"/> > > <node label="Report 3"/> > > </node> > > </node> > > </mx:XMLList> > > > > > > >

