[Google Wave APIs] Re: FYI: Missing Sandbox - Preview Invites

2009-10-08 Thread Sam Osborne
Brandon:You say you're searching for Enable your Google Wave account, try just searching for Enable your Google, as the W of the Wave is made up of / and \. 2009/10/8 zdlo kama...@gmail.com Hi Pamela, I've been searching for both and reading everything in my sandbox, and I still haven't

[Google Wave APIs] Re: FYI: Missing Sandbox - Preview Invites

2009-10-08 Thread david reid
On Thu, Oct 8, 2009 at 7:22 AM, Sam Osborne sam.tosbo...@googlemail.comwrote: Brandon:You say you're searching for Enable your Google Wave account, try just searching for Enable your Google, as the W of the Wave is made up of / and \. I've been searching for 'Enable' and haven't found an

[Google Wave APIs] Re: Adding a HTML Anchor to a Wave via the Robot Protocol.

2009-10-08 Thread masouras
I can inject a link to the blip using SetAnnotation() but then the WYSIWIG editor keeps the link going for any text that is typed after the link. DeleteAnnotations() won't work since the blip text ends right at the end of the link. Is there a way to signify the end of the link to the editor so it

[Google Wave APIs] Re: Adding a HTML Anchor to a Wave via the Robot Protocol.

2009-10-08 Thread Austin Chau (Google employee)
You can try to add a trailing space at the end of the anchor text and annotate the text just before the trailing space. This should prevent the autolinking to continue on. Austin On Wed, Oct 7, 2009 at 11:43 PM, masouras masou...@gmail.com wrote: I can inject a link to the blip using

[Google Wave APIs] Trouble getting String from a form.

2009-10-08 Thread r.pesquera
Here is part of my code which has a form with a send button. The code as is does not work. When i press the submit button nothing happens, no new blip is created. But, If I comment out the FormView form = blip.getDocument().getFormView(); the bot returns a new blip when the send button is

[Google Wave APIs] Re: Robot not working

2009-10-08 Thread Prashant Pawan
+1 to that. I get a 404 error for http://thep3bot.appspot.com/_wave/capabilities.xml Its just the Hello World bot described in the tutorial. When I access the link http://thep3bot.appspot.com/ I can see Hello World printed on the browser. But when I add the robot to a wave (after adding it to my

[Google Wave APIs] Re: In What Would You Like to Code Robots?

2009-10-08 Thread ryan.j
javascript :) i'm quite excited about pushing canvas and AJAX into blips/waves, and since the new html5 stuff is geared towards web applications it seems wave could be an excellent way of presenting an on-demand application frontend to users. On Sep 1, 3:34 pm, gengstrand gengstr...@gmail.com

[Google Wave APIs] Re: Adding the same robot more than once

2009-10-08 Thread अमित चक्रदेव
Hi John, I can't help you with the profile picture stuff (probably it is a client bug). But as far as different functionality is concerned, the robot with a plus extended address (e.g. myapp+t...@appspot.commyapp%2bt...@appspot.com) will have all incoming blips with a field proxyingFor set to

[Google Wave APIs] Plans to expand the API?

2009-10-08 Thread Rich Manalang
Are there any plans to expand the Wave API beyond robots, extensions, and wave embeds? I'm interested in an API that will allow me to build a simplified Wave client (web/AIR/native). Thanks! Rich --~--~-~--~~~---~--~~ You received this message because you are

[Google Wave APIs] Re: How to append text following an annotation?

2009-10-08 Thread Chris C.
This isn't all that helpful, but I see the same thing; generally if the annotated content is the last information in the blip (although that may be only because I've never tried to insert new content after an annotation mid-blip). I assume that there's a trick that I'm missing as well. -Chris

[Google Wave APIs] Re: How to append text following an annotation?

2009-10-08 Thread Chris C.
Actually, to add to my previous message - the append method states that annotations extending to the end of a document should not be stretched to include the newly appended text, and they may not. However, if I _manually_ append new text, I end up picking up the annotation that stretched to the

[Google Wave APIs] Re: Alguem desenvolvedor do Brasil por aqui?

2009-10-08 Thread Henrique Pinheiro
Sou do Rio de Janeiro.Parei de desenvolver o Read-Onlie Bot tem um tempo... Mas já peguei experiência com a Python API. On Thu, Oct 8, 2009 at 7:27 AM, Lestat xarma...@gmail.com wrote: e sim, eu sou do paraguay, mais estou no brasil. 2009/10/6 Ovnicraft ovnicr...@gmail.com 2009/10/5

[Google Wave APIs] Re: Should I try this?

2009-10-08 Thread da burger
Thanks for that. I think I will spend some time learning the basics of python then come back to this. Hopefully I will be able to achieve something even if it isn't as good as I would like it to be. Once again thanks. Angus --~--~-~--~~~---~--~~ You received this

