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
[mailto:flexcoders@yahoogroups.com] On Behalf Of Jonas Windey Sent: Tuesday, April 25, 2006 1:30 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Objects and arrays as treeview datasource Hi, Im trying to fill my treeview with data retrieved from a webservice. I have my resultformat set

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

[flexcoders] Objects and arrays as treeview datasource

2006-04-25 Thread Jonas Windey
Hi, Im trying to fill my treeview with data retrieved from a webservice. I have my resultformat set to default (Object), as e4x or xml doesnt give the correct result. Filling a datagrid with the data I retrieve works perfectly, but the problem is when there are nested objects in