[Google Wave APIs] Moving waves into folders with API

2009-11-13 Thread jhb
Is there a way to manipulate the location of a wave from a user's inbox to robot created or previously created folders. Also, can a wave be in multiple folders? -- You received this message because you are subscribed to the Google Groups "Google Wave API" group. To post to this group, send emai

[Google Wave APIs] Re: Chat on the wave -- a missuse!

2009-11-13 Thread Wookai
Instead of hitting "Reply", simply press "Shift+Enter", and this will send your answer ! Much quicker IMO... On 13 nov, 15:42, Jacob wrote: > I think to increase the usability of a wave for those wishing to > participate in IM-like conversations, they could add a text bar at the > bottom of the w

[Google Wave APIs] Getting the cron to stop

2009-11-13 Thread Ian MacLeod
So, I built a quick test robot (python API), and enabled a cron task to hit it every 10 seconds. This was version "1" of the robot. Things were all peachy, and I got my fancy cron request every 10 seconds, like clockwork: {"blips":{"map": {},"javaClass":"java.util.HashMap"},"robotAddress":"source

[Google Wave APIs] Cannot retrieve blip creator or blip document text

2009-11-13 Thread msp2012
Hi. I wrote my first Java-based robot today, following this example: http://gaejexperiments.wordpress.com/2009/11/04/episode-7-writing-your-first-google-wave-robot/ I can successfully add the robot, and I see it join the wave and post a short text message thereafter (after the example above). H

[Google Wave APIs] Re: Blip ID, OnBlipSubmitted

2009-11-13 Thread Sny
Try this :) def OnBlipSubmitted(properties, context): blipId = properties['blipId'] On Nov 14, 1:16 am, Tyler Ruppert wrote: > Thanks for all your help guys.  I think I may have it figured out, but > being as there is an issue with robots creating a new blip right now I > haven't been able to t

[Google Wave APIs] Read Only Portions Within Wave

2009-11-13 Thread Dave
Is it possible to set a portion of the text within a wave to be read only, i.e., a meeting agenda that is not editable? -- 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

[Google Wave APIs] Re: How to delete all the blips in a wave except the root blip??

2009-11-13 Thread neolinux
I have the same question. I need that the wave "resets" at 4:00 am to the original state (only the root blip must be there.). Any help? On 28 Ott, 15:44, shitu wrote: > Hi all.. > I wants to delete all the blips in the wave except the root blip. > plzz help its urgent!!! -- You received this

[Google Wave APIs] Re: Chat on the wave -- a missuse!

2009-11-13 Thread Jacob
I think to increase the usability of a wave for those wishing to participate in IM-like conversations, they could add a text bar at the bottom of the wave similar to a normal IM system. I think I like this much better than hitting "Reply" every time. On Nov 13, 2:07 pm, Deanna wrote: > I like ha

[Google Wave APIs] Nov. 13th Release: API Changes

2009-11-13 Thread pamela (Google Employee)
Hi developers - We released a new version of the Wave sandbox and preview servers today, and we believe the following issues are now fixed: - Issue 210 : "your browser is not supported" - embedded wave redirecting to in

[Google Wave APIs] Re: Google Wave fails to load in FireFox 3.5.5

2009-11-13 Thread Steven Roussey
Can you test in a new profile so we know that it is not really Firebug? I think you got it working OK in Firebug 1.5b3, but it would be helpful to have another data point -- 1.4.5 in a clean profile. Thanks. -steve-- http://getfirebug.com/wiki/index.php/FAQ#Installing_in_a_clean_Profile On Nov

[Google Wave APIs] Re: Chat on the wave -- a missuse!

2009-11-13 Thread Deanna
I like having an IM option to the waves. It still is a wave so everything gets saved and seen by all the participants - so one tries not for trivial chat unless it is a private wave.The current little circle at the bottom of the participants avatar tells you if they are online. This aspect of

[Google Wave APIs] Re: Blip ID, OnBlipSubmitted

2009-11-13 Thread Tyler Ruppert
Thanks for all your help guys. I think I may have it figured out, but being as there is an issue with robots creating a new blip right now I haven't been able to test my Idea. If it works i'll post back. Thanks again, Tyler Ruppert On Nov 13, 9:36 am, ulisse wrote: > I can say that you are in

[Google Wave APIs] Public Waves

2009-11-13 Thread Tyler Ruppert
Hello API folks, I have a couple of questions about waves, and would like to know if I am right, missing something, or if something isn't working correctly. I made a public wave and tried to access it using my test account. I could view it, but could not add to or edit it. I figured this should

[Google Wave APIs] Re: Configure eclipse project

2009-11-13 Thread mr. Apaxuc
can do without xmltask: 2. Add this file: -- You received this message because you are subscribed to the Google Groups "Google Wave API" group. To post to this

[Google Wave APIs] Re: Abt comparison between google wave samdbox and normal google wave invitation

