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

2009-10-16 Thread Joe Developer
From browsing the code it seems like a straight translation is unlikely to work all that well.. It seems like the vb code uses an embedded webbrowser to handle the handshaking with the wave site. On Fri, Oct 16, 2009 at 1:00 PM, Sam Osborne sam.tosbo...@googlemail.comwrote: Ok... Well you could

[Google Wave APIs] Re: FYI: Missing Sandbox - Preview Invites

2009-10-16 Thread Kenyth
Hi Pamela, How about those who got their wave sandbox invitation mail in the mid of August and filled the linked form thousands of time but never get their sandbox account and password? What have you done with them? Because I'm one of those unlucky guys and I just don't know why I was treated

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

2009-10-16 Thread Oliver Baker
Hi, yes its an embedded webbrowser since I have found no other method that works with MIT's Proxy (New Zealand MIT). On Fri, Oct 16, 2009 at 7:57 PM, Joe Developer joe.d.develo...@gmail.comwrote: rar x file.rar works fine here(Debian), you may want to install `unrar` from your package

[Google Wave APIs] Re: Embed API

2009-10-16 Thread Brian Kennish (Googler)
On Thu, Oct 15, 2009 at 10:51 PM, Sam Osborne sam.tosbo...@googlemail.com wrote: I thought the embeddy code still had the sandbox code in it... Hey Sam, I patched it when it was pointed out Embeddy only generated valid code in the sandbox, so it should be outputting working code everywhere now.

[Google Wave APIs] Re: Embed API

2009-10-16 Thread Sam Osborne
Oh right.. Haven't been on the Preview for a few days, my Internet has been awful... That's cool.. I'll test it out when I next get the chance.. Have we got code that works (can simply be pasted in) a blogger entry or, one step better, bloggy, working yet? (I don't want to have to edit my main

[Google Wave APIs] Re: Position calculcations, range handling and offsets

2009-10-16 Thread Chris Searle
Starting to wonder if it would be better for the bot to replace the link not with a picture but with a gadget (served from the same appspot app) - wondering if that would give better display control. --~--~-~--~~~---~--~~ You received this message because you are

[Google Wave APIs] Re: Robot Questions

2009-10-16 Thread Alex Woodgate
AFAIK robots can only access the wave through events you subscribe to in the capabilities.xml file, Note that a robot cannot contact Wave directly; it can only respond to wave-related events and cron events. To get around this I made a robot that uses a class that extends HttpServlet to recieve

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

2009-10-16 Thread Chris Bailey
sorry for not being able to reply before. _ not sure why it wouldn't let me. but Oliver if you focus on just making a GUI even if it's in a different language and make the actual getting of Wave data into it's own core that can be replaced in the future you should be fine with leaving it as is

[Google Wave APIs] Pin root?

2009-10-16 Thread PJ Gray
This might be a more usability question than an API question, but people here might know Is there anyway to 'pin' the root message of the wave, but scroll the following comments/discussion? -pj --~--~-~--~~~---~--~~ You received this message because you are

[Google Wave APIs] Re: How Long Will I Have To Wait

2009-10-16 Thread da burger
Ok thanks for that. On Oct 15, 9:27 pm, JamesBrooks ja...@james-brooks.net wrote: A lot of processing goes on behind the scenes, you don't get your invite straight away. I got mine several days after it was sent. Just be patient and expect it soon. On Oct 15, 7:05 pm, da burger

[Google Wave APIs] Wave is missing from my preview account??

2009-10-16 Thread Monika Adamczyk
I had a wave 2 days ago in which I talked to someone and now no matter how I search for it, I can't locate it. I checked All folder and it's not there. I also searched for all waves (with:...) I had with this user - nada. Nothing in my Trash as well. My understanding is that even if one of the

[Google Wave APIs] Re: Wave is missing from my preview account??

