[Google Wave APIs] First (usable) gadget: Waffle

2009-11-23 Thread Mikkel Staunsholm
I call this a Waffle. It's like Doodle but in a Wave. Change the header to reflect what you wan't to find a date for, then press 'Add date' to suggest as many days as you'd like. Click on a date to remove it again. Wan't to add a Waffle to your own wave? Press the puzzle button to add a gadget and

Re: [Google Wave APIs] Re: Gadget and Wave States problem

2009-11-23 Thread a webulite
Pamela, so I am clear, making it "public" means available only to people that have Wave right? I have embedded a wave on one of my web pages, and made it public. I understand that to mean that any Wave user can join in, and also edit it. But... people without Wave will get that screen that tells t

[Google Wave APIs] Re: Wave Embed API BUG?

2009-11-23 Thread webulite
I am having the exact same problem. I tried the percentages, and that does not work. Would it be possible for someone to post the table code they are recommending? no matter what div or table settings I try, the bottom of the wave will not appear and is cut off exactly as the original posted showe

[Google Wave APIs] Accessing a blip from a different context/wave

2009-11-23 Thread Paolo Tell
As title: I would like to access data contained in a blip from a different wave. Let's say I have an event from wave A and i want to read data from blip Z contained in wavlet Y which is part of wave X. I have all the ids of X,Y,Z but I cannot figure out how to get the data out of blip Z. I mean som

[Google Wave APIs] Authorized google wave gadget viewer

2009-11-23 Thread Solvek
Imagine I want to create game "Rock-paper-scissors" for Google Waves. I am thinking to implement it as a Wave Gadget. The idea is simple: all participants send their decisions to my cloud app (it is an Appengine Java Application), my server part collects this data and does not share to anybody unt

[Google Wave APIs] Spelly Code

2009-11-23 Thread Eyal
Do anyone know where can I look at the spelly robot code? -- You received this message because you are subscribed to the Google Groups "Google Wave API" group. To post to this group, send email to google-wave-...@googlegroups.com. To unsubscribe from this group, send email to google-wave-api+un

[Google Wave APIs] Nov. 24th Releases: API Changes

2009-11-23 Thread pamela (Google Employee)
Hi developers - We released a new version of the Wave sandbox and preview servers today, and there were several API fixes included. - Issue 158 : Missing wavelet output from robot - Issue 327 : Uncaught TypeError: Illegal invocation - Issue 333 : wave-preview not working as describe

[Google Wave APIs] Re: how to access sibling of root blip

2009-11-23 Thread Stephen George
Thanks cmdskip for the suggestion, I've adapted my capabilities.xml as you suggested. Unfortunately that doesn't seem to have changed the number of blips I can read through (for my robot at least). S On Nov 23, 10:04 pm, cmdskp wrote: > Good day, Stephen! > > Have a look at the reply I just le

[Google Wave APIs] login form for an embedded wave

2009-11-23 Thread technohippy
Hi, I embedded an wave in my blog. When users didn't log in a login form is displayed in an iframe. The problem is that the login form is for a regular google wave and it's so big for my iframe that the login button is located out of the iframe. If my memory is correct, there was a special login

Re: [Google Wave APIs] Re: Robot Access Robot

2009-11-23 Thread pamela (Google Employee)
Just wanted to make a few clarifications - Spelly is an agent, not a robot. An agent acts on behalf of the user and interacts directly with the Wave server. A robot sends its actions through a special robot-proxying agent, and it is considered to be a unique participant. Currently, Google Wave only

[Google Wave APIs] Re: how to access sibling of root blip

2009-11-23 Thread cmdskp
Good day, Stephen! Have a look at the reply I just left on that thread "How to delete all the blips in a wave except the root blip??" I'd given a shorter version of how the event design for robots is specified before on the issue tracker to help Olreich a few days ago. In essence you can (curren

[Google Wave APIs] Re: How to delete all the blips in a wave except the root blip??

2009-11-23 Thread cmdskp
@qMax: As of today, it appears to delete only the blip and its inline replies (the collapseable blips) - not standard reply children. @shitu: Last night I was testing deleting of all blips on WAVELET_SELF_ADDED. It worked fine then, I recursively went through the children and all were deleted -

Re: [Google Wave APIs] Re: Gadget and Wave States problem

2009-11-23 Thread Matias Molinas
Any idea about this behavior? Here is the source code for using wave states in the gadget: function stateUpdated(){ wave.log("stateUpdated..."); var eventList = wave.getState().get('eventList'); if (eventList)

Re: [Google Wave APIs] Re: Gadget and Wave States problem

2009-11-23 Thread Matias Molinas
thanks for the playback on wave! I'm not crazy! sometimes works: https://wave.google.com/wave/?ll=debug#minimized:nav,minimized:contact,minimized:search,restored:wave:googlewave.com!w%252BTFB024BjA sometimes not: https://wave.google.com/a/wavesandbox.com/?ll=debug#minimized:nav,minimized:contac

Re: [Google Wave APIs] Re: Gadget and Wave States problem

2009-11-23 Thread Matias Molinas
As you can see using playback in: https://wave.google.com/wave/?ll=debug#minimized:nav,minimized:contact,minimized:search,restored:wave:googlewave.com!w%252BBqazgSXrA.3 some times the wave states is alive and works 2009/11/23 matias molinas : > Hi, sorry, is public now  :-) > > https://wave.goog

Re: [Google Wave APIs] Re: Robot Access Robot

2009-11-23 Thread Vikram Dhillon
If the source for Spelly is available you can check that out and then add the options you want to add :) -- Regards, Vikram Dhillon On Monday 23 November 2009 04:06:32 am Avital Oliver wrote: > Interesting. Thanks for this information. > > Avital. > > -- > http://blog.thewe.net > http://twit

