[Google Wave APIs] Re: Unable to match URL using Python

2009-10-22 Thread JamesBrooks
Anyone? On Oct 18, 11:18 am, JamesBrooks ja...@james-brooks.net wrote: Changing my version didn't fix theURLmatching by the way. On Oct 17, 4:35 pm, JamesBrooks ja...@james-brooks.net wrote: Sorry for the spam, I just had to change the version number to fix this. On Oct 17, 4:34 pm,

[Google Wave APIs] my robot stopped receiving notifications

2009-10-22 Thread Andrew Hitchcock
All of a sudden my robot stopped receiving notifications from Google Wave. I made no deployments, but all of a sudden my traffic dropped to near zero about 10 hours ago. Nothing is unusual in my app engine logs. Also, I've tested the robot and can confirm it no longer updates. Here is an image

[Google Wave APIs] Re: Can Robot updates the wave outside processEvents()?

2009-10-22 Thread Linc
Hi, I'm no employee but I'm pretty sure it's impossible to let the robot change a wave outside the processEvents() method. Greets Lincoln --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Wave API group. To

[Google Wave APIs] Re: Creating a new wave using embed API or robots

2009-10-22 Thread Ernie Turner
There is a similar post here http://groups.google.com/group/google-wave-api/browse_thread/thread/670ced3f13765e4d/bf40e3dffec097ca?lnk=gstq=create+new+wave+from+robot+python#bf40e3dffec097ca That has a code example on how to do this. The caveat that I've found is that while this is possible, it

[Google Wave APIs] Re: Does StyledText / StyleType work in the Java API?

2009-10-22 Thread Kriván Bálint
Hi! This is works for me: blip.getDocument().appendStyledText( new StyledText(Some text in bold, StyleType.BOLD)); On okt. 22, 11:24, Srinivas Pinisetti srinivas.pinise...@gmail.com wrote: I am also having the same issue. On Oct 22, 3:29 am, Chris C.

[Google Wave APIs] Re: Google Wave Inbox Notification tool for the Windows Desktop

2009-10-22 Thread Oliver Baker
Hi All, PROGRESS UPDATE! In case you all haven't noticed yet I have uploaded the source of the project to the Google code Project. I have also been working on this project with a friend and he has been helping me sort out bugs and make improvements. I have redone the Dialog Base, it looks much

[Google Wave APIs] What's the difference between the sandbox and the beta/preview?

2009-10-22 Thread Cyrai
When Google started giving out accounts to the beta, I assumed that meant the sandbox was closed, especially because the beta was the only thing I heard people talking about. To my understanding, the beta was pretty much everything the sandbox was, but with a lot more people. Needless to say, I

[Google Wave APIs] Re: Wavelet.getRootBlip() -- Do I understand something wrong?

2009-10-22 Thread Bálint Kriván
Reply to myself and others: I think this is related to http://code.google.com/p/google-wave-resources/issues/detail?id=200 . 2009/10/22 Bálint Kriván bal...@krivan.info Hi! I have this little chunk of code: public void debug(RobotMessageBundle bundle, String msg) { ListString list =

[Google Wave APIs] Re: Does StyledText / StyleType work in the Java API?

2009-10-22 Thread Chris C.
Thanks - given that, I wonder if it's just that insertStyledText() isn't working. Unfortunately, appendStyledText() isn't the right operation for my needs, but I wonder if one works and the other doesn't. On Oct 22, 4:29 pm, Kriván Bálint bal...@krivan.hu wrote: Hi! This is works for me:

[Google Wave APIs] Re: Does StyledText / StyleType work in the Java API?

2009-10-22 Thread Austin Chau (Google employee)
I am seeing the same thing. This is a bug with the insertStyledText(). I have filed a bug for it - http://code.google.com/p/google-wave-resources/issues/detail?id=341 Thanks for reporting. http://code.google.com/p/google-wave-resources/issues/detail?id=341Austin On Thu, Oct 22, 2009 at 3:39

[Google Wave APIs] Re: What's the difference between the sandbox and the beta/preview?

2009-10-22 Thread Joseph Gentle
As I understand it, the sandbox is for developers to test their wave agents, servers and whatnot. The preview (wave.google.com) is for users. The sandbox should be a more bleeding-edge version of wave. As such, it'll be less stable but things like federation should appear on the sandbox first.

[Google Wave APIs] Link to a specific blip

2009-10-22 Thread Google Wave API
Hi all, I ask me if there is a way to create a link to a specific blip in a specific wave? Some wave have so many answers, I'd like to have the capability to create a link to a specific blip when it's interestings (eg in a FAQ). Thx in advance. Mikael.

