Re: [Google Wave APIs] Rosy language translation robot

2009-11-12 Thread Luis Angel Marin Hernandez
try add this: aunt-ro...@appspot.com and watch my blog to how used, =) http://wavebot.blogspot.com/ -- 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

[Google Wave APIs] Securing Ajax endpoints

2009-11-12 Thread hcvst
Hi, my gadget issues an AJAX call to remotely update some data when its state changes. The AJAX endpoint is the same server that hosts the gadget.xml (Appengine). Currently, anyone looking at the gadget's source can see the endpoint and call it themselves with some query parameters to effectively

[Google Wave APIs] Buggy Robots Status

2009-11-12 Thread Dirk Holtwick
Hi, I really become crazy with these robots. Each day something new is not working and it is totally arbitrary if I'm on the preview account or the sandbox. Currently I get all events on the 'preview' machine, but can not send back text on 'ROBOT ADDED' (while text submit after 'BLIP SUBMITTED'

Re: [Google Wave APIs] Buggy Robots Status

2009-11-12 Thread Bálint Kriván
Yeah, it's a little strange why these bugs come up, I think the unit tests should indicate if something isn't working in the build, but who knows :) On 11/12/09, Dirk Holtwick dirk.holtw...@gmail.com wrote: Hi, I really become crazy with these robots. Each day something new is not working and

[Google Wave APIs] Re: Should BLIP_SUBMITTED be fired when a gadget changes a state?

2009-11-12 Thread cmdskp
Ideally, I would like an event that only gets triggered on a text change. The reason being that my robot currently gets a lot of resubmitted blips because of a gadget in them being clicked on. They can contain a lot of text which is still the same and has been seen by the robot. This eats up

[Google Wave APIs] Re: Should BLIP_SUBMITTED be fired when a gadget changes a state?

2009-11-12 Thread cmdskp
*and BLIP_SUBMITTED can still be used for both. On Nov 12, 3:36 pm, cmdskp comdudes...@hotmail.com wrote: Ideally, I would like an event that only gets triggered on a text change. The reason being that my robot currently gets a lot of resubmitted blips because of a gadget in them being

[Google Wave APIs] Wave State no longer shared?

2009-11-12 Thread Chris Bianchi
Last week it seemed that every Gadget in a wave had access to the same state. wave.getState() always returned the same object no matter which Gadget requested it. Today, I noticed that gadgets no longer share the same state in sandbox or preview? Was this a bug last week or is this a change to

[Google Wave APIs] Re: Wave State no longer shared?

2009-11-12 Thread Chris Bianchi
I just found another post where Google says the state is not shared between gadgets in the same wave. http://groups.google.com/group/google-wave-api/browse_thread/thread/5247c475e461ba9a?pli=1 I swear it was only about a week ago where 3 of us witnessed the state being shared between gadgets.

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

2009-11-12 Thread Vivek
Hai , In the robot i'm making, i want to access all the blips that are in the wavelet even before my robot is added to the wavelet. I cannot find a suitable method in the API . I know we can access the root blip directly, but then I could not figure out how to access its siblings. Please some

[Google Wave APIs] Re: Configure eclipse project

2009-11-12 Thread mr. Apaxuc
I found the solution myself, I think is also nice for NetBeans Configure the builders for the project, choose an tool type Ant Builder 1. We take the Complete Build File (builder.xml) for Google App Engine 2. Add this file: property name=version.num value=1.0./ taskdef name=xmltask

[Google Wave APIs] How can I iterate through all blips in a wavelet?

2009-11-12 Thread Will
I'm creating a bot that I want to dynamically edit blips. While it was trivial to get the dynamic editing working, I also want the bot to iterate or recurse through all the blips in a wavelet, and then edit the blips if necessary. It doesn't seem like the Python API has a good way to grab all the

[Google Wave APIs] Will other panel's functionality be exposed?

