Hey,

I'm starting to use the  cycleStack.. really cool thing, but I've some
trouble getting it to work :-S

on the command page (JS) I use
client.core.request.cycledStack.add('data',{'msg':time});
(client is a APE.client() object).

to retrieve it, I have  on a client page :

client.core.onRaw('data', function(raw) {
        console.log("received "+raw.data.msg);
});

I appears that there's no error on the sending part, but the reception
part is never triggered on the client side :( is it the wrong
syntax ?

Cheers
Léo

-- 
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/

Reply via email to