[Google Wave APIs] Re: unresponsive bot and blank xml capabilities after following Python bot tutorial

2009-12-09 Thread Sarwar Erfan
only required files are: -project +waveapi app.yaml ergodicresearch.py Delete the files: -ergodicresearch app.yaml index.yaml main.py Then try as usual Regards Sarwar Erfan On Dec 7, 8:52 am, George Oliver wrote: > hi, I've read some ol

[Google Wave APIs] Robot cross-talk

2009-12-09 Thread Gabriel Militello
Tryed to make two robots interact with each other, but found it impossible. I don´t know if i´m making the wrong joice of EventType... but I imagine that it´s not possible to prevent a infinite Event loop of robot´s listening their own events. Am I right? Or is there any way to make two robots list

[Google Wave APIs] silly question about the tutorial

2009-12-09 Thread Aaron Watters
Looking at this function def OnParticipantsChanged(properties, context): """Invoked when any participants have been added/removed.""" added = properties['participantsAdded'] for p in added: Notify(context) Why is it calling Notify exactly the same way many different times? Changes to t

[Google Wave APIs] getState() is null?

2009-12-09 Thread dirtside
I'm developing a Wave gadget. It sets a callback function for setStateCallback() and setParticipantCallback(), which apparently gets called immediately, three times (I'm guessing once for the setStateCallback and once each for the two participants). The callback function (updateDisplay) calls anot

[Google Wave APIs] onload="function()" similar coding in a gadget

2009-12-09 Thread Albonobo
i'm trying to help a friend with a gadget coding. He need a similard comand than: onload="function()" to be code in a gadget I don't know coding at all if someone find a meening in that demand...please contact me -- You received this message because you are subscribed to the Google Groups "G

[Google Wave APIs] Global Values Reset after minutes of Idle time

2009-12-09 Thread eng.ma2m...@gmail.com
Please could someone confirm this as it really got on my nerves. My Wave Robot Was working perfectly 3 days ago (transla...@appspot.com). I use global variables to set the language I want to translate to, and those variable are set by user at the begining of the robot creation. Since 3 days, I h

[Google Wave APIs] Re: unresponsive bot and blank xml capabilities after following Python bot tutorial

2009-12-09 Thread Sarwar Erfan
Hi, I see that only required files are -project +waveapi app.yaml ergodicresearch.py But how did these extra files came into? -ergodicresearch app.yaml index.yaml main.py Delete these extra files. Then, in in project/ergodicresearch.py, chage the "version" of r

[Google Wave APIs] Re: Robot's name doesn't change after the update

2009-12-09 Thread Sarwar Erfan
Hi, How are you setting "Robot's name"? Are you referring to the application name? For example, in YAML, are you using the "application: myNameHere"? And, in script, how are you setting the robot name. Are you referring to the first parameter of robot constructor? Please paste the code snippets

[Google Wave APIs] Office Hours Start in 5 Minutes

2009-12-09 Thread pamela (Google Employee)
Virtual Google Wave APIs office hours will begin in 10 minutes. You should see the wave appear in your inbox, but if not, visit this URL: https://wave.google.com/a/wavesandbox.com/#restored:wave:wavesandbox.com!w%252BmO3w_w9KA A link to the transcript will be posted here afterwards. -- You rec

[Google Wave APIs] Re: Gadget API needs a bit of help?

2009-12-09 Thread dougx
hm... I thought I posted a response to this but it doesn't seem to have appeared? Anyway, basically you can get around the authenticity problem by using RSA to sign the state data in the gadget, to ensure the state is valid. ie. - Gadget instance wants to make update. - Gadget instance creates up

[Google Wave APIs] Re: Can robots be proactive

2009-12-09 Thread martin
Goodo, I shall await eagerly. I have some rather cool ideas I want to test using this ;) On Dec 9, 11:56 pm, "Austin Chau (Google employee)" wrote: > Can't give ETA but I can say "soon" :) > > On Wed, Dec 9, 2009 at 3:49 PM, martin wrote: > > As ever google is one step ahead of me ;) > > > Any i

Re: [Google Wave APIs] Re: Can robots be proactive

