I\'m learning Google Wave gadgets. I\'m trying to force my gadget to resize itself. But I\'m keep getting error that gadgets.window is undefined.
Imagine I want to create game \"Rock-paper-scissors\" for Google Waves. I am thinking to implement it as a Wave Gadget.
How do I add a participant to a Wave using the Python API giv开发者_开发百科en their email address?The method to add a participant given a user id (AddParticipant) to waves is in the waveapi.model.OpB
With the current Wave API, is there any way to fetch the current state of a Wave? I want to writ开发者_JS百科e a little notifier app that observes any changes in a certain wave and notifies me...The w
For the Google Wave Python Robot Tutorial, my capabilities.xml is vi开发者_运维百科sible and I can add it to a Wave, but the robot isn\'t actually responding to the events. I checked the logs, but I\'
Is it possible to write a Google Wave plugin that turns it into an IDE for programm开发者_运维百科ing? With such an extension, Google Wave would be a replacement for Eclipse etc., and it would natural
I am writing a Google Wave Robot开发者_运维百科 that allows users to \"manage a wave\". I plan to have a configuration page on my website. When the configuration is changed, ideally all waves where th
The Google Wave documentation contains the Robot Events, but doesn\'t list what values will b开发者_开发问答e put into the properties dictionary. Is this documented anywhere?I had the same question an
Is there a way of accessing contents of a other page into a Google Wave widget? And also sending post requests to the other ser开发者_开发问答ver? Like an iframe behaviour?...yes, there\'s a little th
I wonder if there is a tool/framework available that 开发者_开发知识库supports testing Google Wave Gadgets outside Google Wave.