Hello
I stumbled upon the same problem. I did the following workaround:
/*Ape.registerCmd('bar', true, function(params, cmd) {
cmd.user.pipe.setProperty('foo', null);// segmentation fault
//..
}*/
Ape.registerCmd('bar true, function(params, cmd) {
cmd.user.pipe.setProperty('foo', undefined);// ok,
//..
Ape.log(cmd.user.pipe.getProperty('foo) == undefined);
}
The delproperty bindings would be great. But I find it uncomfortable that
aped segfaults on null.
Does any body have a tip how to fix that? (user, pipe, channel, ..?)
Peter
--
--
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/
---
You received this message because you are subscribed to the Google Groups "APE
Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.