I'm trying to create an extension that adds several actions to the "New Wave" menu. Each action should create a new wave, add my robot, and insert a gadget, where the gadget is different for each action. >From this message: >http://www.mail-archive.com/[email protected]/msg02460.html , it appears that it's not possible to specify the gadget to be added using the extension manifest. A workaround would be to have the robot insert the gadget when it's added to the new wave, but since a different gadget is required for each action it seems like I would need multiple robots. I don't see a way to do that other than by creating an entirely separate app and robot for each distinct gadget, which seems ugly. So, my questions: - Is there a way to have an extension action create a new wave and add a specified gadget to it? - Is there any mechanism to pass any sort of state to a new wave created from an extension action? That way the robot could read the state and add the correct gadget. - Is it possible to have multiple robots running out of a single App Engine app? - Or is there a better approach to this problem that I'm overlooking?
Thanks, Brian -- 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.
