I have been using <mx:RemoteObject>  to obtain data via a cfc with
returntype query
 
The result comes back as result = mx.collections.ArrayCollection 
with a list of Objects each with a set of properties
which I turn into a bindable ArrayCollection via 
myAC = new ArrayCollection(mx.utils.ArrayUtil.toArray(event.result))

I then use myAC as the dataProvider for a dataGrid.


However, when I use <mx:WebService> for a similar process,
the result is returned as an Array with a list of mx.utils.ObjectProxy
each with a set of properties

I'm having trouble getting at this data so I can bind it to the dataGrid
Any idea what I should be doing - and why RemoteObject and WebService
present data differently






------------------------ Yahoo! Groups Sponsor --------------------~--> 
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM
--------------------------------------------------------------------~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to