[Google Wave APIs] Can you use the Embed API to Retrieve public Waves?

2009-10-25 Thread Eric Dorman
Hey guys, Is it possible to use the Embed API to retrieve waves from a specific topic that is tagged? I am not sure if this is even possible with the Embed API,but I just had to ask. Thanks & God Bless, Eric --~--~-~--~~~---~--~~ You received this message because

[Google Wave APIs] Re: Showing different content in the same Wave?

2009-10-25 Thread Smola
Well aren't private reply blips sent on a brand new wavelet? It would seem that a robot would simply need to send a private blip with the poker hand to each player and then use a community blip for betting, etc. Are there currently API restrictions for private blips(I haven't needed the function

[Google Wave APIs] Re: Headings

2009-10-25 Thread Austin Chau (Google employee)
The wave client editor "heading" style is currently not exposed via the Robot API. I have reopened this issue as feature request. Austin On Sun, Oct 25, 2009 at 1:08 AM, Jonathan Hunt wrote: > > Hi, > > I think my question relates to this bug (but it's not very clear) > http://code.google.com/

[Google Wave APIs] Re: Can't seem to delete/trash a wave

2009-10-25 Thread Vision Jinx
Follow-up: I tried to empty my trash and there does not seem to be an empty trash option. Only once again select a wave in the trash and a trash option appears which again only closes the wave. I would think from the nav bar when selecting the drop down arrow there should be a clear trash option e

[Google Wave APIs] Re: Can't seem to delete/trash a wave

2009-10-25 Thread Vision Jinx
Thanks for the feedback everyone. I do have a wave in my trash (but have not actually tried to empty trash) so I was sure this did work at one point (in the public preview I was trying), but it was not working again. Seems really weird though that delete is a "feature" that is not stable or really

[Google Wave APIs] Re: Embedding Wave on Blogger

2009-10-25 Thread Eric Dorman
Hey David, I had some trouble with Blogger to start with,but now the Embedded Wave that I am using is working great. There is a problem with Google Sites getting a Wave to get Embedded because Google Stes dose not allow you to add an iframe or even a script tag. I tried to add Google Friend Con

[Google Wave APIs] Re: Can't seem to delete/trash a wave

2009-10-25 Thread Pedro Mario
I have the same problem but I haveit recently, yesterday the system was ok, I could archive or send to trash waves but not today, so we will have to wait a little to fix this issue. On 25 oct, 14:26, Smola wrote: > I'd have to agree with Mr. Nesting.  I know you want to get the wave > out of of

[Google Wave APIs] Re: Where are the robot icons?

2009-10-25 Thread pamela (Google Employee)
Chris recalls correctly. The issue is logged here: http://code.google.com/p/google-wave-resources/issues/detail?id=335 As for app engine, your dashboard will show you all the pages 404ing and the top visited pages. The profile usually shows up there (when we actually ask for it). - pamela On Mon

[Google Wave APIs] Re: Weird problems with Python

2009-10-25 Thread Amoss
Found the solution to this. It is quite a subtle gotcha. The SDK depends on the robot not breaking its stdout / stderr. As I'm experimenting with catching output from exec() I had redirected them and didn't put them back properly. In this scenario the AppEngine logging shows the outgoing insert f

[Google Wave APIs] Re: Can't seem to delete/trash a wave

2009-10-25 Thread Smola
Oh yea, I'm using Safari 4 on Mac OS X Snow Leopard. --~--~-~--~~~---~--~~ 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-api@googlegroups.com To unsubscribe from t

[Google Wave APIs] Re: Can't seem to delete/trash a wave

2009-10-25 Thread Smola
I'd have to agree with Mr. Nesting. I know you want to get the wave out of of your inbox, but not at the expense of perhaps not getting legitimate waves later. As for the problem, I have experienced the same issue, but it is intermittent. I also get this same intermittent problem when trying to

[Google Wave APIs] Re: My test gadget works in sandbox, but not in live wave.

2009-10-25 Thread Michal R.
Take a look at my short tutorial about Wave Gadgets with Java+JSNI. You can find there also sources. Maybe it will help you. http://dendrytsoft.blogspot.com/2009/10/building-google-wave-gadget-with-gwt.html I am waiting for feedback :) On 12 Paź, 09:37, Hilbrand wrote: > I tested your link and i

[Google Wave APIs] Weird problems with Python

2009-10-25 Thread Amoss
Hi all, I'm some problems trying to build robots with the Python API, and I'm wondering how stable the API is at the moment. Firstly I tried building the tutorial robot and deploying it. That worked fine. So next I tried to respond to BLIP_SUBMITTED events. Nothing happened at all. Found the old

[Google Wave APIs] Re: Where are the robot icons?

2009-10-25 Thread David Nesting
On Sun, Oct 25, 2009 at 10:45 AM, voidref wrote: > Is there some way, in appspot, to see a listing of the files that made > it up there? > I'm not aware of such a thing, but I'm not an expert on appengine. > Even if I just try and use the URL where I expect the icon to be, it > 404s. > What d

[Google Wave APIs] Re: Can't seem to delete/trash a wave

2009-10-25 Thread David Nesting
On Sun, Oct 25, 2009 at 10:56 AM, voidref wrote: > Deleting waves does not appear to work yet, I have had to mark them as > spam, and them Mute them. > I guess you gotta do what you gotta do, but I would be concerned that this would introduce noise into the spam filtering Wave uses (or may use i

[Google Wave APIs] Re: Showing different content in the same Wave?

2009-10-25 Thread David Nesting
Anything sent via state changes to the wave is visible to everyone. You could do either of the following: 1. Use a gadget that communicates directly with your app to discuss the "sensitive" aspects of your gadget/app (which cards the user was given), and the server-side app would then be the excl

[Google Wave APIs] Re: Can't seem to delete/trash a wave

2009-10-25 Thread voidref
Deleting waves does not appear to work yet, I have had to mark them as spam, and them Mute them. On Oct 25, 10:37 am, Vision Jinx wrote: > I can't seem to be able to delete a wave. > > On the waves list I select the wave and click the trash icon and all > it does is close the wave but does not m

[Google Wave APIs] Re: Showing different content in the same Wave?

2009-10-25 Thread voidref
The case I was thinking about in my previous post was for robots, Gadegets may actually be able to sandbox themselves enough, you would need to have your own server that managed all the state, in which case Wave isn't really doing much for you... On Oct 24, 1:49 pm, Wilfried wrote: > I understan

[Google Wave APIs] Re: Showing different content in the same Wave?

2009-10-25 Thread voidref
It's probably possible, but I wouldn't say it's secure. As far as I know, all the state is sent on a changed event, someone could just write a robot to watch everything that was happening. On Oct 24, 1:49 pm, Wilfried wrote: > I understand that the approach of Google Wave is to collaborate on t

[Google Wave APIs] Re: Where are the robot icons?

2009-10-25 Thread voidref
Is there some way, in appspot, to see a listing of the files that made it up there? Even if I just try and use the URL where I expect the icon to be, it 404s. On Oct 25, 7:16 am, "Chris C." wrote: > If I recall correctly, the profile server is being worked on, so robot > profiles have been disa

[Google Wave APIs] Can't seem to delete/trash a wave

2009-10-25 Thread Vision Jinx
I can't seem to be able to delete a wave. On the waves list I select the wave and click the trash icon and all it does is close the wave but does not move it to trash or delete it or even remove it from the list of waves. In the wave I try to select delete from the drop down and it has no effect

[Google Wave APIs] Strange Range behavior after appending text...

2009-10-25 Thread Smola
I hope the length of this post doesn't deter anyone from giving it a look. I am using the Java Robot API. With that said... I have been working on a robot that reads questions from a blip and populates them in a Question Bank blip. Here is the process: -I choose a blip and enter into it "Ques

[Google Wave APIs] Re: Embedding Wave on Blogger

2009-10-25 Thread gengstrand
I am having trouble embedding a wave on any web site. It works great when using chrome but not so good with Firefox or Safari. The embedded wave never sees the user as authenticated even if the user has logged into waves.google.com previously. This is with preview. I didn't experience this proble

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

2009-10-25 Thread David Nesting
On Sun, Oct 25, 2009 at 6:25 AM, yariv.snapir wrote: > produced the type of ID I need... (I got 'TBD0.8622343911850655' where > the ID needed looks more like: 'w+iFA2MNGuP'... I wonder what is the\ > The methods you use to respond to an event notification do not have immediate results. The opera

[Google Wave APIs] Re: Embedding Wave on Blogger

2009-10-25 Thread David Nesting
On Sun, Oct 25, 2009 at 6:24 AM, Eric Dorman wrote: > I tried this and even when I removed the comments it still did not > work in Blogger. > Can you provide more information? What exactly did you try, and what was the result? Did Blogger strip out HTML tags or scripting? > Does anyone know

[Google Wave APIs] Re: Robots and Annotations and Code, oh my!

2009-10-25 Thread Chris C.
Ah, however, that's a very useful example! One of these days, I'm going to get myself versed in python, and do something interesting with it. Thanks! On Oct 25, 10:22 am, "Chris C." wrote: > Note that there is a difference between styling via annotation, and > using StyledText, at least in terms

[Google Wave APIs] Re: Robots and Annotations and Code, oh my!

2009-10-25 Thread Chris C.
Note that there is a difference between styling via annotation, and using StyledText, at least in terms of the methods used to do so (the result is not different, AFAIK). In Java, the former works as expected, but the latter has some errors in the API (for instance, insertStyledText() doesn't work

[Google Wave APIs] Re: Where are the robot icons?

2009-10-25 Thread Chris C.
If I recall correctly, the profile server is being worked on, so robot profiles have been disabled until that's finished. On Oct 25, 9:33 am, Teo wrote: > Icons for robots are gone.. Is this happening to anyone else? (The > link in the small details that show up when the mouse hovers is also > g

[Google Wave APIs] Where are the robot icons?

2009-10-25 Thread Teo
Icons for robots are gone.. Is this happening to anyone else? (The link in the small details that show up when the mouse hovers is also gone, as if Wave isn't recognizing it as a robot - they still work though). Thanks! --~--~-~--~~~---~--~~ You received this messa

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

2009-10-25 Thread yariv.snapir
I think you can usea new wavelet as an actual new wave... Anyway, once I create a new wavelet - I would like my robot to get the new wavelet/wave id so I can use this id to embed the wave in my application's UI. How can I get this ID? (I tried both newWavelet.getWaveletId() and newWavelet.getWaveI

[Google Wave APIs] Re: Embedding Wave on Blogger

2009-10-25 Thread Eric Dorman
I tried this and even when I removed the comments it still did not work in Blogger. Does anyone know how to embed a wave into Google Sites? On Oct 25, 6:25 am, Sam Osborne wrote: > I'm using the hello world example here, and will put some comments in > italics to explain what happens: > Just re

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

2009-10-25 Thread dLux
I disagree. I really would like my robot to create new waves for the wave user. Of course somehow the wave user has to authorize the robot to do that, but I have many use cases in my mind where robots has to create waves. Balázs On Oct 25, 8:45 am, "yariv.snapir" wrote: > Thanks. this helps! >

[Google Wave APIs] Re: Embedding Wave on Blogger

2009-10-25 Thread Sam Osborne
I'm using the hello world example here, and will put some comments in italics to explain what happens: Just remember to remove the parts that I've added as comments in italics when you're making the code. http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";> http://www.w3.org/1999/xhtml"; xmlns:v="

[Google Wave APIs] Re: Test account

2009-10-25 Thread Dan Peterson
On Sun, Oct 25, 2009 at 12:15 PM, cheeaun wrote: > > I read from http://code.google.com/apis/wave/articles/gadgetdebugging.html > that each dev is give two accounts, one is f...@wavesandbox, another > foo-t...@wavesandbox > > I've tried to login to my test account in the sandbox but can't seem >

[Google Wave APIs] Re: User Experience Question: Responding to a submitted blip

2009-10-25 Thread voidref
I would think a gadget with the result inside the same blip would be the easiest way to associate the output with the input, just make sure the gadget has clear borders. Alan On Oct 21, 12:09 am, cretzel wrote: > I'm currently developing a robot, that recognizes BLIP_SUBMITTED > events. If the

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

2009-10-25 Thread voidref
What I would suggest is that you add the text "Titanic" and then add an annotation to make it a link: doc.SetAnnotation(Range(textstart, textend), "link/manual", "http:// titanicthemovie.com") Alan On Oct 23, 12:25 pm, "Austin Chau (Google employee)" wrote: > This is the list of all the html t

[Google Wave APIs] Robots and Annotations and Code, oh my!

2009-10-25 Thread voidref
Hello all, Seeing as there is a lot of confusion around how to make styled text (well, at least for me there has been), I decided to put up the current version of a syntax highlighting robot I am working on for others to use as an example. You can find it at: http://www.alanwestbrook.com/wavebo

[Google Wave APIs] Re: Python & Robot API - Annotating Blips

2009-10-25 Thread voidref
Yes, the Python doc is completely underwhelming. I find the Java documentation is much more complete, you just have to translate. I am using SetAnnotation(Range, Name, Value) instead. Perhaps try that. doc.SetAnnotation(document.Range(start, end), 'link/manual', 'http://www.google.com') Al

[Google Wave APIs] Looking for Gadgets

2009-10-25 Thread Gadgetsforwave.com
Hi, Just joined the group and started hacking into the Wave API. I am building a website with the domain Gadgetsforwave.com. I would be really happy if you can contact me for promoting your Gadget's and Robot's on the website. The Gadget must be a stable beta or in 1.0 version so we don't get to

[Google Wave APIs] Test account

2009-10-25 Thread cheeaun
I read from http://code.google.com/apis/wave/articles/gadgetdebugging.html that each dev is give two accounts, one is f...@wavesandbox, another foo-t...@wavesandbox I've tried to login to my test account in the sandbox but can't seem to work? :( --~--~-~--~~~---~--~--

[Google Wave APIs] Showing different content in the same Wave?

2009-10-25 Thread Wilfried
I understand that the approach of Google Wave is to collaborate on the same content but is it possible to display different content to the users on purpose? As an easy example, would it be possible to implement a Seafight or Poker type of game where I see a different playing field than my oppopnen

[Google Wave APIs] Robots Interacting With Wave Not in Context?

2009-10-25 Thread Adam
I have a robot that I would like to do operations to a wave that are not in it's current context. I know the waveId of the wave that I want to interact with but, it doesn't appear that any API function (using Python) is currently able to do that? Is there a method I'm missing? OpBuilder Class l

[Google Wave APIs] Embedding Wave on Blogger

2009-10-25 Thread Marc
The example of the wave API is based on sandbox accounts and i do't know how to adapt it to normal accounts. How I have to modify the example of the wave embedded API to use it with wave beta accounts? --~--~-~--~~~---~--~~ You received this message because you ar

[Google Wave APIs] Headings

2009-10-25 Thread Jonathan Hunt
Hi, I think my question relates to this bug (but it's not very clear) http://code.google.com/p/google-wave-resources/issues/detail?id=85 but the bug is reported closed and moved to the Java API. I am using the python API for robots. I would like to access information about which parts of the tex

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

2009-10-25 Thread yariv.snapir
Thanks. this helps! I believe that we can establish that both in python and java we can create a new **wavelet** but not a new standalone wave. IMHO, creating a new wave would not be a task of a robot since a robot must be IN a wave to actually run. This should be part of the client (embed) API so