2009-11-12 Thread drone
Hello, I see, currently Embed API exposes Google Wave client's Wave panel functionality. So I'm wondering, are there any plans to expose more functionality, which would allow to embed Wave List (Search) panel, create new Waves programmatically, etc? -- You received this message because you are

[Google Wave APIs] Re: Buggy Robots Status

2009-11-12 Thread Kai
Hi Dirk, I'm sorry to hear about your troubles. Are you developing with the Python or Java SDK? Here's the Python code that works for me, every time: from waveapi import events from waveapi import model from waveapi import robot def OnSelfAdded(properties, context): Invoked when the robot

[Google Wave APIs] Re: multiple gadgets sharing state

2009-11-12 Thread just marvin
It occurs to me that since you'll need a bot and a gadget, you could just have the bot add the gadget(s) to the wave. Then you just need to add one thing to the wave and you'll know you have the correct environment for the gadgets. -- You received this message because you are subscribed to the

[Google Wave APIs] Idea for embed

2009-11-12 Thread Tyler Ruppert
Hi, I wanted to give up a suggestion and get some feedback to see if I'm alone with this idea. I have embed a wave on my company's news website (in a hidden page) to test it out. The problem I have found, is that a user must be logged into wave to see the information. One way I would like to

[Google Wave APIs] Profile bot

2009-11-12 Thread Antonio Garcia
I've search information about that, but I can't manage my robot to show a decent profile... so I have some doubts... Is de profile updates automatically? or I just can't see the image or the name because I must wait? I've seen that before it was done by capabilities.xml but now it use a

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

2009-11-12 Thread Antonio Garcia
I think you can use de Blip.getChild(arg) or Blip.getChildren() to access to any blip if you start in the root blip... but I didn't do that never. Blips in the wave have the structure of a Tree (a graph) 2009/11/12 Vivek vivekmunag...@gmail.com Hai , In the robot i'm making, i want to access

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

2009-11-12 Thread Vivek
I tried it. Its giving java.lang.NullPointerException when im trying to access the children of root blip. -- 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

Re: [Google Wave APIs] Re: problem with setStyle

2009-11-12 Thread Antonio Garcia
I didn't manage to aply de setStyle properly... but set Annotation seem to work 2009/11/12 pamela (Google Employee) pamela...@gmail.com Hi Vivek- It is likely this bug: http://code.google.com/p/google-wave-resources/issues/detail?id=348 - pamela On Thu, Nov 12, 2009 at 11:40 AM, Vivek

Re: [Google Wave APIs] Re: Issue with creating a new blip from a robot

2009-11-12 Thread pamela (Google Employee)
Could you both provide your app IDs and what server you were trying on? This will help us examine the logs to find what might be happening. I did a quick test with similar code and it is still working for me, so I'm guessing that particular app IDs are being affected. Thanks! On Thu, Nov 12,

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

2009-11-12 Thread 栾瑞鹏
I tried, too. rootBlip.getChildren() not working. get the same exception with you. Still looking for some other way by java. It seems that python is easy to do that. On Fri, Nov 13, 2009 at 4:55 AM, Vivek vivekmunag...@gmail.com wrote: I tried it. Its giving java.lang.NullPointerException

[Google Wave APIs] Re: Issue with creating a new blip from a robot

2009-11-12 Thread tranqy
My appid is hackstacking. How do I tell what server it's running on? Thanks Aaron On Nov 12, 6:24 pm, pamela (Google Employee) pamela...@gmail.com wrote: Could you both provide your app IDs and what server you were trying on? This will help us examine the logs to find what might be

[Google Wave APIs] Re: Issue with creating a new blip from a robot

2009-11-12 Thread tranqy
It's running on preview. If you'd like the code, or for me to put it in a particular state lemme know. Thanks On Nov 12, 9:12 pm, pamela (Google Employee) pamela...@gmail.com wrote: Apologies, I mean whether it's running on Google Wave Sandbox or Google Wave Preview. - pamela On Thu,