This gadget worked on a clean top of trunk so I suspect it's a local change
that you've made.

On Thu, Feb 21, 2008 at 6:31 AM, Neo Anderson <[EMAIL PROTECTED]>
wrote:

> Now I got new code and if I placed that code in a new place and I started
> that gadget server again from there. Then, I'm getting a new error.
>
>
> FAILED_TO_RETRIEVE_CONTENT Malformed gadget spec URL:
> http://www.google.com/ig/modules/aue07otr.xml
>
> When I copy the iFrame src attribute in generated html page and run it, I
> got error
>
>
> UNSUPPORTED_FEATURE dynamic-height
>
>
> I don't know whether it is my problem or shindig's...?
>
>
> On Wed, Feb 20, 2008 at 10:23 PM, Bruno Bowden <[EMAIL PROTECTED]> wrote:
>
> > I'd suggest trying to simplify the gadget until it starts working. Along
> > with this, itmight sound a stretch but can you try adding a <Require>
> > feature, e.g.:
> >
> >  <ModulePrefs title="Title" height="250" >
> >    <Require feature="dynamic-height">
> >  </ModulePrefs>
> >
> > I'm debugging an issue at the moment where a gadget render request hangs
> > if
> > no Require dependencies are listed. The symptoms are different to yours
> > but
> > it's worth a try.
> >
> >
> > On Wed, Feb 20, 2008 at 1:40 AM, Neo Anderson <
> > [EMAIL PROTECTED]>
> >  wrote:
> >
> > > When I took new copy of it and I changed the gadget xml file to
> > > http://www.google.com/ig/modules/aue07otr.xml, then I got the
> following
> > > error.
> > >
> > > *FAILED_TO_RETRIEVE_CONTENT Malformed gadget spec URL:
> > > http://www.google.com/ig/modules/aue07otr.xml*
> > >
> > > On Feb 20, 2008 2:57 PM, Neo Anderson <[EMAIL PROTECTED]>
> > > wrote:
> > >
> > > > <?xml version="1.0" encoding="UTF-8" ?>
> > > > <Module>
> > > >   <ModulePrefs title="Preferences for __UP_myname__" height="250" />
> > > >   <UserPref name="mychoice" display_name="List Params?"
> > > datatype="bool"/>
> > > >
> > > >   <UserPref name="myname" display_name="Name" required="true"/>
> > > >   <UserPref name="mycolor" display_name="Color" default_value="Blue"
> > > > datatype="enum">
> > > >
> > > >     <EnumValue value="Red"/>
> > > >     <EnumValue value="Blue"/>
> > > >     <EnumValue value="Green"/>
> > > >     <EnumValue value="Yellow"/>
> > > >
> > > >     <EnumValue value="Pink"/>
> > > >     <EnumValue value="Orange"/>
> > > >     <EnumValue value="White"/>
> > > >   </UserPref>
> > > >
> > > >   <Content type="url" href="http://localhost/iGoogle/A.php"/<
> > > http://localhost/iGoogle/A.php%22/>
> > > > >
> > > > </Module>
> > > >
> > >
> >
>

Reply via email to