[Google Wave APIs] Re: how to access sibling of root blip

2009-11-23 Thread Stephen George
...I believe I found the answer to my question from Olreich's helpful post here: "How to delete all the blips in a wave except the root blip??" . When your robot receives an event about an updated Blip, you can expect to receive context of only a limited number of parents, children, and siblings.

[Google Wave APIs] Re: Introducing Annoty, the annotation (and replacement) generic bot

2009-11-23 Thread Raphaël Pinson
Hi guys, 2009/11/23 Raphaël Pinson : > Hi Beldar, > > > Thank you for your feedback. > > 2009/11/23 Beldar : >> I tested Annoty and it works both on the sandbox and preview server, >> there's a little delay though. >> > > Yes, it's sometimes slow. I'll be working on that. I'm planning to do > a fe

[Google Wave APIs] Re: Introducing Annoty, the annotation (and replacement) generic bot

2009-11-23 Thread Raphaël Pinson
Hi Beldar, Thank you for your feedback. 2009/11/23 Beldar : > I tested Annoty and it works both on the sandbox and preview server, > there's a little delay though. > Yes, it's sometimes slow. I'll be working on that. I'm planning to do a few changes in the way Annoty works. It currently does th

Re: [Google Wave APIs] Presenting HyperLinky, a bot that simplifies linking to common sites

2009-11-23 Thread Raphaël Pinson
On Mon, Nov 23, 2009 at 5:56 AM, Tommy wrote: > Hello everyone, >   This bot is designed to make linking to common sites very simple. > Want to link to a Google search? type g_(your search). Dictionary? > type d_reallylongword. HyperLinky links to over 10 common sites (and > growing) such as Wikip

[Google Wave APIs] Re: Introducing Annoty, the annotation (and replacement) generic bot

2009-11-23 Thread Beldar
I tested Annoty and it works both on the sandbox and preview server, there's a little delay though. I think it would be cleaner if it removes the tag (i.e. ) and leaves only the italic word in italic. Cya! On Nov 23, 9:52 am, Raphaël Pinson wrote: > Hi guys, > > Thank you for your feedback. I j

[Google Wave APIs] Re: Introducing Annoty, the annotation (and replacement) generic bot

2009-11-23 Thread Beldar
I'm testing Annoty both in Sandbox and Preview Server and doesn't seem to work... I've tried a new blip with text "italic " I am doing something wrong? Cya! On Nov 23, 9:52 am, Raphaël Pinson wrote: > Hi guys, > > Thank you for your feedback. I just added gadget functionalities to > Annoty this

[Google Wave APIs] Re: Gadget and Wave States problem

2009-11-23 Thread matias molinas
Hi, sorry, is public now :-) https://wave.google.com/wave/#minimized:nav,minimized:contact,minimized:search,restored:wave:googlewave.com!w%252B29Kw7WeBA.2 On 23 nov, 11:34, "pamela (Google Employee)" wrote: > Hi Matias - > > Please make that Wave public if you would like others to be able to

[Google Wave APIs] Re: Gadget and Wave States problem

2009-11-23 Thread pamela (Google Employee)
Hi Matias - Please make that Wave public if you would like others to be able to see it. - pamela On Mon, Nov 23, 2009 at 8:46 AM, Matias Molinas wrote: > He, > yesterday my gadget for todolist work fine with with wave states, this > day is not working. > > Could be due to a server problem? > >

[Google Wave APIs] Gadget and Wave States problem

2009-11-23 Thread Matias Molinas
He, yesterday my gadget for todolist work fine with with wave states, this day is not working. Could be due to a server problem? The wave where it worked yesterday and today you I can not retrieve the gadget state is: https://wave.google.com/wave/#restored:wave:googlewave.com!w%252B29Kw7WeBA.2

[Google Wave APIs] Re: i18n in gadgets

2009-11-23 Thread qMax
500! :) http://code.google.com/p/google-wave-resources/issues/detail?id=500 On 23 ноя, 09:28, "pamela (Google Employee)" wrote: > Hi qMax- > > It is not yet supported. We do plan to support it in the future. Feel free > to file it as a feature request if you would like to easily track its > prog

Re: [Google Wave APIs] Re: Robot Access Robot

2009-11-23 Thread Avital Oliver
Interesting. Thanks for this information. Avital. -- http://blog.thewe.net http://twitter.com/theWE_ On Mon, Nov 23, 2009 at 10:57 AM, qMax wrote: > Nope. > > Phantom of Spelly stores suggestions in some special data documents. > They are seen in "debug"/"show all wavelets" (id of sugestions

[Google Wave APIs] Re: Radio Button Group not work !!!!!

2009-11-23 Thread fat...@tid.es
Thank you, but I don´t think so. I used Polly Example and it worked 2 weeks ago: http://google-wave-resources.googlecode.com/svn/trunk/samples/extensions/robots/java/polly/ -- You received this message because you are subscribed to the Google Groups "Google Wave API" group. To post to this grou

[Google Wave APIs] Re: Robot Access Robot

2009-11-23 Thread qMax
Nope. Phantom of Spelly stores suggestions in some special data documents. They are seen in "debug"/"show all wavelets" (id of sugestions doc = "spell+b~+" + tail of content blip id) - They are not available in event context for another robot. Annotations contain only references to nodes inside th

Re: [Google Wave APIs] Introducing Annoty, the annotation (and replacement) generic bot

2009-11-23 Thread Raphaël Pinson
Hi guys, Thank you for your feedback. I just added gadget functionalities to Annoty this morning, so now you can make rules such as : http://hosting.gmodules.com/ig/gadgets/file/112581010116074801021/turtle.xml'> which replaces any occurence of 'turtles' with the turtles gadget :-) I'm also wo