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

2009-10-07 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: FYI: Missing Sandbox -> Preview Invites

2009-10-07 Thread david reid
On Thu, Oct 8, 2009 at 7:22 AM, Sam Osborne wrote: > 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 invite :-( My usernam

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

2009-10-07 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 > > Hi Pamela, > > I've been searching for both and reading everything in my sandbox, and > I still haven't received an

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

2009-10-07 Thread Suhas Nandakumar
Looking into future i would love robot engine to support predicate logic to make them intelligent On Wed, Oct 7, 2009 at 8:59 PM, Trejkaz wrote: > I would use Ruby, though I know Google hate it. > PHP... eww. PHP is fine for web stuff but for bots it seems wrong. Yes, I > know that currently,

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

2009-10-07 Thread Trejkaz
I would use Ruby, though I know Google hate it. PHP... eww. PHP is fine for web stuff but for bots it seems wrong. Yes, I know that currently, Wave robots run as webapps. That also seems wrong. Why are they not using XMPP so that things can be done over a protocol designed for real-time? :-| T

[Google Wave APIs] If your invitees are waiting for their invite..

2009-10-07 Thread pamela (Google employee)
For those of you who have used the "Invite others" wave and are wondering why your invitees have not yet received invitations, please read this post: http://www.google.com/support/forum/p/wave/thread?tid=52bfa73ad3090d6b - pamela --~--~-~--~~~---~--~~ You received

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

2009-10-07 Thread zdlo
Hi Pamela, I've been searching for both and reading everything in my sandbox, and I still haven't received an invite. My username: kamadan Thanks On Oct 8, 12:24 am, "pamela (Google employee)" wrote: > We have received some reports of developers that have not yet received > invites for Google

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

2009-10-07 Thread pamela fox (Google employee)
Hi Brandon - Please email me offline with your Wave sandbox username. - pamela On Oct 8, 1:22 pm, masemase wrote: > I have a Google Wave Sandbox account and have been extremeley > dissapointed to not have received an invite to the program yet.  I've > tried all the "solutions" online and menti

[Google Wave APIs] Re: Still waiting for an invite in my sandbox

2009-10-07 Thread zdlo
Hi Alan, > Anyone who has logged into the wavesandbox and at least read a few > waves ought to have an invitation wave in their wavesandbox.com inbox > by now. We just ran the last few hundred about an hour ago. I've searched for "Enable your Google \/\/ave account" both with \/\/ and W, and rea

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

2009-10-07 Thread masemase
I have a Google Wave Sandbox account and have been extremeley dissapointed to not have received an invite to the program yet. I've tried all the "solutions" online and mentioned in Wave (i.e. searching for the "Enable your Google Wave Account" every day, as well as entering the " search query"),

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

2009-10-07 Thread Eric Dorman
Javascript or Ruby is what I would like to code robots in,but again I like building extensions and not robots. On Oct 7, 9:23 pm, HR Dadgar wrote: > PHP is used by far more than .NET, So it is logical to develop PHP > robots first. > > I have seen several PHP API interfacing directly the java co

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

2009-10-07 Thread HR Dadgar
PHP is used by far more than .NET, So it is logical to develop PHP robots first. I have seen several PHP API interfacing directly the java code release from Google for making extensions. It should tell you that developer community will implement the PHP robots within a few months. I think in thi

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

2009-10-07 Thread EntropyFails
Greetings, appendMarkup() does work. I just tested it. Thank you for that! However, I'll be using Austin's approach because it allows in-place updating. Consider this as a request for Feature 76 please. I've added a comment there on adding replaceMarkup function as well. As a short aside, I pers

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

2009-10-07 Thread fvisticot
My Primary sandbox account is locked (password lost). So i will never open the mail box to read the invite ...:( Can you please send the invite on the normal gmail account (fvisti...@gmail.com). Fred On 7 oct, 23:24, "pamela (Google employee)" wrote: > We have received some reports of developer

[Google Wave APIs] Re: Robots and Privacy

2009-10-07 Thread Brian
On Wed, Oct 07, 2009 at 10:19:17AM -0700, ThomasWrobel wrote: > Humans should be removable too. Just have the first person as an admin > to that wave. Got to be very careful here. I wouldn't want somebody to remove my access to important information I rely on (or plan to use in the future) just

[Google Wave APIs] Re: How much data can I submit through submitDelta()?

2009-10-07 Thread Brian Kennish (Googler)
On Wed, Oct 7, 2009 at 12:12 PM, GH wrote: > I want to send a lot of data to a robot via a gadget through the > javascript api using the submitDelta() method (so through the gadget > state).  What is the most data I can send through?  Can I send more > data if I split it up into multiple key-valu

[Google Wave APIs] Re: Broken application environment (Python)

2009-10-07 Thread Austin Chau (Google employee)
Hey Daniel, Can you send me your app id and any request logging info you have in GAE that might help? you can email this info to me api.aus...@google.com Thanks, Austin On Wed, Oct 7, 2009 at 2:47 PM, Daniel Faust wrote: > > Not even the most basic stuff works: > > main.py

[Google Wave APIs] Re: Broken application environment (Python)

2009-10-07 Thread Daniel Faust
Not even the most basic stuff works: main.py #!/usr/bin/python2.5 import logging logging.info('base') from waveapi import events from waveapi import model from waveapi import document from waveapi import robot def OnBlipSubmitted(properties, context): logging.info('

[Google Wave APIs] Re: Embedding waves in MediaWiki from different wave servers

2009-10-07 Thread Jack Park
According to the original error message, it never got to that. I went so far as to put up a tag with no id, hoping to provoke that error message. It never got there. Always failed on passing the wrong thing to &$parser On Wed, Oct 7, 2009 at 2:06 PM, Micke Nordin wrote: > > The tic thing is de

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

2009-10-07 Thread Austin Chau (Google employee)
Thanks Greg, that would also work nicely without having to deal with annotation :) Austin On Wed, Oct 7, 2009 at 1:58 PM, GH wrote: > > I just came across something in the Java API that I thought might be > useful in your situation. It seems like the following may be a > slightly more elegant s

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

2009-10-07 Thread pamela (Google employee)
We have received some reports of developers that have not yet received invites for Google Wave preview in their sandbox account. If you think you are one of them, please do a search first for "Enable your Google \/\/ave Account" (with a funny "W") to check for the invite wave. We haven't yet figu

[Google Wave APIs] Re: Embedding waves in MediaWiki from different wave servers

2009-10-07 Thread Micke Nordin
The tic thing is definitely an error on my part though (check under "Array do's and don'ts"): http://se2.php.net/manual/en/language.types.array.php You dont think that it is that alone which is causing the problem? /Micke On 7 Okt, 22:07, Jack Park wrote: > That may be so. I'm not a php hacke

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

2009-10-07 Thread GH
I just came across something in the Java API that I thought might be useful in your situation. It seems like the following may be a slightly more elegant solution: blip.getDocument().appendMarkup("http://www.google.com\";>To Google "); I haven't used appendMarkup() before, so I am making an edu

[Google Wave APIs] Re: Forgot username & password

2009-10-07 Thread Peter Boughton
You're not alone. In fact, so many people have had the problem that the people at Google responsible for manually resetting them gave up. (I have no idea why it was a manual-only process in the first place.) The latest message here points at a form to re-sign-up on: http://groups.google.com/group

[Google Wave APIs] Re: Embedding waves in MediaWiki from different wave servers

2009-10-07 Thread ndee
hi, 3. add embe...@appspot.com to your wave. See the issue here: http://code.google.com/p/google-wave-resources/issues/detail?id=246 greets On Oct 6, 5:42 pm, Micke Nordin wrote: > On Oct 6, 3:55 pm, rick eisenmenger > wrote: > > > for now I am dragging a wave into another one to examine th

[Google Wave APIs] Re: Embedding waves in MediaWiki from different wave servers

2009-10-07 Thread Jack Park
That may be so. I'm not a php hacker by any means; I just copy what seems to work. In two other parser extensions I have, there was no '&'. Prior to removing it, I got the error suggested earlier in this thread. After removing it, no further repeat of that error, plus which, the darn thing started

[Google Wave APIs] Re: Embedding waves in MediaWiki from different wave servers

2009-10-07 Thread Micke Nordin
FYI the ampersand makes it so the parser object is passed by reference instead of being copied, so that is a part of PHP and not a typo: http://us3.php.net/references.pass That should definitly work and it is what is specified in the MediaWiki docs. I don't now what difference putting tics arou

[Google Wave APIs] Re: Embedding waves in MediaWiki from different wave servers

2009-10-07 Thread Jack Park
The only change made that actually made it work was to remove the ampersand from &$parser since it's not like that in any other parser extension I have access to. Then it started working. But, I got lots of error messages due to things like $args[id] which php defaulted to $args['id'] and ran with

[Google Wave APIs] Re: Embedding waves in MediaWiki from different wave servers

2009-10-07 Thread Micke Nordin
I don't know if there is a difference between behavior in apache/PHP under Linux and Windows (I have never tried it in a Windows environment) and it works properly for me on all the machines I have tried on. I would be glad if you could attach a patch or just the file with your changes so that I c

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

2009-10-07 Thread Austin Chau (Google employee)
Glad to help :) Can you file a feature request to my documentation to include list of native annotation names? http://code.google.com/p/google-wave-resources/issues/list Thanks, Austin On Wed, Oct 7, 2009 at 11:58 AM, EntropyFails wrote: > > Absolutely perfect. Thank you so much! > > Here is th

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