[Google Wave APIs] Re: Should I try this?

2009-10-08 Thread Andrey Fedorov
Don't be so hard on yourself, of course you should try! One of the best ways to get past having limited programming experience is playing with cool things like Wave. Sure as hell beats learning things in class ;) - Andrey On Thu, Oct 8, 2009 at 2:38 PM, da burger

[Google Wave APIs] Re: In What Would You Like to Code Robots?

2009-10-08 Thread Joe Developer
Javascript here as well. On Thu, Oct 8, 2009 at 8:26 PM, ryan.j ryan.joyce...@googlemail.com wrote: javascript :) i'm quite excited about pushing canvas and AJAX into blips/waves, and since the new html5 stuff is geared towards web applications it seems wave could be an excellent way of

[Google Wave APIs] External robot event triggers

2009-10-08 Thread F. Andy Seidl
I would like to create a robot that can *initiate* conversation activity rather than simply respond to activity of another participant. Is there some way to externally generate an event on a wave that a robot can then monitor that could signal the robot to initiate activity? For example,

[Google Wave APIs] Lock API needed for realtime videogame gadget without a robot

2009-10-08 Thread razorcam
Hi, I am a gadget developper, and I am trying to add multiuser Wave support to my train your intelligence gadget that you can test live on my site www.razorcam.com . This is a realtime game of life with a twist: the rules are unknown and hidden in a randomly generated Javascript program at the

[Google Wave APIs] Re: How to append text following an annotation?

2009-10-08 Thread Tad Glines
I think the wave OT will automatically expand annotations that extend to the end of the blip/document. You will probably have to manually un-expand any annotations that extend to the end of the text. On Thu, Oct 8, 2009 at 5:35 AM, F. Andy Seidl fase...@myst-technology.com wrote: I'm having

[Google Wave APIs] Re: How to call third party sever data in my wave gadget

2009-10-08 Thread razorcam
My guess is that any javascript that comes directly from your server (using src or an IFRAME) will have access to your server (and only to your server). Another way : by opening a very small IFRAME with a form sent to an an URL located on your server, you should be able to store informations in

[Google Wave APIs] Re: How to call third party sever data in my wave gadget

2009-10-08 Thread Solomon Wu
i think razorcam's iframe way should work. in addition to the approach he suggested, there are 2 more potential approaches: 1. gadget's makeRequest() function. i believe makeRequest is designed for gadget to communicate with server.

[Google Wave APIs] Re: How to append text following an annotation?

2009-10-08 Thread F. Andy Seidl
Thanks, I'll try appending a single newline, removing all annotations from that character, and then appending the rest of the text. On Oct 8, 2:00 pm, Tad Glines tad.gli...@gmail.com wrote: I think the wave OT will automatically expand annotations that extend to the end of the blip/document.

[Google Wave APIs] Re: Google Wave Java API extension and Spring integration 0.2 version released

2009-10-08 Thread pjesi
Hi Roman, I was going to implement something similar to what you have done and was very happy to see your work. I am trying it out now and am quite happy about it. Thanks for the effort, I will contribute back as I use it more. Cheers, Viðar On Sep 3, 1:58 pm, Roman roman.bo...@gmail.com

[Google Wave APIs] Wave integration (not gadget, not embed)

2009-10-08 Thread Mauricio Marcon Zaffari
Hello there, I have a project management application, and I want to integrate wave into it, but not as gadget, neither embed wave on it. What I want to do is, I create a wave with the content My Task and add my-proj...@wave as participant. Then my script will login on my-proj...@wave, see that

[Google Wave APIs] Re: FYI: Missing Sandbox - Preview Invites

2009-10-08 Thread pamela (Google Employee)
Hey John- I can't send an invite to your Gmail at this time, can you try this password link? https://www.google.com/accounts/RP?c=CKmVr5qpjPq3twEQ_IuC0OyczYXyAQ * * *- pamela * On Fri, Oct 9, 2009 at 9:25 AM, JohnWilcox jw153...@gmail.com wrote: Same problem for me. I have a sandbox account,

[Google Wave APIs] Re: FYI: Password Reset Requests

2009-10-08 Thread Michael Manning
Hi Pamela, I think I have been pretty patient with my password reset request. I initially emailed the googleinvites admin address almost a month ago now and have also forwarded through the initial Ready to Wave invite and have now also resubmitted my request via the original form as stated in your

[Google Wave APIs] Re: Gadget/robot communications - the trick to making it work

2009-10-08 Thread masouras
So a gadget state change will trigger a DOCUMENT_CHANGED. But how can a robot know that what changed was the gadget's state as opposed to any other editing of the blip ? On Aug 26, 6:38 pm, Jason Salas digitalpontificat...@gmail.com wrote: Much has been asked in this Google Group about having