[Google Wave APIs] Re: Gadget/robot communications - the trick to making it work

2009-10-08 Thread masouras
So a gadget state change will trigger a DOCUMENT_CHANGED. But how can a robot know that what changed was the gadget's state as opposed to any other editing of the blip ? On Aug 26, 6:38 pm, Jason Salas wrote: > Much has been asked in this Google Group about having robots talk to > gadgets.  A di

[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: allow js injection via robots

2009-10-06 Thread masouras
Thanks Daniel - I starred that request ;-) Brett, I 'll give it a try. --~--~-~--~~~---~--~~ 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

[Google Wave APIs] allow js injection via robots

2009-10-05 Thread masouras
I am trying to enable some browser-side interaction by the use of a robot. In order to do that, I 'd like to inject a JS file in the wave, which seems to be not allowed in the current implementation (I tried it). Is that the case / is this something that will be supported in the future ? This de