2009-10-07 Thread Eric Dorman
Hey Da Burger, I have made my own extension already in Wave. It is a YouTube Search Extension that allows users to search videos,Auto Play Videos and more. Anyways I have been a web developer for 3 years and I can tell you that you write the extensions in XML and other basic langauges like Javas

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

2009-10-07 Thread EntropyFails
Absolutely perfect. Thank you so much! Here is the documentation for setAnnotation in TextView. I believe that is insufficient for me to have discovered this on my own. Is there a list of acceptable annotations anywhere? Can we get proper links to these in the documentation? void setAnnotation(R

[Google Wave APIs] Forgot username & password

2009-10-07 Thread manish
I haven't logged into my Wave account in a couple weeks and forgot my username and password. How do I go about recovering them? Thanks for the assistance. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Wave

[Google Wave APIs] If You Have a Client (I.e., Non-API) Issue ...

2009-10-07 Thread Brian Kennish (Googler)
Deprecating/unpinning this thread because the forum URL doesn't work for users with non-English language settings (should be http://www.google.com/support/forum/p/wave?hl=en). Will repost after it falls off the first page. --~--~-~--~~~---~--~~ You received this me

[Google Wave APIs] How much data can I submit through submitDelta()?

2009-10-07 Thread GH
I want to send a lot of data to a robot via a gadget through the javascript api using the submitDelta() method (so through the gadget state). What is the most data I can send through? Can I send more data if I split it up into multiple key-value pairs? Thanks! --~--~-~--~~--

[Google Wave APIs] Re: Wave Office Hour starting now, 2009-10-07

2009-10-07 Thread Andrey Fedorov
Just double checking - these office hours are available only to those on the Sandbox, not everyone on wave.google.com? Is there a way for me to with a normal wave.google.com account? - Andrey On Wed, Oct 7, 2009 at 2:14 PM, Jack Park wrote: > > The Reply button does not work for me. My only opti

[Google Wave APIs] Re: Office Hours, Week of 2009-10-05

2009-10-07 Thread alexandrojv
Seems like there weren't any :( On Oct 6, 1:53 am, "Brian Kennish (Googler)" wrote: > Here's our schedule for this week: > >   * Wednesday, 11 a.m. to 12 p.m. PDT > > -//- > > Wave API office hours give you a chance to chat about building > extensions with members of the Wave engineering team. T

[Google Wave APIs] Re: Wave Office Hour starting now, 2009-10-07

2009-10-07 Thread Jack Park
The Reply button does not work for me. My only option in the blip menu is private reply which is brain dead when it opens a dialogue. Even rebooted Firefox. My largest issue I wanted to raise in the office is that my robot worked fine in sandbox but does not work properly in wave.google.com Jack

[Google Wave APIs] Should I try this?

2009-10-07 Thread da burger
My main question is how easy is it to develop extensions in wave. I have a very limited knowledge of programming and I like the sound of wave so I wondered if it would be possible for me to build an extension. I have an idea for something I could make (though I don't know how complex it would be).

[Google Wave APIs] Re: Wave Office Hour starting now, 2009-10-07

2009-10-07 Thread Brian Kennish (Googler)
On Wed, Oct 7, 2009 at 11:05 AM, Claudemir Todo Bom wrote: > it tells me I am not a participant on the wave... Sorry! Try again now. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Wave API" group. To post

[Google Wave APIs] Re: Wave Office Hour starting now, 2009-10-07

2009-10-07 Thread Claudemir Todo Bom
it tells me I am not a participant on the wave... my address is todo...@wavesandbox.com please add me. On Oct 7, 2:59 pm, Austin Chau wrote: > Hi everyone, > > Please join us for Google Wave API office hours. > You should see the Wave showup in your inbox, but if not, visit this > URL: > > htt

[Google Wave APIs] Wave Office Hour starting now, 2009-10-07

2009-10-07 Thread Austin Chau
Hi everyone, Please join us for Google Wave API office hours. You should see the Wave showup in your inbox, but if not, visit this URL: https://wave.google.com/a/wavesandbox.com/#restored:search:in%253Ainbox+office+hour,restored:wave:wavesandbox.com!w%252BSulRrd8iT A link to the transcript will

[Google Wave APIs] Re: Tried to add my robot to my contacts....and got Tweety instead O_o

2009-10-07 Thread Marcel Prasetya
Update: There was a race condition in the library that we use to fetch robot profiles. My fix should be pushed on the next release. Sorry for the inconvenience. It's a really interesting bug that's not reproducible consistently :) Marcel On Wed, Oct 7, 2009 at 7:07 AM, NADIA DOUAJI wrote: > y

[Google Wave APIs] Re: Embedding waves in MediaWiki from different wave servers

2009-10-07 Thread Jack Park
Good question. I have two extensions that use the parser thus: function getAppletOutput( $input, $args, $parser ) which contrasts with the wave function: function waveRender($input, $argv, &$parser) as copied directly from the file. I just removed the ampersand to function waveRender($input, $

[Google Wave APIs] Confirmation that Robots arnt working? (following the tutorial)

2009-10-07 Thread twdarkflame
I think Ive followed the tutorial exactly, (java/eclipse), yet my robot isnt doing anything. Is this a tempory bug, or something Im doing wrong? Quite a few people seem to have the same problem. I want to know if I should give up for now, or keep checking and rechecking stuff :-/ Is it possible t

[Google Wave APIs] Re: Robots and Privacy

2009-10-07 Thread ThomasWrobel
Humans should be removable too. Just have the first person as an admin to that wave. That would be essential if wave is to be used for forum-like uses. On Oct 7, 10:41 am, Suhail Ahmed wrote: > Hi, > > Bots are nothing new when you consider that they are already in our midst. > Various instant

[Google Wave APIs] Re: Included OAuth code causing "The class not persistable" error

2009-10-07 Thread Nicolas
Hi Austin, I am indeed running Eclipse plugin, I tried Project>Clean didn't do much apparently (Either in eclipse or in GAE logs). I also tried to change version, but it didn't rebuild the enhance target. Do you have any other idea ? Thanks for the help ! Nicolas On Oct 8, 1:32 am, "Austin Ch

[Google Wave APIs] Re: Included OAuth code causing "The class not persistable" error

2009-10-07 Thread Austin Chau (Google employee)
Hi Eric and Nicolas, If you are guys are using Eclipse with GAE plugin, try running the "project->clean" which will force rebuilding the entire project includeing the enhance target. Austin On Wed, Oct 7, 2009 at 7:04 AM, Nicolas wrote: > > I am having the exact same problem... > > I just tried

[Google Wave APIs] Re: Robot API question: tags

2009-10-07 Thread Silicon Dragon
Dear Marcel, Thank you for your thoughtful reply. However, I was wondering if with the active robot API coming out, my feature request would be moot. The way I understand, with the active robot API, we will have full access to retrieve wave information, including tags / participants /etc, so there

[Google Wave APIs] Re: Is the Google Wave API right for me?

2009-10-07 Thread Suhail Ahmed
Escovado, I am not sure if I have your requirements correctly. It would seem that you want to have a combination of embedding and bots. You can certainly embed the wave client on your site ( http://code.google.com/apis/wave/embed/guide.html) and you can create a bot (you would have to use the goo

[Google Wave APIs] Re: Is the Google Wave API right for me?

2009-10-07 Thread Escovado
No one from Google has a clue? --~--~-~--~~~---~--~~ 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-api@googlegroups.com To unsubscribe from this group, send email

[Google Wave APIs] Re: Tried to add my robot to my contacts....and got Tweety instead O_o

2009-10-07 Thread NADIA DOUAJI
yep...same here > Date: Wed, 7 Oct 2009 06:57:30 -0700 > Subject: [Google Wave APIs] Re: Tried to add my robot to my contactsand > got Tweety instead O_o > From: darkfl...@gmail.com > To: google-wave-api@googlegroups.com > > > Ah, interesting. > It seems my bot is being identified correct

[Google Wave APIs] Re: Included OAuth code causing "The class not persistable" error

2009-10-07 Thread Nicolas
I am having the exact same problem... I just tried to adapt Tweety's code so I really have no clue as why it doesn't work, anyone ? On Oct 3, 6:58 am, Eric wrote: > I'm trying to use theOAuthcode included in the API .jar file, > however I get > >   The class "com.google.wave.api.oauth.impl.OAut

[Google Wave APIs] Re: Tried to add my robot to my contacts....and got Tweety instead O_o

2009-10-07 Thread ThomasWrobel
Ah, interesting. It seems my bot is being identified correctly now. (correct name, and no icon) Still not working though, despite being just the tutorial followed with a different name. On Oct 6, 11:10 pm, "Brian Kennish (Googler)" wrote: > On Tue, Oct 6, 2009 at 2:02 PM, ndee wrote: > > had t

[Google Wave APIs] Re: Robot not working

2009-10-07 Thread ThomasWrobel
Same problem here, but my xml file does show up; http://presentcheck.appspot.com/_wave/capabilities.xml I can add it to my contacts and a wave, but its deadly silent. On Oct 6, 8:06 am, Anil B Pai wrote: > I have the same problem :( I get 500 ERROR when I check the > capabilities.xml file.. I

[Google Wave APIs] Re: License of Google-Wave-Logo

2009-10-07 Thread Wander
Have a look here: http://www.google.com/permissions/ think you could find your answer there On Oct 7, 10:43 am, Paul Staab wrote: > Hello, > > does somebody know what license was applied to to Google-Wave-Logo i > can download in this Group? Is it okay if I make changes to it and use > it as ava

[Google Wave APIs] Broken application environment (Python)

2009-10-07 Thread Daniel Faust
I'm having a hard time here. My app won't even do logging on the most basic level. After an hour of trying and searching I decided to "register" a new gae application, I uploaded the code "as is" to that new environment, and there it's working perfectly. A.appspot.com is not working, B.appspot.co

[Google Wave APIs] License of Google-Wave-Logo

2009-10-07 Thread Paul Staab
Hello, does somebody know what license was applied to to Google-Wave-Logo i can download in this Group? Is it okay if I make changes to it and use it as avatar for a robot? Greetings, Paul --~--~-~--~~~---~--~~ You received this message because you are subscribed

[Google Wave APIs] Re: Still waiting for an invite in my sandbox

2009-10-07 Thread Jerry N.
I wonder if they are just using a google spreadsheet for this.. On Oct 6, 3:00 pm, Henrique Pinheiro wrote: > My account was indeed kinda dormant... > I was developing a robot but the Python API was (At the time) incomplete and > somewhat frustrating to work it (not beeing able to do what you wa

[Google Wave APIs] Re: Robots and Privacy

2009-10-07 Thread Suhail Ahmed
Hi, Bots are nothing new when you consider that they are already in our midst. Various instant messenger services allow for bots as do IRC. I think the the prevailing axiom of everything on the net is public still holds. I suppose as things develop and evolve, bots will also have trust profiles, e

[Google Wave APIs] Re: Robots and Privacy

2009-10-07 Thread Avital Oliver
People can also do this. This has nothing to do with robots. -- http://thewe.net On Wed, Oct 7, 2009 at 3:42 AM, Wilz wrote: > > Hello, > > I'm a bit surprised no one asked this question yet (or maybe I'm a > noob who just doesn't get it heh). After reading through the API > quickly, I have a

[Google Wave APIs] Re: Embedding waves in MediaWiki from different wave servers

2009-10-07 Thread Micke Nordin
I suspect there is something wrong with you MediaWiki installation and/ or your PHP installation as parameter 3 to waveRender is a reference to the parser object, that should be sent by the parser hook (by MediaWiki, that is). I have no idea as to why this doesn't work though... It is not surprisi