[Google Wave APIs] Re: Strange behaviour when using Gadget API

2009-10-06 Thread Geeeee
Thanks a lot for your help. I will try the next days to get this finally done. In the meantime I use jQuery to get the things done. It's for a small presentation on wave and so I just needed something to create a small JS demo (with a little bit of eye candy stuff :D). On 6 Okt., 16:59, dLux wro

[Google Wave APIs] Re: Strange behaviour when using Gadget API

2009-10-06 Thread dLux
I had exactly the same problem with prototype.js, I had to disable it. But you can use the gadgets JSON parser (as I did also) instead: http://code.google.com/apis/gadgets/docs/remote-content.html#Fetch_JSON . Balázs On Oct 6, 1:04 pm, Avital Oliver wrote: > Yes - You need to tell Prototype to

[Google Wave APIs] Re: Strange behaviour when using Gadget API

2009-10-06 Thread Avital Oliver
Yes - You need to tell Prototype to implement stringify and parse by calling the existing Prototype functions. -- http://thewe.net On Mon, Oct 5, 2009 at 8:33 PM, Ge wrote: > > Thanks for the suggestion. But still no success. I think the main > problem is that I am not a experienced js dev

[Google Wave APIs] Re: Strange behaviour when using Gadget API

2009-10-05 Thread Geeeee
Thanks for the suggestion. But still no success. I think the main problem is that I am not a experienced js developer. I will try a few hours more to get the prototype object extended. Did I get you right, that I need to tell prototype to use the functions 'stringify' and 'parse' with the ones pro

[Google Wave APIs] Re: Strange behaviour when using Gadget API

2009-10-05 Thread Avital Oliver
The same error happens with MooTools. I believe it might be for the same reason. See if you can use this MooTools solution for your problem. http://wave.thewe.net/2009/09/07/google-wave-gadgets-using-mootools/ -- http://thewe.net On Mon, Oct 5, 2009 at 7:10 PM, Ge wrote: > > I don't know