[Google Wave APIs] Re: Incrementally add text to a blip

2009-11-08 Thread Daniel Rothenberg
Thanks, David. I'll play around with the cron job idea, but it looks like I'll have to compromise and figure out a different behavior for the robot. - Daniel On Nov 8, 2:19 am, David Nesting da...@fastolfe.net wrote: On Sat, Nov 7, 2009 at 7:14 PM, Daniel Rothenberg

[Google Wave APIs] Re: How to maintain the gadget state when the blip containing the gadget is resized?

2009-11-08 Thread Vikram
1. I have developed this gadget. 2. Yes it is wave specific gadget. 3. Yes I have pretty good knowledge of wave states. 4. No I am talking about auto resizing. Actually every time the blip containing the gadget reloads, the SWF goes back to its initial gadget, Whenever you resize invariably the

[Google Wave APIs] Re: How to maintain the gadget state when the blip containing the gadget is resized?

2009-11-08 Thread Vikram
1. I have developed this gadget. 2. Yes it is wave specific gadget. 3. Yes I have pretty good knowledge of wave states. 4. No I am not talking about auto resizing. Actually every time the blip containing the gadget reloads, the SWF goes back to its initial gadget, Whenever you resize invariably

[Google Wave APIs] Re: Serving a dynamic gadget from the robot app

2009-11-08 Thread pamela (Google Employee)
I believe the IMDBotty sample does something like that, using the Python SDK and Django templates: http://wave-samples-gallery.appspot.com/about_app?app_id=48018 - pamela On Sun, Nov 8, 2009 at 6:05 PM, David Nesting da...@fastolfe.net wrote: This seems pretty straightforward to do within

[Google Wave APIs] Re: Google Calendar?

2009-11-08 Thread Carl
If not a google calendar, than a calendar that is part of the wave, to which people can do... something? Ideas: Mark available/not available/maybe days by a 3-state toggle on click. Fill in events by click, then simple form for title, location, time Make the produced calendar output an ical or

[Google Wave APIs] Cron Tutorial

2009-11-08 Thread Smola
I know what a cron job is, I have just never created one. For ANY platform. Google Wave is a very specific platform and there isn't much documentation on it (crons with Wave). In the Java API tutorial, cron jobs are mentioned as being available, but that's all I could find on them. I have

[Google Wave APIs] Re: No enum const class com.google.wave.api.EventType.OPERATION_ERROR

2009-11-08 Thread Austin Chau (Google employee)
Since I don't have the full context of your code, I am suspecting that your outputSream.toString() is returning content that is unserializable to the client library. Keep in mind that appendMarkup() can only handle i, strong, em, b. Austin On Sat, Nov 7, 2009 at 11:49 AM, Piotr Pejas

[Google Wave APIs] Re: Cron Tutorial

2009-11-08 Thread Austin Chau (Google employee)
We do not have documentation for the current cron setup for robot, due the reason you have mentioned that we are soon replacing it with a more robust mechanism. In the meanwhile, please check out the sample robot Stocky which uses the current cron setup -

[Google Wave APIs] Re: How to display an image button...

2009-11-08 Thread Austin Chau (Google employee)
Image button is not available, you can only have the typical gray button for it to be clickable. Feel free to file a feature request for it. Austin On Sun, Nov 8, 2009 at 7:50 AM, Venkat Polisetti venkat.polise...@gmail.com wrote: Hi All, textView.appendElement(new

[Google Wave APIs] Re: Embedding Waves in Blogs and Search Engines

2009-11-08 Thread Lee
This is purely guesswork but given that waves are extensively client- side driven, and that the current push model can not physically push contents onto static resource (IE: stream/poll aren't natively implemented), it's most likely going to be a no (unless the crawlers can parse javascript).

[Google Wave APIs] Re: How to maintain the gadget state when the blip containing the gadget is resized?

2009-11-08 Thread Lee
It would seem more appropriate for the SWF object to cache its own state after each change made to it and to revert to the most recent state after each refresh. On Nov 8, 11:05 am, Vikram vikram.prav...@gmail.com wrote: 1. I have developed this gadget. 2. Yes it is wave specific gadget. 3.

[Google Wave APIs] Re: [simple?] connect my googlegroups to googlewave

2009-11-08 Thread Lee
this is just out of curiosity but surely the latter part of what David suggested couldn't be more complicated then an RSS parser On Nov 7, 11:30 pm, Prashant antsh...@gmail.com wrote: just add your grp address (your-...@googlegroups.com) to the wave but presently that works for sanbox accounts

[Google Wave APIs] how to determine if gadget viewer is gadget installer ?

2009-11-08 Thread qMax
Hi. I want to provide different controls in depend on who is controlling gadget. Is there a way to determine if current viewer as returned by wave.getViewer() is one who installed gadget ? There's no INSTALL mode What mode gadget have when it is first time inserted? Oh! I guess i can check

[Google Wave APIs] Just can't get FORM_BUTTON_ADDED work (Python)

2009-11-08 Thread Bernardo Amorim
I just cant get it work, here's my code: Main class: if __name__ == '__main__': myRobot = robot.Robot('APP-NAME', image_url='http://APP-NAME.appspot.com/icon.png', version='1', profile_url='http://APP-NAME.appspot.com/')

[Google Wave APIs] Re: How to maintain the gadget state when the blip containing the gadget is resized?

2009-11-08 Thread pamela (Google Employee)
Your gadget is likely suffering from a known issue: http://code.google.com/p/google-wave-resources/issues/detail?id=320 Due to a old bug in Firefox, a SWF inside a gadget is reloaded each time the Wave panel resizes. There are some workarounds suggested for avoiding this issue, and we're looking