Re: [flexcoders] Re: Flex 2, AMFPHP and charset

2007-03-28 Thread Rafael Guédez
g at the communication between flex and php, this is easy using Firefox and the latest version of Firebug... On 27/03/07, Rafael Guédez <[EMAIL PROTECTED]> wrote: Thanks Ryan, I tried with varchar and text datatype and I got the same problem. For example: the char "á" l

Re: [flexcoders] Re: Flex 2, AMFPHP and charset

2007-03-27 Thread Rafael Guédez
rote: --- 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"

[flexcoders] Flex 2, AMFPHP and charset

2007-03-26 Thread Rafael Guédez
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 database this really write weird characters for special chars, and I need this

[flexcoders] Get only the visible nodes of the Tree

2006-09-09 Thread Rafael Guédez
Hi,I would like integrate a Tree with an DataGrid. I did this before in Flash using a for in... loop with myTree.getNodeDisplayedAt(x). But now I'm trying to do the same in Flex.The idea is call an function each time that the user open some branch, then refresh the beside DataGrid with another da