Looking at the API, the following python object will allow you to
create a local UI on the client browser

waveapi.document.Gadget(resource)

And

blip.GetDocument().AppendElement(Element*)

Subclassed instances of Element are also allowed, so you can initiate
a document.Gadget object

The wave environment already provides an interface for the host
application (more info at 
http://code.google.com/apis/wave/extensions/gadgets/guide.html),
the following might help

The gadget will contain a list that automatically invokes wave.getState
().submitDelta(dict); everytime the change event occurs on the list
(you can do this via jQuery) and the result is sent back to the
application, which does what it needs off of the information.

On 4 Nov, 17:14, Niall <[email protected]> wrote:
> Thanks for your reply, Lee.
> I don't think the code for aunt-rosie is available (aunt-
> [email protected] to use it, and the developer's website is 
> herehttp://andrewhitchcock.org/?post=322)
>
> I think I know what I have to do, though. I was looking at the row of
> four source code, so I think I have to make a bit of a module like
> what it's got herehttp://rowoffour.appspot.com/gadget.xml
> I'll go play around with this for a while and report back with
> successes and failures.
>
> On Nov 4, 10:39 pm, Lee <[email protected]> wrote:
>
>
>
> > The beauty of API design, and this is especially true of Google
> > projects, is that the binding exposes the same sets of methods and
> > objects for every language that it supports, so in theory it should be
> > relatively easy to port specific portions of the app across different
> > languages (all you need is a the most rudimentary amount of knowledge
> > about the syntax of Java).
>
> > If you can provide the link to download for the aunt-rosie robot, I
> > can help you locate and port the code to python. (Although it may be
> > in the API document, make sure that you check there first).
>
> > On 4 Nov, 08:42, Niall <[email protected]> wrote:
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to