Questions tagged [google-gadget]

Google Gadgets are simple HTML and JavaScript applications that can be embedded in webpages and other apps. Built-in JavaScript libraries make it easy to create gadgets that include tabs, persistent storage, dynamic resizing, and more.

Google Gadgets are simple HTML and JavaScript applications that can be embedded in webpages and other apps. Built-in JavaScript libraries make it easy to create gadgets that include tabs, persistent storage, dynamic resizing, and more.

More Info

213 questions
0
votes
1 answer

Is it possible to specify localhost url in gmail contextual gadget - manifest file

< Extension id="Demo Gadget" type="gadget" > < Name > Gmail contextual gadget < /Name > < Url > http://54.201.166.244:8080/xmlproject/Gadget.xml < /Url > < Container name="mail" /> Is it possible to specify localhost url in url tag that…
0
votes
1 answer

Gmail Gadgets will be deprecated?

I saw message in Gmail, that says that The 'Add any gadget by URL' Lab is being deprecated. I use this feature, and I writing my own Gmail gadget, this feature will be deleted, or not, can I use my gadgets after this, or all will be deleted?
a.robert
  • 893
  • 6
  • 6
0
votes
0 answers

Can't embed GoogleVis in Google Sites through Google Gadget

I am trying without any success to embed a motion chart created through googleVis package. As an example, I'm trying to replicate the same motion chart at: http://takahashik.blogspot.com.br/2011/01/googlevis-example-for-data-iris_10.html I'm using…
Bernardo
  • 426
  • 3
  • 16
0
votes
1 answer

Determine if email is Sent or Recieved Using Gmail Contextual Gadget

We have a Gmail Contextual gadget that fires on every email. We use it for searching a database based on the email address of either the sender or the reciever. When we have recieved the email we want to search using the email sender. When we have…
PNC
  • 1,932
  • 19
  • 36
0
votes
0 answers

My first gmail gadget isn't showing

I'm trying to add a sidebar gadget to Gmail using the guidance given in https://developers.google.com/gmail/sidebar_gadgets. To get started, I've taken a copy of the Hello World file, changed the text a bit and placed it in…
xgretsch
  • 1,294
  • 13
  • 15
0
votes
1 answer

Google contextual gadget working only on my account

I have created google contextual gadgets for hello world but it is not showing hello world contextual gadget on other gmail acocunts. I have domain also registered with gmail .Is it possible that contextual gadgets will work for same domain also…
0
votes
2 answers

How (and where) to upload manifest file? (Google Gmail Gadget)

I'm new on this Gmail Gadget developments and I follow the instructions here: https://developers.google.com/gmail/contextual_gadgets I follow the Hello World example, replacing the variables with my owns, generating the manifest, the specs, etc. But…
zorbakan
  • 23
  • 1
  • 7
0
votes
1 answer

Can I use setQuery from within a Google Apps Script Gadget?

I'm creating a line graph using the Google Visualization APIs that pulls in data from a Google spreadsheet. When I run it locally, it works perfectly. But when I embed it in a Google apps script gadget on my Google site, I noticed that the…
0
votes
2 answers

Gmail gadget not refresh although nogadgetcache=1 parameter is used

Problem Description: deployed a new gadget xml but gadget does not refresh although parameter nogadgetcache=1 is used. Steps to Reproduce: i makes changes to a gadget xml. Deploy using Eclipse, to an appspot site. 2, Deploy through…
Hazel Han
  • 1
  • 1
0
votes
1 answer

gadgets.MiniMessage is not a constructor

I am just starting with Google Sites and after a very frustrating time with the HTML Box not running any Javascript (and it seems that no-one has got it to work) I have started with Google Gadgets. I am running the following simple code as next step…
Roddy
  • 2,018
  • 3
  • 16
  • 21
0
votes
1 answer

NumberRangeFilter and NumberRangeFilterBuilder

I am totally new to apps and some help. When I use either of this function with awesome table they return the their names with the field title. If am using them to filter "Age", for example, the title in the table and on the search field label…
0
votes
0 answers

Contextual gadgets are not loading on sender account in Gmail

We are trying to test contextual gadget Hello World as given on https://developers.google.com/gmail/contextual_gadgets. But we are facing problem in loading gadget. We have loaded gadget in gmail before 4 days and after that it is deleted now.…
dipanshu
  • 197
  • 2
  • 6
  • 16
0
votes
1 answer

Uncaught ReferenceError: gadgets is not defined

I am working on google gadgets. When I load my html file in browser, I am getting javascript error "Uncaught ReferenceError: gadgets is not defined". HTML code is given below,