Thanks for all of your help getting my setup working.
Btw, I had to change the cake-amf tutorial code to get the single
request button working to:

        private function onResult(result:*):void
        {
                for (var i:int=0; i < result.Users.length; i++) {
                        dgItems.addItem(result.Users[i].User);
                }
        }



On Sep 4, 12:28 pm, Gwoo <[EMAIL PROTECTED]> wrote:
> irc://irc.freenode.net/cake-amf
>
> #cake-amf is a channel on irc. You can also join, #cakephp for
> generalized Cake help.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to