[Google Wave APIs] Got a Sandbox invite, but....

2009-10-22 Thread Carlos3188
I thought the sandbox ended when the limited preview was launched but last week I got and invite to the developer sandbox. The email requested me to give some information and said they would get back at me with an account. There are a bunch of guys asking about the same thing in the Google Wave

[Google Wave APIs] Re: Got a Sandbox invite, but....

2009-10-22 Thread Brian May
On Thu, Oct 22, 2009 at 11:50:30AM -0700, Carlos3188 wrote: I thought the sandbox ended when the limited preview was launched but No, the sandbox is still around. -- Brian May br...@microcomaustralia.com.au --~--~-~--~~~---~--~~ You received this message

[Google Wave APIs] Re: Got a Sandbox invite, but....

2009-10-22 Thread pamela (Google Employee)
... And we're working on sending you those account confirmations. Sorry for delay. - pamela On Fri, Oct 23, 2009 at 2:01 PM, Brian May br...@microcomaustralia.com.auwrote: On Thu, Oct 22, 2009 at 11:50:30AM -0700, Carlos3188 wrote: I thought the sandbox ended when the limited preview was

[Google Wave APIs] Re: Robot notified when it is added as participant?

2009-10-22 Thread Austin Chau (Google employee)
The event you want to catch is EventType.WAVELET_SELF_ADDED This event type does not need to be explicitly registered for, it is added by default to all robot. Austin On Thu, Oct 22, 2009 at 8:57 AM, Karan karan.bhatna...@gmail.com wrote: Hi, Out of the seven actions events listed at

[Google Wave APIs] Re: Link to a specific blip

2009-10-22 Thread Jack Park
http://code.google.com/p/google-wave-resources/issues/detail?id=79 On Thu, Oct 22, 2009 at 7:59 PM, Brian May br...@microcomaustralia.com.au wrote: On Thu, Oct 22, 2009 at 06:53:08AM -0700, Google Wave API wrote: I ask me if there is a way to create a link to a specific blip in a specific

[Google Wave APIs] Re: Oct. 20th Release: API Changes

2009-10-22 Thread pamela (Google Employee)
Hi Peter- Apologies, that wasn't meant to be a link; WikiSyntax turned it into one. Robots were always able to append a DataDocument, but now they'll get an event when they do so. What aspect did you want more information on? - pamela On Fri, Oct 23, 2009 at 7:36 AM, Peter Svedberg

[Google Wave APIs] Re: Google Wave Inbox Notification tool for the Windows Desktop

2009-10-22 Thread Sascha
To put my two cents in, I would recommend eclipse + java + swt for a portable and good performing gui. Enjoy! On Oct 15, 10:16 pm, Oliver Baker ocba...@gmail.com wrote: Hi Again, I see your point Sam. The only problem is I can't code in C++, and the plans that I have for this application

[Google Wave APIs] Re: Oct. 20th Release: API Changes

2009-10-22 Thread Eric Dorman
Hey Pamela, Is there any date in the future to when the Embed API will have changes to it? I am really needing more functionality with the Embed API,but since it's not Open Sourced I can't really try to build my own features into it.Which is what I really would like. Thanks God Bless, Eric

[Google Wave APIs] Re: Google Wave Inbox Notification tool for the Windows Desktop

2009-10-22 Thread Eric Dorman
Hey Oliver, Did you use the Embed API to make this with it? This is a great idea. Thanks God Bless, Eric On Oct 15, 3:49 pm, Sam Osborne sam.tosbo...@googlemail.com wrote: 1: Ok. 2: No, not make my own project based on yours, help you to translate it. If you turn it into C++ (which, if

[Google Wave APIs] Re: Oct. 20th Release: API Changes

2009-10-22 Thread pamela (Google Employee)
Hi Eric- No, we tend not to give precise dates for anything. We will announce changes in the changelogs for each release. Please look through the Embed API feature requests and log a request if what you need is not there:

[Google Wave APIs] Re: Got a Sandbox invite, but....

2009-10-22 Thread Jeremy Apthorp
The sandbox didn't end when the preview started :) j 2009/10/23 Carlos3188 carlos.ro...@gmail.com I thought the sandbox ended when the limited preview was launched but last week I got and invite to the developer sandbox. The email requested me to give some information and said they would

[Google Wave APIs] Re: What's the difference between the sandbox and the beta/preview?

2009-10-22 Thread Dodge S.
Hey Cyrai - I got a Sandbox invite a few days ago, actually, so it seems that they're still going out! To the best of my knowledge, Sandbox bots can be shared with the preview domain, since they're all hosted on @appspot.com. Other than that, I really don't know. ~ Dodge S. On Oct 22, 12:11