Ok I understand, thank you very much Nicoals I'll try that :)
On 6 jan, 12:29, Nicolas Trani <[email protected]> wrote: > Hi, > > yes it's because the pipe is not added by inline push module, but it's > easy to add. > > Open scripts/commands/inlinepush.js and add > > params.data.pipe = chan.pipe.toObject(); > > juste before : > > chan.pipe.sendRaw(params.raw, params.data); > > Then restart your APE Server, and now it should work :) > > Regards. > > maxime.dehaye a crit : > > > > > Hi, > > > I'm currently trying the inlinepush functionnality, here's my > > problem : > > > I can "catch" the raw like that : client.onRaw('postmsg', etc... where > > client is the APE.Client instance, > > but I can't get to work this : pipe.onRaw('postmsg',etc.. where pipe > > is an instance of a pipe in a 'multiPipeCreate' event > > > Since the raw received does not contain any information about the > > channel I understand why the client js can't do what I want. > > Maybe there is a problem in the inlinepush.js on the server ? > > > I'm sorry i'm really new to APE, and pretty bad in english :s > > -- > Nicolas Trani - Web engineer > Weelya - Improve the webhttp://www.weelya.comhttp://www.ape-project.org
-- 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/
