[Google Wave APIs] Re: Does /_wave/robot/profile get called on the preview instance?

2009-10-21 Thread raulr...@gmail.com
I see the same behavior in the sandbox, could someone confirm this? None of our robots show profile info in either the sandbox or preview envs. On Oct 18, 6:06 pm, pamela (Google Employee) pamela...@gmail.com wrote: Apologies, we turned off robot profiles in Wave preview due to an issue

[Google Wave APIs] Re: Creating a wave programmatically and auto attach bot

2009-10-21 Thread Glen
Is it possible to create a wave from scratch without the robot already being on a wave (e.g. without a context)? I've had a look over the developer notes and all currently suggest you can only create a new wave from another wave? Is this the case? Thanks, Glen On Oct 7, 2:29 pm, Ahsan Ali

[Google Wave APIs] Re: Can I use Wave in my application?

2009-10-21 Thread James Purser
On Tue, 2009-10-20 at 21:00 -0700, Alf wrote: Hello James, Hi Let me elaborate my original questions with more details. 1. I'd like the Wave conversation originator to be able to change an acces level to the Wave at some point in time, and do it as many times as he or she wants to. At the

[Google Wave APIs] Internal links in Wave

2009-10-21 Thread Jonathan Hunt
Hi all, Apologies if this is documented somewhere and I haven't be able to find it. Is there a method (perhaps some sort of annotation) of creating internal links within a wave (i.e as I said in my earlier blip) where earlier blip is a link to the blip of interest, or links to a specific part of

[Google Wave APIs] Issues with deleting and appending blips and inline blips

2009-10-21 Thread cretzel
I'm currently developing a robot, that recognizes BLIP_SUBMITTED events. To respond to these events, I tried different things. First, I wanted to delete all child blips of the blip and append a single new child, like this for (Blip child : blip.getChildren()) { child.delete(); }

[Google Wave APIs] operations reported back to the robot that did them

2009-10-21 Thread markowl
Hello, I created a java robot which receives events for BLIP_SUBMITTED, which it responds to by appending it's own child Blip. This results in another BLIP_SUBMITTED event being received and an infinite loop of operation/event. I'm really surprised by this behaviour as the documentation

[Google Wave APIs] Re: applying google wave to project managment model

2009-10-21 Thread Corey
I was trying a few things with project plan files from OpenProj today to see what some of the possibilities could be. reference: http://openproj.org Dragging and dropping an openproj, .prod file works along with a project exported to and xml format. Unfortunately, editing either two were not

[Google Wave APIs] JSON from robot (python) to gadget the right way

2009-10-21 Thread Agustin Horischnik
Hi, I have a python robot which updates the state of a gadget. What would be the right way to pass a list/array to the gadget? I assume it's encoding it in JSON, right? But what's the right way to do that? I tried importing simplejson from Django but it didn't really work very well. Is anybody

[Google Wave APIs] Re: JSON from robot (python) to gadget the right way

2009-10-21 Thread pamela (Google Employee)
Hi Agustin- The Row of 4 robot does that. Have you looked at it's code? http://wave-samples-gallery.appspot.com/about_app?app_id=36022 - pamela On Thu, Oct 22, 2009 at 2:56 AM, Agustin Horischnik agu...@gmail.comwrote: Hi, I have a python robot which updates the state of a gadget. What would

[Google Wave APIs] Re: Office Hours in 10 Minutes

2009-10-21 Thread Brian Kennish (Googler)
On Wed, Oct 21, 2009 at 10:53 AM, Brian Kennish (Googler) byoo...@google.com wrote: Come chat at https://wave.google.com/a/wavesandbox.com/ by searching for [with:public office hours]. The wave is here if you're having trouble finding it:

[Google Wave APIs] Re: JSON from robot (python) to gadget the right way

2009-10-21 Thread Agustin Horischnik
Hi Pamela, thanks for your answer. I did look at Row of 4 code and I just double checked it but I think it doesn't send anything more than strings or numbers as values within the delta dictionary. What I meant was something like this: delta = {} foo = ['One', 'Two', 'Three'] delta['bar'] = foo

[Google Wave APIs] Re: JSON from robot (python) to gadget the right way

2009-10-21 Thread Agustin Horischnik
Hi Pamela, thanks for your answer. I did look at Row of 4 code and I just double checked it but I think it doesn't send anything more than strings or numbers as values within the delta dictionary. What I meant was something like this: controls =

[Google Wave APIs] Re: Internal links in Wave

2009-10-21 Thread Sam Osborne
At the moment, there is no such feature (that i'm aware of) to link a single blip.. But, in the wish-list there's starring blips so I think we're stepping in the right direction. 2009/10/21 Jack Park jackp...@gmail.com Close. I think there is a desire to point at an individual blip in a wave,

[Google Wave APIs] Re: Issues with deleting and appending blips and inline blips

2009-10-21 Thread cretzel
Now I tried to append a simple textarea gadget and update it's contents on blip submitted events. Unfortunately I cannot update the gadget state from within the robot. http://code.google.com/p/wave-robot-java-client/issues/detail?id=5 --~--~-~--~~~---~--~~ You

[Google Wave APIs] Re: Internal links in Wave

2009-10-21 Thread Jack Park
See http://code.google.com/p/google-wave-resources/issues/detail?id=79 On Wed, Oct 21, 2009 at 12:48 PM, Sam Osborne sam.tosbo...@googlemail.com wrote: At the moment, there is no such feature (that i'm aware of) to link a single blip.. But, in the wish-list there's starring blips so I think

[Google Wave APIs] Re: Embed API

2009-10-21 Thread JonB
Receiving this in Firefox-Tools-Error Console, followed by a bunch of related _fsd errrors. I'm trying to copy/paste the code into a local file and few in Firefox, but no luck. Looks like something loads, then this JavaScript error, then a blank screen. Error: uncaught exception: [Exception...

[Google Wave APIs] Re: JSON from robot (python) to gadget the right way

2009-10-21 Thread pamela (Google Employee)
Ah, got it. What was your experiencing with using simplejson? You should be able to serialize that object and pass it through the delta. We don't have a demo of that, but think it should work. You could also consider using more complex keys, like viewerName-propertyName-subPropertyName, etc. That

[Google Wave APIs] Re: What exactly are the rules for having state reflected back in the wave client

2009-10-21 Thread Venkat Polisetti
On Oct 5, 3:11 pm, Brian Kennish (Googler) byoo...@google.com wrote: On Mon, Oct 5, 2009 at 10:42 AM, Dagfinn Parnas amen...@gmail.com wrote: Any news on when this will be added to the Java API? Hey Dagfinn, it'll be in the next cut of the Java library. You can subscribe to various

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

2009-10-21 Thread Kriván Bálint
Hi! First let me say this: Wave is a great thing, if it's done it'll be awesome! I've got invite to the Live Google Wave preview, and I was developing a robot, but a question came up: Is is possible to update a wave (e.g.: append blip) outside processEvents() method (Java API)? Or the robot can