[flexcoders] Re: Arraycollection to xml

2009-03-20 Thread greg_lafrance
You could parse the ArrayCollection and build up JSON data, then pass the data to PHP and convert to XML there. --- In flexcoders@yahoogroups.com, venkat eswar cooler...@... wrote: Hi all, I am using advanceddatagrid with treestructure. I used Arraycollection as Dataprovider for

[flexcoders] Re: Arraycollection to xml

2009-03-20 Thread oneworld95
http://nsdevaraj.wordpress.com/2008/08/20/arraycollection-xml/ (This question's been asked so many times, it should be in an FAQ somewhere!) - Alex C --- In flexcoders@yahoogroups.com, greg_lafrance glafra...@... wrote: You could parse the ArrayCollection and build up JSON data, then pass the

RE: [flexcoders] Re: Arraycollection to xml

2009-03-20 Thread Tracy Spratt
] On Behalf Of oneworld95 Sent: Friday, March 20, 2009 2:08 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Arraycollection to xml http://nsdevaraj. http://nsdevaraj.wordpress.com/2008/08/20/arraycollection-xml/ wordpress.com/2008/08/20/arraycollection-xml/ (This question's been asked so

[flexcoders] Re: ArrayCollection or XML

2009-03-12 Thread tiend...@ezweb.ne.jp
It's OK with me. Anyway thanks Tracy --- In flexcoders@yahoogroups.com, Tracy Spratt tspr...@... wrote: In all cases, use the appropriate API to navigate to the desired data object, then access the data via the methods and properties provided by that object. Tracy Spratt, Lariat

[flexcoders] Re: ArrayCollection or XML

2009-03-12 Thread cvsikh
From help menu, click on Help contents and search for datagrid. Open the first result and you'll find your answer there about displaying datagrid content in 'textbox'. Basically, you can use dg.selectedItem.whichcolumn to show data any where. --- In flexcoders@yahoogroups.com, tiend...@...