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

2010-03-18 Thread Flor
Hi, Thanks for your answer. Yes the API report the Image elements, but I need to edit this image wave into a gadget, there is a possibility? Thank you Flor On 17 Mrz., 19:57, pamela (Google Employee) pamela...@gmail.com wrote: Are you trying to edit it through the API? The API should

[Google Wave APIs] Re: cannot join Google Wave API forum

2010-03-18 Thread alexandrojv
When you create a new wave API post it just creates a wave that will be your post, (there is no screenshot for that on the Code Page) If you want to subscribe to the the Forum Digests just add forumbotty +wave-api-not...@appspot.com to a new wave, and you will see the screen shots found here:

[Google Wave APIs] Re: Trouble making Sandbox account

2010-03-18 Thread alexandrojv
yeah seems like it's broken for now On Mar 12, 11:47 am, Shawn sech...@gmail.com wrote: Decided to make a gadget for wave, when attempting to make a sandbox account the form flashes then goes to an authentication screen.  The top of the screen shows I'm logged in already.  When I reenter

[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] Re: Will StyledText be fixed in the new API?

2010-03-18 Thread Jason
I've been working with the Line object in the new Java API. My robot can tell the client that something should be lineType 'h1' or whatever, but it can't make the client indent or align text. The outgoing JSON contains appropriate messages, for example: 1493:{type:LINE,properties:{indent:2}},