2009-11-13 Thread pdzarkar
bt wavesandbox user cannot add user of googlewave normal user ... then how to add the other user ??? On Oct 17, 1:03 am, Kapil Neurgaonkar wrote: > The major difference between a normal preview account and a sandbox account > is that the former is for a general user while the latter is for a > de

[Google Wave APIs] Re: Rosy language translation robot

2009-11-13 Thread Sigurð
Hi Luis Thanks for your help. I used Rosie to translate you blog and it works fine. -- 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 e

[Google Wave APIs] Re: Blip ID, OnBlipSubmitted

2009-11-13 Thread ulisse
I can say that you are in the right way till the point u intercept the BLIP_SUBMITED event. I know that in java you get the blip like this event.getBlip() and this garanties you get the blip that triggerd the operation. In python i can not help you. Maybe this gives you an idea. ulisse On 13 Nov,

[Google Wave APIs] WavePanel.setAutoSize(true), WavePanel.getHeight() would be nice

2009-11-13 Thread Andy
Is this possible? Basically I'm trying to embed a wave, but having to specify the size of the DIV is unfortunate. Ideally, I'd like to make the iframe auto-size. Second to that, I would take setting the size to the current height of the wave, if I had some way of determining that. I know there are

[Google Wave APIs] Chat on the wave -- a missuse!

2009-11-13 Thread ulisse
I was looking at a previous discussion about the possibility to show the status of the wave participants as online or offline and some answers about how to implemetn such a thing that as far as i'm concerned instead of offering it as a gadget or an install bundle would be simpler to add it nativly

[Google Wave APIs] Event parameters description

2009-11-13 Thread Jay Bird
Hi, i'm sorry if i haven't found the information, but where could i learn which parameters are passed with which events to the handlers? -- 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-...@goo

[Google Wave APIs] Re: Google Wave fails to load in FireFox 3.5.5

2009-11-13 Thread PiotrN
I have Firefox 3.5.5 (Mozilla/5.0 (X11; U; Linux i686 (x86_64); pl; rv: 1.9.1.5) Gecko/20091102 Firefox/3.5.5) with Firebug 1.4.5 , and I experience no Wave problems (except occasional crashes... but afaik that's normal). -- You received this message because you are subscribed to the Google Grou

Re: [Google Wave APIs] Re: Blip ID, OnBlipSubmitted

2009-11-13 Thread Antonio Garcia
see Event.getBlip() 2009/11/13 Tyler Ruppert > I am using BLIP_SUBMITTED with no problems, the only problem I am > having is getting the right blip. I can get the root blip id, but not > the submitted blip id. How would I use getBlip() ? I can not find it > in the documentation. The closest

[Google Wave APIs] Re: Blip ID, OnBlipSubmitted

2009-11-13 Thread Tyler Ruppert
I am using BLIP_SUBMITTED with no problems, the only problem I am having is getting the right blip. I can get the root blip id, but not the submitted blip id. How would I use getBlip() ? I can not find it in the documentation. The closest I have been able to use is context.GetBlipById(blipID),

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

2009-11-13 Thread Evgeniy Beschastnov
I recommend you to take a look into logs of your robot. There you can see all messages, which robot receives, so you can understand which blips are really accessible. Anyway, there is no way to get content of any blip when robot receives a single message, because only deltas (updates) are sent to r

Re: [Google Wave APIs] Re: Blip ID, OnBlipSubmitted

2009-11-13 Thread Евгений Бесчастнов
and you also can access blip id using getBlipId(). It must work 2009/11/13 Vivek > when you catch the event "EventType.BLIP_SUBMITTED", you can access > the blip through the method getBlip(); > > then you can use getBlip().getDocument().getText() to access the > content of the BLIP. This will re

[Google Wave APIs] Re: Embedding Wave on Blogger

2009-11-13 Thread distressedvolatility
I found a way to do it, visit this site. http://heresmycode.blogspot.com/2009/10/add-google-wave-in-your-site.html On Oct 25, 4:15 pm, Eric Dorman wrote: > Hey David, > > I had some trouble with Blogger to start with,but now the EmbeddedWavethat I > am using is working great. > > There is a pro

[Google Wave APIs] Re: Google Wave fails to load in FireFox 3.5.5

2009-11-13 Thread S. Parker
Well, the problem seems to be Firebug. I have version 1.4.3b1. When I turn it off, the Google Wave GUI loads just fine, and much faster I might add. I tried installing the latest version, 1.4.5, but it also fails in the same spot. On Nov 12, 5:07 pm, "S. Parker" wrote: > I'm not sure if this is

[Google Wave APIs] Re: Embedding Wave on Blogger

2009-11-13 Thread NewsBySector
Hey did anyone figure out how to embed in Blogger? I was able to embed the scripts into the post via embeddy however when I did a new post w/ a new wave, the previous wave overlapped my new post. So it needs a frame?? On Oct 25, 4:15 pm, Eric Dorman wrote: > Hey David, > > I had some trouble wi