[Google Wave APIs] Re: Can a Google Wave gadget use the HTML 5 canvas element?

2010-01-08 Thread John Dungan
Canvas definitely works in wave gadgets. I haven't done anything complex, but have made sure it works. Some gadget trouble shooting tips: 1) Make sure you have your script references right. While the basic canvas function may work, if you are using a framework or library, you'll need make sure

[Google Wave APIs] Re: gadget trouble using javascript

2010-01-02 Thread John Dungan
Try putting the gadgets.util.registerOnLoadHandler(init) after the functions. I think the OnLoad is firing before the init function is loaded. On Jan 2, 8:10 am, Simon Rawet wzebera...@gmail.com wrote: Hi, I think you have to include the wave javascript api right after ! [CDATA[ If that