[Google Wave APIs] Re: Child blip to last blip in a wave

2010-01-08 Thread Chris Carlin
I ran into this today too. Pulling the relevant code out of my project: def OnRobotAdded(properties, context): Invoked when the robot has been added. ptrblip = context.GetRootWavelet().CreateBlip() ptrblip.GetDocument().SetText(INITTEXT)

[Google Wave APIs] Re: Child blip to last blip in a wave

2009-12-30 Thread Austin (Google)
Sorry, this was actually meant as a response to a related issue, though we think it may be the same underlying matter. Can you post your code so that we can verify? On Dec 30, 3:23 pm, Austin Chau (Google employee) api.aus...@google.com wrote: This is not possible with the API's current