2009-10-16 Thread Joe Developer
On Fri, Oct 16, 2009 at 11:53 PM, Monika Adamczyk moni...@gmail.com wrote: I had a wave 2 days ago in which I talked to someone and now no matter how I search for it, I can't locate it. I checked All folder and it's not there. I also searched for all waves (with:...) I had with this user -

[Google Wave APIs] Re: keyboard Alt Gr is not working on the sandbox

2009-10-16 Thread Linc
Hi, it's a known problem and already in the bug list. I also hope that they fix it soon, cause for me as a German it's also pretty important. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Wave API group. To

[Google Wave APIs] Re: Wave is missing from my preview account??

2009-10-16 Thread Monika Adamczyk
On Oct 16, 1:03 pm, Joe Developer joe.d.develo...@gmail.com wrote: On Fri, Oct 16, 2009 at 11:53 PM, Monika Adamczyk moni...@gmail.com wrote: I had a wave 2 days ago in which I talked to someone and now no matter how I search for it, I can't locate it. I checked All folder and it's not

[Google Wave APIs] Re: Embed API

2009-10-16 Thread Chris C.
I got blank pages too (I extracted the embed stuff from Embeddy, but it didn't work). Instead, I used the format specified in the Embed tutorial, which is a bit different. My script is: script src=http://wave-api.appspot.com/public/embed.js; type=text/ javascript/script script

[Google Wave APIs] Re: Not possible to delete image element?

2009-10-16 Thread Linc
I noticed that somehow the loop seems to stops at the point where it should delete the Image Element: else if ( e.getType() == EventType.FORM_BUTTON_CLICKED) { if (e.getButtonName().equals(button)) { Blip b = e.getBlip(); TextView textView =

[Google Wave APIs] Re: Google Wave private network

2009-10-16 Thread GWeizman
As for 1, I'll do something, thanks. As for 2, I can't use Google's server, the whole point is doing it over a private network. embedding wave.google.com pretty much ruins the point, unless I can make it use my own server. And I can't. On Oct 16, 7:17 pm, Sam Osborne sam.tosbo...@googlemail.com

[Google Wave APIs] Re: Pin root?

2009-10-16 Thread SebaSOFT
See this: http://groups.google.com/group/google-wave-api/browse_thread/thread/1979943a0ee1a7a/e1068fa21f471721?lnk=gstq=first+blip#e1068fa21f471721 i suggested it but they seid it would be cool but I should discuss this here or the other google group. On Oct 16, 10:25 am, PJ Gray

[Google Wave APIs] API to read/post/list Waves?

2009-10-16 Thread AJ
it seems that the only developer information up is on creating robots, gadgets, etc. I would like to create some tools to access Wave, outside of the web interface. Such as a Lightroom Export to Wave plugin, or an iPhone app. Are there any APIs out for that sort of thing, or do I need to start

[Google Wave APIs] A Basic REST or SOAP API?

2009-10-16 Thread tazz_ben
So, I'm looking at wave as a solution to a number of problems. But one issue I'm running into is that, while the current APIs are great, there seems to be a need for a basic REST or SOAP api that allows you to do things like create a wave, set it's participants, etc. Given that the embedded API

[Google Wave APIs] Re: Not possible to delete image element?

2009-10-16 Thread Austin Chau (Google employee)
Hi, I believe the problem is that you are trying to delete element using absolute index position. The moment you delete the first element in your loop, the absolute positions for the other elements have changed as a result. This is why the subsequent deletion would fail. If you want to delete

[Google Wave APIs] Re: A Basic REST or SOAP API?

2009-10-16 Thread pamela (Google Employee)
The robots API does allow for creating waves/setting participants to a limited extent, but it's likely not quite what you are looking for.We've been focusing our efforts on developing the extension and embed APIs, but now that Wave is out to users, we are working on creating HTTP APIs. Please

[Google Wave APIs] Re: API to read/post/list Waves?

2009-10-16 Thread pamela (Google Employee)
Hi AJ - There are no APIs for that sort of thing right now; we are working on it. I would recommend getting familiar with our current APIs and protocol, so that when such an API exists, it will be easy for you to use. - pamela On Sat, Oct 17, 2009 at 4:25 AM, AJ aha...@gmail.com wrote: it

[Google Wave APIs] Re: Google Wave private network

2009-10-16 Thread pamela (Google Employee)
You may be interested in this post: http://googleenterprise.blogspot.com/2009/09/waving-hello-to-google-apps.html http://googleenterprise.blogspot.com/2009/09/waving-hello-to-google-apps.htmlBasically, you could use Google Wave on a Google Apps domain, for a group of people. It would still be

[Google Wave APIs] Re: Not possible to delete image element?

2009-10-16 Thread Linc
Ok... This could happen, true. But in my case the first elemet it finds is the last inserted Button. The element before is the Image I want to delete. So deleting the button wouldn't change the absolute position of the image, right? But anyways, if I make a check if the element is an image

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

2009-10-16 Thread Kapil Neurgaonkar
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 developer. There are additional options available for the sandbox account. Google Wave being open source, developers can contribute their work and general

[Google Wave APIs] Re: Not possible to delete image element?

2009-10-16 Thread Austin Chau (Google employee)
Hi Lincoln, I wrote a quick sample and I think there might be a bug with deleting image element. I will file an bug for this. Thanks for the report :) Austin On Fri, Oct 16, 2009 at 1:00 PM, Linc ala...@online.de wrote: Ok... This could happen, true. But in my case the first elemet it

[Google Wave APIs] Re: Future Plans Of Embed API?

2009-10-16 Thread Eric Dorman
Okay. Well, I still think in the future they will be able to let any user who has a Google Account join in on a way. I think in the future the toolbar menu will be in the Embed API as well,but that's just my opinion. The robots could come in handy in creating new Waves without even being in

[Google Wave APIs] Re: Not possible to delete image element?

2009-10-16 Thread Linc
Ok thank you! Hopefully someone can fix it. --~--~-~--~~~---~--~~ 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 this group,

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

2009-10-16 Thread Oliver Baker
Hi Chris, I Know, but you guys want me to stop doing it in VB.net. If you go to https://wave.google.com/wave/#restored:wave:googlewave.com!w%252BbTKibG6gA and look at the Dialog design Picture I am already designing a User Interface in VB.NET. I am actually going to put up all my sketches there

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

2009-10-16 Thread Smola
Hello all, Oliver, I don't see how Sam's translating has anything to do with your progress developing your app. You go on your merry way developing your Windows app as your original intent implies. And if Sam chooses to try and translate, then way to go for him. Whether he finishes it or not

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

2009-10-16 Thread Oliver Baker
Hi Smloa, I could debug a C++ app right now even though I don't know how to code in C++. I am currently studying a Bachelor of Information Systems in New Zealand, and it is my intentions to come and work for Google as a Programmer when I leave MIT (New Zealand). I am only 17 so I have a little

[Google Wave APIs] Re: Embed API

2009-10-16 Thread Eric Dorman
Where did the Debug Link go at the top right of Google Wave? I can't find it or see it. It was their last night,but I can't find it. Can anyone else find it? On Oct 16, 9:59 pm, Anuj anuj...@gmail.com wrote: cool works now... On Oct 17, 1:29 am, Chris C. yclept.ch...@gmail.com wrote: I

[Google Wave APIs] Experienced Wave Developers

2009-10-16 Thread Smola
I have been trying to work with and follow the groups in regard to all of my questions about Wave. However, one of my problems didn't get answered for 4 days and most others take half a day to a full day for replies. I think others are feeling the same frustration and, as a result, there have

[Google Wave APIs] Re: Experienced Wave Developers

2009-10-16 Thread Eric Dorman
Hey Smola, I am a Wave Gadget Developer and I have already built my own You Tube Video Gadget into Wave itself. Anyways I am not however one of the guys that work at Google, just a Wave Gadget Developer. Anyways feel free to bounce questions off of me at anytime. My email is