If you have to use an alternative prefix for the IFrames, you'll need to update the following line in gadgets.js: gadgets.IfrGadget.prototype.GADGET_IFRAME_PREFIX_ = 'remote_module_';
On Feb 1, 2008 10:10 PM, Arun Kumar <[EMAIL PROTECTED]> wrote: > Yes, in the default configuration, dynamic-height is working. > > But I've made some changes to the code as per my requirements. Please try to > identify the problem. > > > On Feb 1, 2008 11:52 PM, Cassie <[EMAIL PROTECTED]> wrote: > > > Arun - I was able to get the samples to work on my local box. Try > > following > > these instructions: > > > > 1. cd <root of your svn client on your local machine> > > 2. svn update > > 3. cd java/gadgets > > 4. mvn jetty:run-war > > 5. hit the url: http://localhost:8080/gadgets/container/sample6.html > > > > In your setup with this url: > > http://tech-test.tutorialsforu.com/iGoogle/sample6.html > > There must be something messed up with the locations of the ifpc > > components. > > I can't seem to find the problem off hand but lets first make sure you can > > get the default configuration going. > > > > This sample actually works for me: > > http://tech-test.tutorialsforu.com/iGoogle/sample7.html< > > http://tech-test.tutorialsforu.com/iGoogle/sample6.html> > > The css is mangled but it does indeed change the title of the gadget > > window. > > > > Let us know how those steps go for you. > > > > - Cassie > > > > On Fri, Feb 1, 2008 at 6:22 AM, Arun Kumar < > > [EMAIL PROTECTED]> > > wrote: > > > > > Kevin, > > > > > > I have modified that shindig code. Gadgets are working fine. But that > > > dynamic-height and settitle are not working properly. Please let me know > > > why > > > I got this problem. > > > > > > URL is: http://tech-test.tutorialsforu.com/iGoogle/sample6.html > > > & http://tech-test.tutorialsforu.com/iGoogle/sample7.html > > > > > >

