RE: [flexcoders] Objects and arrays as treeview datasource

2006-04-27 Thread Matt Chotin
, Matt From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jonas Windey Sent: Wednesday, April 26, 2006 12:49 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Objects and arrays as treeview datasource Any examples on how to do that? The help only

RE: [flexcoders] Objects and arrays as treeview datasource

2006-04-26 Thread Matt Chotin
Since the children are named node and not children the default data descriptor isnt going to work. You probably need to write a quick ITreeDataDescriptor implementation that will return the right children property/collection. Matt From: flexcoders@yahoogroups.com

RE: [flexcoders] Objects and arrays as treeview datasource

2006-04-26 Thread Jonas Windey
To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Objects and arrays as treeview datasource Since the children are named node and not children the default data descriptor isnt going to work. You probably need to write a quick ITreeDataDescriptor implementation that will return the right