[flexcoders] Re: Filter Function on ArrayCollection with httpservices as there source

2007-04-02 Thread iko_knyphausen
You could e4x as resultFormat and then bind this to an XMLListCollection, which in turn you can filter with a function. In e4x you would omit the root tag (probably =stockreport in your case) and use stockFeed.lastResult.products.product as a source for databinding --- In

[flexcoders] Re: Filter Function on ArrayCollection with httpservices as there source

2007-04-02 Thread bnprrsh
Thanks so much it worked a treat! --- In flexcoders@yahoogroups.com, iko_knyphausen [EMAIL PROTECTED] wrote: You could e4x as resultFormat and then bind this to an XMLListCollection, which in turn you can filter with a function. In e4x you would omit the root tag (probably =stockreport