[Google Wave APIs] Re: How to get a image URL from a Wave Image

2010-03-19 Thread Linc
The Problem here seems to be that if you upload an image from your computer it is stored as an attachement. Attachements don't have the url property. So if you get null when calling getUrl(), the image is uploaded. -- You received this message because you are subscribed to the Google Groups

[Google Wave APIs] Re: How to get a image URL from a Wave Image

2010-03-18 Thread Linc
You can get and set the url of an image easily (for Java: http://wave-robot-java-client.googlecode.com/svn/trunk/doc/com/google/wave/api/Image.html ) Or you could replace an image with a new one (see

[Google Wave APIs] V2 API errors in Documentation and capabilities.xml?

2010-03-02 Thread Linc
Hi together, today I got a mail concerning a bugfix I've been waitig for a long time. So I tried to port my bot to the V2 API. After writing a hello world bot following the tutorial (http:// code.google.com/intl/de-DE/apis/wave/extensions/robots/java- tutorial.html), I noticed some things.

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

2009-10-22 Thread Linc
Hi, I'm no employee but I'm pretty sure it's impossible to let the robot change a wave outside the processEvents() method. Greets Lincoln --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Wave API group. To

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