No ideas? It would be so cool if we would be able to create our own
module :-(

On 7 Mai, 12:33, dflorey <[email protected]> wrote:
> Folks!
> As described herehttp://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