I have a flex site that uses the RemoteObject to connect to a
cfc (coldfusion). The cfc returns a query, now how do I take
information out of the query in flex?
For example if I say dataprovider=evt.result; in a datagrid
everything works fine.
If I try dataprovider=evt.result; in a tilelist I get
nothing. I haev a renderer for my tilelist and I want to only show
the values for image/desciption from the query in the tilelist.
How do I get only the image and description from each row of
the returned query from my cfc?
Please help!