[Google Wave APIs] Managing contact list through gadget api

2010-01-21 Thread Hemanshu Gupta
I want to add contact in my contact list with gadget api / code. Is that possible ? -- 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 em

[Google Wave APIs] Get Wave content from Embed API

2010-01-21 Thread Kai.C
Hi, is it possible to get the Wave content from Embed API, I tried https://wave.google.com/wave/?client.type=embedded&wave_id= * which can show the content of wave, but still cannot get wave content in html format from JavaScript code. And also is there any plan to provide API for exporting dif

[Google Wave APIs] Jan 21st WaveSandbox.com Release: API Changes

2010-01-21 Thread pamela (Google Employee)
Hi developers - We released a new version of the Wave sandbox server yesterday, and there was one resolved issue from the issue tracker: Issue 591: Bug: Robot unable to resize Image object Those changes are also documented in the changelog: http://code.google.com/p/google-wave-resources/wiki/Wave

Re: [Google Wave APIs] Freeze a wavelet

2010-01-21 Thread Daniel França
Hi, thanks for the answer. now I'm doing this in a different way, I created 2 gadgets, one that I wanna be always visible, and one below that has a vertical scrollbar, for this one I assigned the ModulePrefs propertie: scrolling="true" It's scrolling when I go to the end of the gadget, but there's

[Google Wave APIs] Re: Question about sample gadget in presentation "Understanding & Extending Wave"

2010-01-21 Thread Tobias
Ok cool, thanks for this clarification. In my case the two properties (position: x,y) always change together, so then it is the best to use JSON and a single key. Tobias On 21 Jan., 00:18, "pamela (Google Employee)" wrote: > Hi Tobias - > > It is possible (in rare cases) that the resulting stat

[Google Wave APIs] Re: BLIP_DELETED is not dispatched to robot

2010-01-21 Thread atarno
pamela, are you sure the sandbox and the preview are running a same code? i call event.getButtonName() on FORM_BUTTON_CLICKED event. in the sandbox this method started to return null, in the preview this still works ok. last time i've checked my bot a couple of days ago everything worked fine in

[Google Wave APIs] Re: BLIP_DELETED is not dispatched to robot

2010-01-21 Thread atarno
hey pamela, thanks for a prompt response. actually i was wrong, this doesn't work in the sandbox too. just no more BLIP_DELETED notifications for my bot :( i see in the transactions data i store on the bot's end, that this worked ok till december 22 2009. is there anything that has been changed a

[Google Wave APIs] Re: How to update a blip?

2010-01-21 Thread Wes
Look forward to hear some comments about this blip not updating from Google? google... On Jan 19, 1:20 pm, Wes wrote: > Hi Thomas, > > RobotMessageBundle.getBlip(waveId, waveletId, blipId) does returns the > blip I want.  I logged all 3 IDs and double checked!  So it seems it's > t