|
So in Flex 1.5 I would say that you’re
better off using value objects because the XML objects in Flex 1.5 are not that
flexible for display in a DataGrid. But with Flex 2 the answer is: use XML by
all means, that’s what e4x is for! Unfortunately you can’t do it
in the alpha quite yet, but in the next build you’ll see the
XMLListCollection which can be used for all of the cases you mentioned: 1) myDG.dataProvider = new XMLListCollection(event.result.prices); 2) myDG.dataProvider = new XMLListCollection(event.result.shops); 3) myDG.dataProvider = new XMLListCollection([EMAIL PROTECTED]
< 200]); Neat huh? Matt From:
[email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Alberto Albericio Salvador Hello all, YAHOO! GROUPS LINKS
|
- RE: [flexcoders] Data service results format: VO or XML... Matt Chotin
- RE: [flexcoders] Data service results format: VO o... Philippe Maegerman

