[Google Wave APIs] onBlipSubmitted on gadget state update?

2010-04-14 Thread Willy Lai
Hi there, Could it be, that the onBlipSubmittedEvent is fired, when a gadget state is updated? Cheers Will -- 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-...@googlegroups.com. To unsubscribe

[Google Wave APIs] Robot Gadget Interaction

2010-04-09 Thread Willy Lai
Hi there, I'm currently having problems with the Python API. My problem boils down to following code: wave = self.robot.new_wave(domain='googlewave.com', participants=['...']) gadget = element.Gadget('...') gadget.waveid = wave.wave_id wave.root_blip.append(gadget) # Update the state of the gadge