[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 wrote: > > So, lemme see if I have this straight: > > I have a gadget that responds to a user event by calling > > wave.getStat

[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 laye

[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 be

[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.papod

[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) : > Hi, > There is no change in the API regarding those events.  I just verify that > against my robots and they seem to be responding fin

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

2009-10-23 Thread Austin Chau (Google employee)
Hi, There is no change in the API regarding those events. I just verify that against my robots and they seem to be responding fine with BLIP_SUBMITTED. Are you still seeing this problem? Austin On Fri, Oct 23, 2009 at 12:23 PM, Mauricio Marcon Zaffari < mauricio.sha...@gmail.com> wrote: > > H

[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: , , , , , . Austin On Fri, Oct 23

[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 o

[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 "Goo

[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 wrote: > > On Fri, Oct 23, 2009 at 4:09 PM, olemis wrote: >> >> On Oct 9, 6:50 am, Silicon Dragon wrote: >> > Dear Timofonic, >> > >> > Your list of requests can be broken down to the following core ideas: >> > -private groups. Facility already ex

[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(List participants, StringdataDocumentWriteBack ); Austin On Fri, Oct 23, 2009 at 9:48

[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 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 > released Tr

[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 Wa

[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: 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 wrote: > > I've been searching for a way to access the history of a wavelet

[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: , , , , , . Austin On Fri, Oct 23, 2009 at 9:17 AM, Andrew wrote: > > 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 mo

[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 wrote: > > On Oct 9, 6:50 am, Silicon Dragon 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: >    - You mean that I can a

[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 Met

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

2009-10-23 Thread Leitzler
I've been searching for a way to access the history of a wavelet from within a robot, is it possible using the Java Robot API? I am trying to write a robot that creates a summary in the root blip that tells how many words each participant have been deleted through the history of the current wavel

[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: tex

[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 wrote: > Hi, > > I'm currently playing with the Wave api using both the py

[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 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 the source, translate i

[Google Wave APIs] Re: Gadget shared state question

2009-10-23 Thread Ruprict
So, lemme see if I have this straight: I have a gadget that responds to a user event by calling wave.getState().submitValue("mykey","myvalue"); I have this in the gadgetInit if (wave && wave.isInWaveContainer()) { wave.setStateCallback(stateUpdated); } I have my test sandbox and my re

[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

[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 wrote: > Hi Again, > I see your point Sam. > > The only problem is I can't code in C++, and the plans

[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)" wrote: > Hey folks- > > We've been transitioning the sandbox accounts system to a new system o

[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 s

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

2009-10-23 Thread Jerry N.
I have the same issue. I received that email on August 13th. I filled out the form the very same day and countless mutliple times thereafter and I have STILL yet to receive a sandbox access. Hope you can help. Thanks Jerry On Oct 23, 9:44 am, rhelena wrote: > Hello folks, > > I have the same,

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

2009-10-23 Thread Karan Bhatnagar
Sorry for spamming, Just FYI...Event.getAddedParticipants() helped in deciding it. On Fri, Oct 23, 2009 at 5:14 PM, Karan Bhatnagar wrote: > RobotMessageBundle.wasSelfAdded() is returning true each time. > > > On Fri, Oct 23, 2009 at 4:53 PM, Karan Bhatnagar < > karan.bhatna...@gmail.com> wrote:

[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 wrote: > Hi! > I've got the following email: > > Hi, > > > You are being sent this mail because you requested access to the Google > > Wave

[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 . 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 already a participant then the

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

2009-10-23 Thread Karan Bhatnagar
RobotMessageBundle.wasSelfAdded() is returning true each time. On Fri, Oct 23, 2009 at 4:53 PM, Karan Bhatnagar wrote: > EventType.WAVELET_SELF_ADDED is being triggered if I add > robotn...@appspot.com. It is again triggered if I add > robotname+...@appspot.com . Any hint how to > handle the situ

[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 wrote: > > Hello, > > > ... a question came up: Is is possible to update a wave > > (e.g.: append blip) outside processEvents() method (Java API)?

[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 wrote: > > Hi Pamela, > > are there

[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 howe

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

2009-10-23 Thread Bálint Kriván
Thanks for the help!Now I've found a little workaround for the current issue (I store the needed data in a DataDocument on a wavelet, which is written when the first blip is created, and the robot can access it all the time), but I'm tuned for the updates! On Fri, Oct 23, 2009 at 8:55 AM, Austin C

[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": " http://hosting.gmodules.com/ig/gadgets/file/1075585855