[flexcoders] RemoteObject result as dataprovider for mx:List

2006-10-03 Thread bulldog65mustang
I am calling a cfc that return a query. How do I set the result to a mx:List dataProvider? I have tried a couple different thing, but can only get [Object Object] to display for each item in the list. -- Flexcoders Mailing List FAQ:

Re: [flexcoders] RemoteObject result as dataprovider for mx:List

2006-10-03 Thread Igor Costa
Hi DubbyResult format as default it's Object as the other member pointed you to labelField you can set via AS3 or just in MXML the last result format for that.For example if you are retrive to XML you just put labelField=data.itemfor each item you get response.for using an Array collection you