hi guys, first of all, ape is great and sounds very promising. after getting all samples working, i'm now a bit confused about on how using the javascript framework to build a simple send/receive app, like the soutbox demo.
therefore i've modified the shoutbox example and stripped everything out. now it looks like http://pastebin.com/d6929a36d but running the example in the browser does nothing more than sending one post to the server and creating a session. the raw result is: [ {"raw":"LOGIN","time":"1243464632","datas": {"sessid":"e79f9f8fd8fe1885b813e9076903d7c1"}}, {"raw":"IDENT","time":"1243464632","datas":{"user":{"properties": {"name":"user123"},"casttype":"uni" ,"pubid":"4c6415943f8ad66e4d79dd69cc2f9563"}}} ] but the this.create() event handler funtion is never called. thats why i'm not able to send any messages. what am i doing wrong? thanks in advance, cheers marc --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "APE Project" 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/ape-project?hl=en --- APE Project (Ajax Push Engine) Official website : http://www.ape-project.org/ Git Hub : http://github.com/APE-Project/ -~----------~----~----~----~------~----~------~--~---
