[Google Wave APIs] Re: Oct. 20th Release: API Changes

2009-10-23 Thread Eric Dorman
Hey Pamela, Thanks for that great info. Is there a way developers could make new methods or controllers to the Embed API? I am asking this because I have seen others build out their own apps with new code that they have created which works with the Embed API. Thanks God Bless, Eric On Oct

[Google Wave APIs] Re: Oct. 20th Release: API Changes

2009-10-23 Thread pamela (Google Employee)
Hi Eric- Please describe exactly the methods and controllers you envision. I'm unclear as to your intentions. - pamela On Fri, Oct 23, 2009 at 5:17 PM, Eric Dorman dorman...@gmail.com wrote: Hey Pamela, Thanks for that great info. Is there a way developers could make new methods or

[Google Wave APIs] Re: my robot stopped receiving notifications

2009-10-23 Thread Dirk Holtwick
Hi Pamela, are there still issues with robots? I am working on a robot for Waveboard written in Python and noticed some issues on the sandbox and the beta account: - Sending document changes back to the wave does not have any effect - Not all notifications are triggered (Add/Remove Participant

[Google Wave APIs] Re: Google Wave Inbox Notification tool for the Windows Desktop

2009-10-23 Thread Sam Osborne
I'm on Windows so shall be trying it out over the weekend.. 2009/10/23 Eric Dorman dorman...@gmail.com Hey Oliver, Did you use the Embed API to make this with it? This is a great idea. Thanks God Bless, Eric On Oct 15, 3:49 pm, Sam Osborne sam.tosbo...@googlemail.com wrote: 1: Ok.

[Google Wave APIs] Re: Wavelet.getRootBlip() -- Do I understand something wrong?

2009-10-23 Thread Bálint Kriván
Oh I see...So robot doesn't get the whole wavelet with all of the blips, but the blip of the related event and it's parent. Ok, but if I would like to access to the rootblip, and I get its id with wavelet.getRootBlipId(), how can I request its content (getDoucment().getText())?

[Google Wave APIs] Retrieving Embedded youtube video's ID

2009-10-23 Thread Silicon Dragon
Hi, While attempting to export a wave text+markup into HTML as accurately as possible, I've come accross an embedded youtube video. Currently, these are the only data related to the gadget: 57: {type: GADGET, properties: {url:

[Google Wave APIs] Re: Can Robot updates the wave outside processEvents()?

2009-10-23 Thread markowl
Hello, ... a question came up: Is is possible to update a wave (e.g.: append blip) outside processEvents() method (Java API)? I believe you can also update a Wave using the Cron events. http://code.google.com/intl/ja-JP/apis/wave/extensions/robots/index.html I've not tested this myself

[Google Wave APIs] Re: my robot stopped receiving notifications

2009-10-23 Thread pamela (Google Employee)
Hey Dirk- There seem to be intermittent issues, yes, and it may sometimes be server-dependent. We're working on logging alot more information about robots so that we can figure out what's really going on. - pamela On Fri, Oct 23, 2009 at 5:28 PM, Dirk Holtwick dirk.holtw...@gmail.comwrote: Hi

[Google Wave APIs] Re: Can Robot updates the wave outside processEvents()?

2009-10-23 Thread Bálint Kriván
Oh thanks! Maybe that is what I was looking for, where can I find more information about these cron events? On Fri, Oct 23, 2009 at 10:03 AM, markowl mark.cowlis...@gmail.com wrote: Hello, ... a question came up: Is is possible to update a wave (e.g.: append blip) outside processEvents()

[Google Wave APIs] Re: Robot notified when it is added as participant?

2009-10-23 Thread Karan Bhatnagar
EventType.WAVELET_SELF_ADDED is being triggered if I add robotn...@appspot.com. It is again triggered if I add robotname+...@appspot.com robotname%2b...@appspot.com. Any hint how to handle the situation that I should call my handler only the first time? I think if I can determine if my robot is

[Google Wave APIs] Re: Google Wave sandbox account?

2009-10-23 Thread rhelena
Hello folks, I have the same, I still waiting for one week. Pamela could you please help us. Thanks in advanced Ramón On Oct 22, 8:06 pm, Bálint Kriván bal...@krivan.info wrote: Hi! I've got the following email: Hi, You are being sent this mail because you requested access to the

[Google Wave APIs] Re: What's the difference between the sandbox and the beta/preview?

2009-10-23 Thread Kipp
I have both sandbox and preview. I use both because there are different sets of participants in each. The sandbox has powerful tools listed under a Debug menu item that helps a lot when it comes to understanding what is going on. They are not federated yet. By this I mean you cannot easily

[Google Wave APIs] Re: Google Wave sandbox account?

2009-10-23 Thread Kipp
Pamela, I sincerely hope sandbox developers will not lose the functionality of the Debug menu item as Google transitions from sandbox to preview. Kipp On Oct 22, 7:44 am, pamela (Google Employee) pamela...@gmail.com wrote: Hey folks- We've been transitioning the sandbox accounts system to a

[Google Wave APIs] Re: Google Wave Inbox Notification tool for the Windows Desktop

2009-10-23 Thread Karim Yaghmour
Not sure if it had been suggested, but FWIW C# would be a good candidate. It's not too far from VB and Mono works on Mac and Linux alike. HTH, Karim Yaghmour On Oct 15, 4:16 pm, Oliver Baker ocba...@gmail.com wrote: Hi Again, I see your point Sam. The only problem is I can't code in C++,

[Google Wave APIs] Re: Suggestions: Wave (private) Groups, integration

2009-10-23 Thread olemis
Hello, this is the first message I post to this list so I'll try to introduce myself ... My name is Olemis Lang (have to fix the name in the From field) . I am a mostly a developer (a tester sometimes ;o) and recently I've released TracGViz plug-in [1]_ in order to integrate this PMS with

[Google Wave APIs] Re: Google Wave Inbox Notification tool for the Windows Desktop

2009-10-23 Thread olemis
On Oct 15, 1:56 pm, Sam Osborne sam.tosbo...@googlemail.com wrote: Ok.. I can interpret VB.net... Ish.. Now I want to know two things:    - How did you manage to get the APIs from whatever language they're in    (Java/Python I think) to VB?    - Where's the source? I wanna see if I can get

[Google Wave APIs] Re: Available triggered events

2009-10-23 Thread Leitzler
Take a look at your capabilities.xml and make sure all events you are looking for are present there. Also make sure you increase the version number in that file if you change anything. On 18 Okt, 12:30, Nicolas Perriault nperria...@gmail.com wrote: Hi, I'm currently playing with the Wave api

[Google Wave APIs] What are the rules for appendMarkup?

2009-10-23 Thread Andrew
Hi again, One of the bots I'm currently writing needs to insert various hyper- links into child blips. The bot seems to be working OK most of the time, but some of the hyper-links it's inserting seem to not make it into the blip. For example, this test hyper-link never makes it into a blip:

[Google Wave APIs] Re: Oct. 20th Release: API Changes

2009-10-23 Thread Eric Dorman
Hey Pamela, Well, what I mean by the Methods and Controllers are the ones below that are in the Embed API Documentation. Methods: addListener(eventType:String, handlerFunction:Function) addParticipant() and etc The reason I am showing these to you is because I would like to create my own

[Google Wave APIs] Re: Suggestions: Wave (private) Groups, integration

2009-10-23 Thread Olemis Lang
On Fri, Oct 23, 2009 at 10:09 AM, olemis ole...@gmail.com wrote: On Oct 9, 6:50 am, Silicon Dragon sdr...@gmail.com wrote: Dear Timofonic, Your list of requests can be broken down to the following core ideas: -private groups. Facility already exist via Google Groups integration Q:    -

[Google Wave APIs] Re: What are the rules for appendMarkup?

2009-10-23 Thread Austin Chau (Google employee)
This is the list of all the html tags that I know are being handled at the moment: p, div, b, strong, i, em. Austin On Fri, Oct 23, 2009 at 9:17 AM, Andrew andrewsqu...@gmail.com wrote: Hi again, One of the bots I'm currently writing needs to insert various hyper- links into child blips.

[Google Wave APIs] Re: Access wavelet playback from a Java Robot?

2009-10-23 Thread Austin Chau (Google employee)
Currently blip revision data is not available to any of the API. Feel free to file an feature request for it. http://code.google.com/p/google-wave-resources/issues/list Austin On Fri, Oct 23, 2009 at 9:18 AM, Leitzler leitz...@gmail.com wrote: I've been searching for a way to access the

[Google Wave APIs] Robot stopped responding to BLIP_SUBMITTED

2009-10-23 Thread Mauricio Marcon Zaffari
Hello, I have a robot and it was working, but all of suddenly it stoped responding to BLIP_SUBMITTED events. It still receives WAVELET_SELF_ADDED. What's going on? Wave API changed recently? -- Att. Mauricio Marcon Zaffari http://www.papodenerd.net

[Google Wave APIs] Re: HowTo: Make a robot create a new Wave (Python)

2009-10-23 Thread heitzig-j
Is this also possible in Java? The corresponding classes AbstractRobot or AbstractRobotServlet do not seem to have a similar method like NewWave in python... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google

[Google Wave APIs] Re: Suggestions: Wave (private) Groups, integration

2009-10-23 Thread Silicon Dragon
On Fri, Oct 23, 2009 at 4:09 PM, olemis ole...@gmail.com wrote: Hello, this is the first message I post to this list so I'll try to introduce myself ... My name is Olemis Lang (have to fix the name in the From field) . I am a mostly a developer (a tester sometimes ;o) and recently I've

[Google Wave APIs] Re: HowTo: Make a robot create a new Wave (Python)

2009-10-23 Thread Austin Chau (Google employee)
Yes you can do that in Java. The two client libraries mirror each other with respect to the underlying wire protocol. To create new wave in Java you use this method from Wavelet - public Wavelet createWavelet(ListString participants, StringdataDocumentWriteBack ); Austin On Fri, Oct 23, 2009

[Google Wave APIs] Re: Suggestions: Wave (private) Groups, integration

2009-10-23 Thread Olemis Lang
On Fri, Oct 23, 2009 at 3:09 PM, Silicon Dragon sdr...@gmail.com wrote: On Fri, Oct 23, 2009 at 4:09 PM, olemis ole...@gmail.com wrote: On Oct 9, 6:50 am, Silicon Dragon sdr...@gmail.com wrote: Dear Timofonic, Your list of requests can be broken down to the following core ideas:

[Google Wave APIs] Google Friend Connect And Google Wave

2009-10-23 Thread Eric Dorman
Hey guys, Is there a way to sync Google Friend Connect up with Google Wave and have them come together to build out a bigger application? Thanks God Bless, Eric --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[Google Wave APIs] Annotation to generate a tooltip? And XHTML whitelist?

2009-10-23 Thread Chris C.
I am fairly sure this does not exist, but I thought I'd check: is there an annotation that can generate a mouseover tooltip? It's a pretty common/basic web feature, and I, at least, have a couple uses I could put it to. If there isn't one, I'd sure like one. On a related note, where can I find

[Google Wave APIs] Re: Annotation to generate a tooltip? And XHTML whitelist?

2009-10-23 Thread Austin Chau (Google employee)
Hi, You are right, there is no such annotation for tooltip - feel free to file a feature request for that - http://code.google.com/p/google-wave-resources/issues/list As for markups, the list of acceptable markups are quite limited at the moment and they are: p, div, b, strong, i, em. Austin

[Google Wave APIs] Re: Robot stopped responding to BLIP_SUBMITTED

2009-10-23 Thread Mauricio Marcon Zaffari
It's back now. Weird thing. Is it an issue on my side? -- Att. Mauricio Marcon Zaffari http://www.papodenerd.net 2009/10/23 Austin Chau (Google employee) api.aus...@google.com: Hi, There is no change in the API regarding those events.  I just verify that against my robots and they seem

[Google Wave APIs] Re: Robot stopped responding to BLIP_SUBMITTED

2009-10-23 Thread Austin Chau (Google employee)
Could be a hiccup on server or GAE. Glad things are back to normal now. Austin On Fri, Oct 23, 2009 at 4:24 PM, Mauricio Marcon Zaffari mauricio.sha...@gmail.com wrote: It's back now. Weird thing. Is it an issue on my side? -- Att. Mauricio Marcon Zaffari http://www.papodenerd.net

[Google Wave APIs] Re: Wavelet.getRootBlip() -- Do I understand something wrong?

2009-10-23 Thread Smola
Keeping track of the IDs for lookup? I have been searching for a method in the API which takes a blip ID as an argument and returns the blip matching that ID but have been unable to find one. Am I missing something? Please tell me how this can be done if possible because my development has

[Google Wave APIs] Re: Wavelet.getRootBlip() -- Do I understand something wrong?

2009-10-23 Thread Austin Chau (Google employee)
Basically you need a permanent storage that you manage on your own (not provided by the API) to maintain the context data for each blip. That's what I meant by your own datastore to keep track of the blip ids and associated data. Take a look at the sample robot Stocky which has a persistence

[Google Wave APIs] Re: Gadget shared state question

2009-10-23 Thread Jonathan Hunt
You are using wave-preview so you may be encounter this bug http://code.google.com/p/google-wave-resources/issues/detail?id=333 On Sat, Oct 24, 2009 at 1:22 AM, Ruprict glenn.goodr...@gmail.com wrote: So, lemme see if I have this straight: I have a gadget that responds to a user event by