Hi,
I am trying to implement an enterprise application using a set of
custom gadgets. Because it is to be used by a few dozen technically-
naive people in a matter of weeks, one of the requirements is that the
gadgets need to run within iGoogle (not in iGoogle developer sandbox,
Orkut, or any other site). The <Require feature='pubsub'> way of
communicating user preferences between gadgets seems to be out of
iGoogle, even though it seemed to sort-of work a few months ago. The
gadgets.pubsub javascript class is also not present in iGoogle, though
it appears to be there in the developer sandbox. How can I
communicate some information from one gadget to another? I basically
have a list of items in one gadget and clicking on one of the items
should trigger a function call within another - or at least a reload -
of another gadget. I even tried _IG_AddCustomEventHandler("foo",
callback) in the second and _IG_TriggerCustomEvent ("foo",
module_number, value) in the first, with no positive result,
unfortunately.
Any ideas on how I can trigger anything, even just a reload, in one
module from another in iGoogle right now?
Thank you so much.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"iGoogle Developer Forum" 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-Gadgets-API?hl=en
-~----------~----~----~----~------~----~------~--~---