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

2007-04-02 Thread bnprrsh
ld omit the root tag (probably =stockreport in your case) and > use "stockFeed.lastResult.products.product" as a source for > databinding.... > > > --- In flexcoders@yahoogroups.com, "bnprrsh" wrote: > > > > Hi, > > > > I am trying to use the

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

2007-04-02 Thread bnprrsh
Hi, I am trying to use the filter function on anrray collection with a http service lastResult source. I can't get passed this error "TypeError: Error #1034: Type Coercion failed: cannot convert mx.collections::[EMAIL PROTECTED] to Array." It seems to work fine when using my had coded object

[flexcoders] Re: HTTP Service doesnt seem to connect to location when running from a server

2007-02-06 Thread bnprrsh
ou app makes a request > for the cross domain when running it on your server. > > Let us know how you get on. > > On 2/6/07, bnprrsh <[EMAIL PROTECTED]> wrote: > > > > I am currently trying to create a simple front end app which connects > > to a 3rd

[flexcoders] HTTP Service doesnt seem to connect to location when running from a server

2007-02-06 Thread bnprrsh
I am currently trying to create a simple front end app which connects to a 3rd party API made for some backup software. The API accepts HTTP post data and generates its responses in XML. I have built a simple app with a HTTP service which posts data to the api and processes the responses. The app