Hi, On 16 mar, 19:36, Cadrach <[email protected]> wrote: > Hi, I saw there is already some answer to your issue, but the reason > why you do not have context in the function called with onSend.
The problem is not really about the 'this' parameter inside the 'onSend' callback, but rather the callback function is never called at all. The 'this' issue you highlight was in fact the exact topic of my previous topic (here: http://groups.google.fr/group/ape-project/browse_thread/thread/394b9e0cb0a2f219?hl=fr ). And yes, there is a similar feature in MooTools and it works just fine: this.channel.pipe.onSend = this.onSend.create({bind: this}); // this uses MooTools. Anyway, thanks for trying to help. Nouk² -- 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/
