Looks like you're trying to submit a gadget written with the legacy
api. Please see post at:
http://groups.google.com/group/Google-Gadgets-API/browse_thread/thread/7f1aa77dcf90064c?hl=en#

all new gadgets should now use the gadgets.* API. hope this helps

On Dec 2, 10:39 am, SmartGK <[email protected]> wrote:
> Not sure with the problem.
>
> But, I uploaded the same code and it is working fine for me.
> XML 
> Ref:http://hosting.gmodules.com/ig/gadgets/file/100436095437509108566/tes...
> Add to iGoogle 
> Ref:http://www.google.com/ig/directory?type=gadgets&url=hosting.gmodules....
>
> On Dec 1, 3:02 pm, Suchira <[email protected]> wrote:
>
>
>
> > The code for thegadgetwhich I have created is shown below-
> > <?xml version="1.0" encoding="UTF-8"?>
> > <Module>
> >   <ModulePrefs title="hellofinance">
> >     <Require feature="finance"/>
> >   </ModulePrefs>
> >   <Content type="html">
> >   <![CDATA[
>
> > Hello world!
> > Here is your portfolio:<br/>
> >   GOOG: <span id=_IG_SYM1_l></span> (<span id=_IG_SYM1_c></span>)<br/>
> >   AAPL: <span id=_IG_SYM2_l></span> (<span id=_IG_SYM2_c></span>)<br/>
> >   INTC: <span id=_IG_SYM3_l></span> (<span id=_IG_SYM3_c></span>)<br/>
>
> > <script type="text/javascript">
> >   var quote = new google.finance.Quote();
> >   quote.enableDomUpdates( { 'GOOG' : '_IG_SYM1', 'AAPL' :
> > '_IG_SYM2','INTC' : '_IG_SYM3' } );
> >   quote.getQuotes(["GOOG", "AAPL", "INTC"]);
> > </script>
> >   ]]>
>
> >   </Content>
> > </Module>Butwhen Iamadding thisgadgettoigoogleusing my gadgets Iam
> > getting an error asmodulenotfound.How can it be solved?- Hide quoted text -
>
> - Show quoted text -

--

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.


Reply via email to