For some reason BlipSubmitted does not work, I've tried all sorts of
outputs when the method should be called.

tehgdbot.RegisterHandler(events.BLIP_SUBMITTED, OnBlipSubmitted)

def OnBlipSubmitted(properties, context):
    blip = context.GetBlipById(properties['blipId'])
    blip.CreateChild().GetDocument().SetText('I\'d now read the
text...')

But nothing...


--~--~---------~--~----~------------~-------~--~----~
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, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to