Yes, thank you, I did. I extracted keys and values into ArrayCollection. On Fri, Nov 14, 2014 at 11:30 AM, Alex Harui <[email protected]> wrote:
> Did you try result[4] > > On 11/14/14, 7:14 AM, "mark goldin" <[email protected]> wrote: > > >I am getting data from .net middle tier. We are using FluorineFX for > >remoting.The MT sends data as dictionary, but what I am getting is a > >ProxyObject which looks like this: > > > >result mx.utils.ObjectProxy > >[4] Date > >[15] Date > >[17] Date > > > >Looks like there are tree records received from the server. How do I > >access > >that kind of data? > > > >Thanks > >
