Cool. Don't know python yet, but its good to know that it's possible, so I won't be wasting my time with it. Time to do some reading. Thanks for the answers all
On Nov 19, 11:39 pm, cmdskp <[email protected]> wrote: > Yes, the gadget inserting robot works - since I use that. =) > > The trick I used to determine when my robot should add a gadget to a > wave it's added to and when not to - is to use a proxy robot address > (e.g. instead of [email protected], I use something like robot > [email protected]). > > I then check through the added participants on WAVELET_SELF_ADDED for > this (there's probably an easier way than that but I ran into dead > walls exploring and settled =) ) and insert a gadget. > > if (tempEvent.getAddedParticipants().contains("robot > [email protected]")) { > //Insert gadget here: > > } > > On Nov 18, 5:36 pm, Andy <[email protected]> wrote: > > > Well pooh. > > Feature request submitted. would a gadget inserting robot work in the > > meantime? > > I haven't looked at robots at all yet, but if that would work then it > > would totally be worth my time. > > I would also like it if the robot could send a notification when the > > gadget is updated. > > > On Nov 17, 4:45 am, "pamela (Google Employee)" <[email protected]> > > wrote: > > > > This combination is not yet supported - apologies that our documentation > > > does not convey that. > > > Please file an issue here if you'd like to be notified when it becomes > > > possible:http://code.google.com/p/google-wave-resources/ > > > <http://code.google.com/p/google-wave-resources/> > > > > On Mon, Nov 16, 2009 at 10:17 PM, Olreich <[email protected]> wrote: > > > > The only thing that I can think of is inserting a robot that inserts a > > > > gadget. That's a first guess, as I've had little to do with gadgets as > > > > of yet. > > > > > On Nov 16, 11:41 am, Andy <[email protected]> wrote: > > > > > I'm trying to build a manifest that will put an item into the new wave > > > > > menu that will create a new wave and insert a gadget in automatically. > > > > > > I've seen the examples that create a new wave and insert a robot, but > > > > > I want to know how to insert a gadget instead of a robot, and so far > > > > > haven't seen any examples to do this. > > > > > > Anyone know how to make this work? > > > > > > <?xml version="1.0" encoding="utf-8"?> > > > > > <extension > > > > > name="Closing An Account" > > > > > description="Closing An Account Form"> > > > > > <author name="Andy"/> > > > > > <menuHook location="newwavemenu" text="Closing An Account Form" > > > > > iconUrl="http://www.myserver.com/Wave/ClosingAnAccount.png"> > > > > > <createNewWave> > > > > > <insertGadget url="http://www.myserver.com/Wave/ > > > > > ClosingAnAccount.xml"/> > > > > > </createNewWave> > > > > > </menuHook> > > > > > </extension> > > > > > -- > > > > > 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]<google-wave-api%[email protected]> > > > > . > > > > For more options, visit this group at > > > >http://groups.google.com/group/google-wave-api?hl=. -- 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=.