2009-12-09 Thread Austin Chau (Google employee)
Can't give ETA but I can say "soon" :) On Wed, Dec 9, 2009 at 3:49 PM, martin wrote: > As ever google is one step ahead of me ;) > > Any idea when that will be done (days/weeks/months)? > > On Dec 9, 11:45 pm, "Austin Chau (Google employee)" > wrote: > > Hi Martin, > > > > In fact we are active

[Google Wave APIs] Re: Can robots be proactive

2009-12-09 Thread martin
As ever google is one step ahead of me ;) Any idea when that will be done (days/weeks/months)? On Dec 9, 11:45 pm, "Austin Chau (Google employee)" wrote: > Hi Martin, > > In fact we are actively working on the "active" API as we speak :) > > When it is polished enough we will update the docs wit

Re: [Google Wave APIs] Can robots be proactive

2009-12-09 Thread Austin Chau (Google employee)
Hi Martin, In fact we are actively working on the "active" API as we speak :) When it is polished enough we will update the docs with cut new client libraries for it. Thanks for the patience. Austin On Wed, Dec 9, 2009 at 3:33 PM, martin wrote: > As far as I can see, at the moment robots are

[Google Wave APIs] Can robots be proactive

2009-12-09 Thread martin
As far as I can see, at the moment robots are limited to being entirely reactive, ie. they can only make a change to a wave when something else happens. Is it possible for a robot to be proactive and initiate changes in a wave without an event in the wave triggering it? I wonder this because I want

RE: [Google Wave APIs] Google Wave Gadget persistence layer

2009-12-09 Thread Jiang, Guoqian, Ph.D.
Thank you very much for your suggestion and this is very helpful, I think DataBlip is a great idea. Let us assume that each node of a tree structure is represented as a wave blip and the entire tree will be a wavelet. We just need a UI rendering layer (say a Gadget) that can access the data blip.

Re: [Google Wave APIs] Re: Icons and names for bots no longer displayed

2009-12-09 Thread Jay Deiman
Boh wrote: > I noticed that too and I believe this is the reason: > http://groups.google.com/group/google-wave-api/browse_thread/thread/e4adf72570367b09 That looks to be the answer. Thanks. Jay -- Jay Deiman \033:wq! -- You received this message because you are subscribed to the Google Grou

Re: [Google Wave APIs] Gadget API needs a bit of help?

2009-12-09 Thread David Nesting
On Sun, Dec 6, 2009 at 11:59 PM, dougx wrote: > - Competative game gadgets, where users can gain an advantage by > faking their own high score. > > - Gadgets where users collaborate in general (prone to spoofing; even > on playback you can't really be sure of the changes being made coming > from

Re: [Google Wave APIs] Google Wave Gadget persistence layer

2009-12-09 Thread David Nesting
On Tue, Dec 8, 2009 at 10:36 AM, Jiang, Guoqian, Ph.D. < jiang.guoq...@mayo.edu> wrote: > My use case is that I want to reprensent a tree structure in a google > wave gadget and a group will work collaboratively on curating the tree > structure e.g. editing a node, adding a sub node or deleting

Re: [Google Wave APIs] unresponsive bot and blank xml capabilities after following Python bot tutorial

2009-12-09 Thread David Nesting
On Sun, Dec 6, 2009 at 5:52 PM, George Oliver wrote: > nothing. I see no debug/info/etc. logs, but I do see activity in the > This is immediately suspicious to me. Every request should be generating some debug logging. I'd try adding some logging statements of your own in various places to see

[Google Wave APIs] Dec. 8 & Dec. 9 Release Notes

2009-12-09 Thread pamela (Google Employee)
Hi developers - A few days ago, we announced a new WaveSandbox.com release with several fixed bugs and new features (like inline gadgets). Yesterday, we pushed that release to Google Wave Preview. Unfortunately, those releases did contain two regression bugs (robots couldn't insert images, edito

[Google Wave APIs] Re: State change

2009-12-09 Thread Dan
Understood. Thanks! -- 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 this group, send email to google-wave-api+unsubscr...@googlegroups.com. For more