RE: [flexcoders] Setting Tree.selectedItem

2009-07-13 Thread Tracy Spratt
: Saturday, July 11, 2009 2:40 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Setting Tree.selectedItem Hello, I'm trying to do an application where the user can select images and put in on a panel (similar the example Diagrammer in the tour of Flex). Could you send me some example

RE: [flexcoders] Setting Tree.selectedItem

2009-07-13 Thread Tracy Spratt
: Saturday, July 11, 2009 2:40 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Setting Tree.selectedItem Hello, I'm trying to do an application where the user can select images and put in on a panel (similar the example Diagrammer in the tour of Flex). Could you send me some example

RE: [flexcoders] Setting Tree.selectedItem

2009-07-11 Thread Tracy Spratt
To: flexcoders@yahoogroups.com Subject: [flexcoders] Setting Tree.selectedItem I'm trying to set the selectedItem for the given example. But I'm having all sorts of problems. The tree's dataprovider is XML. I'm only interested in selecting the child nodes (@label == Receipt)that means I

Re: [flexcoders] Setting Tree.selectedItem

2009-07-11 Thread Terry Human
Enviado: sábado, 11 de julio, 2009 17:26:10 Asunto: RE: [flexcoders] Setting Tree.selectedItem I have a couple examples on www.cflex.net. Search for “expand tree”.   Tracy Spratt, Lariat Services, development services available From:flexcod...@yahoogro ups.com

[flexcoders] Setting Tree.selectedItem

2009-07-10 Thread bhaq1972
I'm trying to set the selectedItem for the given example. But I'm having all sorts of problems. The tree's dataprovider is XML. I'm only interested in selecting the child nodes (@label == Receipt)that means I have to expand the menu as well. Can someone give me some ideas? Code -