Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
error in creating gadget
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  12 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Rahul  
View profile  
 More options Nov 4, 1:01 pm
From: Rahul <rahulgupt...@gmail.com>
Date: Wed, 4 Nov 2009 10:01:45 -0800 (PST)
Local: Wed, Nov 4 2009 1:01 pm
Subject: error in creating gadget

 I just started building a gadget but everywhere in the discussion it
is stated that use content type=html or Url.....But it is not stated
anywhere that where to specify this content....i tried it the main.xml
file but it is unable to load gadget....Please help regarding this...

Thanks


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Teo  
View profile  
 More options Nov 6, 1:54 am
From: Teo <teomina...@gmail.com>
Date: Fri, 6 Nov 2009 08:54:45 +0200
Local: Fri, Nov 6 2009 1:54 am
Subject: Re: error in creating gadget

Hi,

are you talking about Google Desktop gadgets or iGoogle gadgets? For Google
Desktop gadgets you don't need to write anything like that in the xml...

On Wed, Nov 4, 2009 at 8:01 PM, Rahul <rahulgupt...@gmail.com> wrote:

>  I just started building a gadget but everywhere in the discussion it
> is stated that use content type=html or Url.....But it is not stated
> anywhere that where to specify this content....i tried it the main.xml
> file but it is unable to load gadget....Please help regarding this...

> Thanks

--
Teo
www.teodorfilimon.com
Romania, Europe (GMT +2)

    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
rahul gupta  
View profile  
 More options Nov 6, 9:30 am
From: rahul gupta <rahulgupt...@gmail.com>
Date: Fri, 6 Nov 2009 20:00:59 +0530
Local: Fri, Nov 6 2009 9:30 am
Subject: Re: error in creating gadget
Hello Sir,

      Thanks for repling . But my concern was about google desktop gadgets.
      I have seen all others desktop gadgets in google SDK it contains
<view> tags and no HTML
      is used for that. Where as in igoogle gadgets i used this
content type code and it worked but it is not working in case of
desktop gadgets.

     Please help regarding this.

Thanks
Rahul Kumar


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Benjamin [API Guru]  
View profile  
 More options Nov 6, 11:59 am
From: "Benjamin [API Guru]" <codename.mat...@gmail.com>
Date: Fri, 6 Nov 2009 08:59:48 -0800 (PST)
Local: Fri, Nov 6 2009 11:59 am
Subject: Re: error in creating gadget
Basically: Google Desktop gadgets and iGoogle gadgets are different.
Google Desktop gadgets use only special XML tags to define the layout
of the gadget. You can only use HTML code in a special detailsview.

Please check out the Google Desktop APIs page on Google Code
http://code.google.com/apis/desktop/docs/ for detailed information
about the correct layout of the views and examples for gadgets.

Basically, the only similarity between iGoogle gadgets and Google
Desktop gadgets is that both use Javascript as a programming language.
You will have to read and learn a new set of methods and APIs to
create Google Desktop gadgets.

Best regards,
Benjamin

On Nov 6, 3:30 pm, rahul gupta <rahulgupt...@gmail.com> wrote:


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
rahul gupta  
View profile  
 More options Nov 6, 12:20 pm
From: rahul gupta <rahulgupt...@gmail.com>
Date: Fri, 6 Nov 2009 22:50:39 +0530
Local: Fri, Nov 6 2009 12:20 pm
Subject: Re: error in creating gadget
Hello Sir,

  Thanks for your quick reply.
  Then it means that i have to use sdk-only to create a desktop gadget.

  I cannot use the content type = Html to use my html page ....
  where as i did the same thing creating a yahoo widget....i used my
html and javascript code there.

  Please help regarding this.

Thanks.
Rahul Kumar


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Benjamin [API Guru]  
View profile  
 More options Nov 6, 12:27 pm
