Hello there, I'm trying to get setTitle working in my container, and having no luck.
In container.js I've registered and defined the setTitle function to just thow up an alert message. I'm including container.js and a reference to my shindig's rpc.js file in the container's gadget hosting page. But when my gadget calls gadgets.window.setTitle, no alert pops up. What else might I be missing? Are there some other files that my container needs to have? Some setting in Shindig that I need to change or some other functions I need to write? My iframe urls do have a parent param set. I saw an old wiki article that said: "You must make sure that gadgets.rpc.setRelayUrl is called for every app". But, I couldn't find this method call anywhere in Partuza, so is this still true? (using PHP Shindig btw) Laura

