On Sun, Mar 23, 2008 at 2:08 AM, Kevin Brown <[EMAIL PROTECTED]> wrote:
> On Sat, Mar 22, 2008 at 4:17 AM, Martin Webb <[EMAIL PROTECTED]> > wrote: > > > Is this possible? Can I get the gadgets actual height rather than the > > iframe height, and then set the iframe height to show the gadget in > full? > > or > > Use the metadata APIs (/gadgets/metadata) to get the height specified in > the > gadget. > Kevin, I'm running a gadget container on a different domain/port than the gadget server - and thus cannot directly call the metadata servlet fromt he browser using JSON with POST. I'd rather not clone the servlet code and copy into my gadget container... Which is why I asked (in another thread) if it could be possible to package the servlets up into a JAR (possibly with as many as a the core classes as needed). I'd also rather not add a proxy servlet to my gadget container to make the x-domain calls. I'll reply to the other thread - as I think I have an answer to this particular thread. Martin