From: "Benjamin [API Guru]" <codename.mat...@gmail.com>
Date: Fri, 6 Nov 2009 09:27:43 -0800 (PST)
Local: Fri, Nov 6 2009 12:27 pm
Subject: Re: error in creating gadget
Thats correct. You will have to use the XML elements mentioned in the
SDK to create the view.
You should check out the Google Desktop APIs page I mentioned as well
as the various articles http://code.google.com/apis/desktop/articles/

This should help you get started.

Benjamin

On Nov 6, 6:20 pm, rahul gupta <rahulgupt...@gmail.com> wrote:


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Teo [API Guru]  
View profile  
 More options Nov 6, 12:30 pm
From: "Teo [API Guru]" <teomina...@gmail.com>
Date: Fri, 6 Nov 2009 09:30:14 -0800 (PST)
Local: Fri, Nov 6 2009 12:30 pm
Subject: Re: error in creating gadget
Yes, you're right. You may be able to reuse some parts of your HTML or
Javascript code, but in the end you have to put them in a form that's
accepted for a Google Desktop gadgets. Please check out the SDK, since
it also contains some sample gadgets and will help you understand.

Thanks,
Teo

On Nov 6, 7:20 pm, rahul gupta <rahulgupt...@gmail.com> wrote:


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
rahul gupta  
View profile  
 More options Nov 6, 2:03 pm
From: rahul gupta <rahulgupt...@gmail.com>
Date: Sat, 7 Nov 2009 00:33:51 +0530
Local: Fri, Nov 6 2009 2:03 pm
Subject: Re: error in creating gadget
Sir,

  You replied that we can use some parts of Html ....Can you please
tell me how can i use that some html part.

Thanks
Rahul


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Teo  
View profile  
 More options Nov 6, 2:09 pm
From: Teo <teomina...@gmail.com>
Date: Fri, 6 Nov 2009 21:09:17 +0200
Local: Fri, Nov 6 2009 2:09 pm
Subject: Re: error in creating gadget

Only you can figure this out, by reading the documentation.. Shouldn't be
hard since what you need to write in the XML isn't very different than what
you write in an HTML page.

P.S. I received your messenger invite, but i kindly ask you to keep this on
the group. Thanks!

On Fri, Nov 6, 2009 at 9:03 PM, rahul gupta <rahulgupt...@gmail.com> wrote:

> Sir,

>  You replied that we can use some parts of Html ....Can you please
> tell me how can i use that some html part.

> Thanks
> Rahul

--
Teo
www.teodorfilimon.com
Romania, Europe (GMT +2)

    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
rahul gupta  
View profile  
 More options Nov 6, 2:20 pm
From: rahul gupta <rahulgupt...@gmail.com>
Date: Sat, 7 Nov 2009 00:50:59 +0530
Local: Fri, Nov 6 2009 2:20 pm
Subject: Re: error in creating gadget
Sir,

   I created igoogle gadget and it was very simple using content
type=url . That gave me the exact look and functionality that i
needed.

   yes you are very correct that it's not very hard in xml but i was
concerned about the functionality. No problem if it can be covered by
XML part.

 Thanks
Rahul


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
rahul gupta  
View profile  
 More options Nov 6, 2:25 pm
From: rahul gupta <rahulgupt...@gmail.com>
Date: Sat, 7 Nov 2009 00:55:42 +0530
Local: Fri, Nov 6 2009 2:25 pm
Subject: Re: error in creating gadget
One more thing i am not getting that everytime i use font size=8 for a
label but it converts on its own to 10. I don't know why this is so.

    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stefan vd [API Guru]  
View profile  
 More options Nov 6, 2:39 pm
From: "Stefan vd [API Guru]" <vandammeste...@hotmail.com>
Date: Fri, 6 Nov 2009 11:39:57 -0800 (PST)
Local: Fri, Nov 6 2009 2:39 pm
Subject: Re: error in creating gadget
Hi,

I also got this problem, i think it is a bug inside the Gadget
Designer.

Kind Regards,
Stefan Van Damme (aka Stefan vd)
Gadget Developer
www.stefanvd.net

On 6 nov, 20:25, rahul gupta <rahulgupt...@gmail.com> wrote:


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google