Folks!
As described here
http://code.google.com/p/gears/wiki/CreatingNewModules
I managed to write a new module (see my comments on the Wiki page).
However, when I try to call that module from JS like this
<html>
<script type="text/javascript" src="gears_init.js"></script>
<script type="text/javascript">
var sip = goolge.gears.factory.create('beta.sip');
var res = sip.demo("Huhu", 4711);
alert("Res: "+res);
</script>
</html>
Is there any location beyond factory_impl.cc where I have to register
my module?
Thanks for any hints in advance!
-Oliver

Reply via email to