I have developed two gadgets which I'm using in (or rather have inserted into) a page on my google site.
Although the basics (Javascript, HTML etc.) work fine, I have troubles finding a solution supporting gadget-to-gadget communication. The challenge: To choose parameters in one gadget & adapt the information displayed in the second one accordingly. Most important: the solution is to provide this functionality for each user separately (in other words: each user uses his instance of gadget A to manipulate his instance of gadget B as he wishes). In other words, I'm trying to get a reference of gadget B in the users browser in order to manipulate it after receiving user input in gadget A. I have found rudimentary information on gadget-to-gadget communication (e.g. google rpc), which seems to be a solution in which a centralized service (not an instance of a gadget) may be referenced/ called. I have also considered using a session and/or cookies, but in that case I'm still stuck with the problem of updating/refreshing gadget B after gadget A received user input. Does anybody have any clue? I'm grateful for any sort of idea/input! Many thanks in advance - Alex -- 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.
