Thanks Brendan. It worked! (ps. I've seen your work with Flex. It's amazing.)
--- In [email protected], "Brendan Meutzner" <[EMAIL PROTECTED]> wrote: > > Hi, > > If you're doing an HTTPService call, you can set the return type to > 'object', and then set the result of your call ( > event.lastResult.path.to.node.you.want) to your ArrayCollection. > > Alternatively, take a look at the ArrayUtil class if you're loading it in > via <mx:XML tag> > > > Brendan > > > > On 8/14/07, jovialrandor <[EMAIL PROTECTED]> wrote: > > > > I am trying to use a filterfunction for a Datagrid, and since <XML> tag > > does not have 'filterfunction' class, I want to convert it to > > ArrayCollection. > > > > Any ideas on how to do this? > > > > Thanks > > > > > > > > > > -- > Brendan Meutzner > Stretch Media - RIA Adobe Flex Development > [EMAIL PROTECTED] > http://www.stretchmedia.ca > http://www.meutzner.com/blog/ >

