Re: [flexcoders] Re: Using an ArrayCollection to populate a Tree component

2010-04-07 Thread Oleg Sivokon
Why make your own collection and not data descriptor: Well, this is questionable, and the question is exactly how much time are you going to spend on that and how critical this place is for you. If you can spend much time, or, as much time as you want, I'd say - make a tree control yourself, and

RE: [flexcoders] Re: Using an ArrayCollection to populate a Tree component

2010-04-07 Thread Battershall, Jeff
. -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of md_ars Sent: Wednesday, April 07, 2010 12:58 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Using an ArrayCollection to populate a Tree component I ran in to the similar

Re: [flexcoders] Re: Using an ArrayCollection to populate a Tree component

2010-04-07 Thread Alex Harui
to make sure I'm doing the right thing, since either approach seems to involve quite a bit of ActionScript. Thanks again. --- On Tue, 4/6/10, Jeff britton.jeff@ wrote: From: Jeff britton.jeff@ Subject: [flexcoders] Re: Using an ArrayCollection to populate a Tree

Re: [flexcoders] Re: Using an ArrayCollection to populate a Tree component

2010-04-06 Thread Phil Boissiere
of ActionScript. Thanks again. --- On Tue, 4/6/10, Jeff britton.j...@gmail.com wrote: From: Jeff britton.j...@gmail.com Subject: [flexcoders] Re: Using an ArrayCollection to populate a Tree component To: flexcoders@yahoogroups.com Date: Tuesday, April 6, 2010, 7:18 AM

Re: [flexcoders] Re: Using an ArrayCollection to populate a Tree component

2010-04-06 Thread Alex Harui
: [flexcoders] Re: Using an ArrayCollection to populate a Tree component To: flexcoders@yahoogroups.com Date: Tuesday, April 6, 2010, 7:18 AM You can also create a custom data descriptor and set the dataDescriptor property of the tree component. See http://livedocs. adobe.com/ flex/3/html/ help.html

Re: [flexcoders] Re: Using an ArrayCollection to populate a Tree component

2010-04-06 Thread Alex Harui
: [flexcoders] Re: Using an ArrayCollection to populate a Tree component To: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com Date: Tuesday, April 6, 2010, 7:18 AM You can also create a custom data descriptor and set the dataDescriptor property of the tree component