[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: Filter Function on ArrayCollection with httpservices as there source

2007-04-02 Thread bnprrsh
in your case) and use stockFeed.lastResult.products.product as a source for databinding --- In flexcoders@yahoogroups.com, bnprrsh ben@ wrote: 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

[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

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

2007-02-06 Thread bnprrsh
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 party API made for some backup software. The API accepts HTTP post data