[flexcoders] Re: Flex 2, AMFPHP and charset

2007-03-27 Thread RadicalByte
--- In flexcoders@yahoogroups.com, Rafael Guédez [EMAIL PROTECTED] wrote: Hello, I really don't know what to do, I'm using in the gateway: $gateway-setCharsetHandler( none, ISO-8859-1, ISO-8859-1 ); And running the application in the browser all the data look fine, but in the

[flexcoders] Dynamically sized array collection

2007-03-09 Thread RadicalByte
Hi All, I'm hitting my head against a brick wall trying to work this out, but to no avail. I would like to have an ArrayCollection which contains a variable number of ArrayCollections. My code looks like.. [CODE] var arrayCollection:ArrayCollection=new ArrayCollection(); var

[flexcoders] Sending form

2007-03-06 Thread RadicalByte
Hi All, This is my first post to the group, and is probably a stupid question.. I'm building my first flex application. It consists of the main application area and several forms. The main application area calls some web services via HTTPService and stores the resulting data in