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

Google Gadget API remote-content issue

In my Google Gadget JavaScript, I have an URL to call from Google Apps Script. function getFileId(postData) { var params = {}; var url = "https://script.google.com/a/macros/mycompany.com/s/AAABBBCCCDDEEE-FFF-GGG/exec"; …
lannyboy
  • 617
  • 1
  • 10
  • 20
0
votes
1 answer

For a Google Wave Gadget, is there a defined point at which it's ok to modify UI?

I'd like my gadget to have two different views: One when it's just been added, to let the user enter some information, and, once he's done with that, another which displays some data based on that information. The earliest point at which I can…
Mark Probst
  • 7,107
  • 7
  • 40
  • 42
0
votes
1 answer

Problems with my google gadget

For my gadget the title appears blank. I cannot get it listed when I search for my gadget. Need some explanation as to what to do. Here is the xml link to my…
deostroll
  • 11,661
  • 21
  • 90
  • 161
0
votes
1 answer

My Google Gadget goes partially out of the screen

When i add this as Gadget to google calendar ,it partially goes out of the screen...How should i correct such that the gadget will appear with in the screen... Here is a code where it creates a gadget asking for username and password and login…
0
votes
0 answers

how do I use the Google Line Chart gadget to access data in Google App Engine Datastore

I have some data in a Google App Engine (GAE) Datastore. I have a google site and have inserted a Google Line Chart (GLC) gadget. I want to chart that data with the GLC gadget. Can I use the standard GLC to do this, and if so how? or do I have to…
BrendanSimon
  • 665
  • 1
  • 9
  • 23
0
votes
1 answer

Get Google Username with oAuth in XML

I'm having trouble right now getting the username of the logged in Google User. I want to get the Data I need from this Link:…
0
votes
1 answer

How can i extract Data from a DataProvider in the charting examples of the WSO2 Viskit library

I am using the WSO2 Viskit charting library. I am having problem to pull specific data from a dataProvider. I can get the data using the data providers. I can add a datareceiver to the data provider. I have created a dataFilter and added it to the…
uraza2001
  • 95
  • 9
0
votes
1 answer

google gadget - how to add non-changable preference

Is it possible to store preferences in a google gadget without letting the user to change it?
nagy.zsolt.hun
  • 6,292
  • 12
  • 56
  • 95
0
votes
1 answer

Previewing changes to a Google Gadget with preferences

I just finished building a map for my Blogger.com blog. Now I'd like to convert it into a Gadget so that I can move it into the sidebar on my blog's design and share it with other bloggers. Is there a strategy I can employ to test my gadget during…
user212218
0
votes
1 answer

Is there a limit on the number of characters that you can save from a gmail contextual gadget to an external database?

I am in the process of writing a gmail contextual gadget that hooks into gmail to connect it with an external application. I have hit a problem: if the incoming email seems to exceed about 1000 characters, then I seem unable to save a full copy of…
0
votes
1 answer

Testing Google Contextual Gadget

It is possible to test my google contextual gadget without being the Domain Administrator? Thanks in advance.
Gonzalo Gallotti
  • 2,413
  • 3
  • 23
  • 28
0
votes
0 answers

Still no ways to convert an iGoogle gadget into an Android (home screen) widget?

I want to convert existing Google Gadgets to Android home-screen widgets. I found similar questions. How do I convert an iGoogle gadget into an Android widget? iGoogle Gadget on Android Phone as APP or Widget About 2 years have passed since the…
Pengin
  • 771
  • 1
  • 10
  • 16
0
votes
1 answer

Procedure to Create a Gmail Gadget

I am trying to create a Contextual gadgets for my domain app's emails. Searched a lot for the procedures and followed the document published by Google. Following steps are completed: Created manifest for the gadget. Created gadget XML and uploaded…
IvenMS
  • 525
  • 5
  • 19
0
votes
1 answer

is it possible to build complex applications with gadgets

It seems that gadgets are focused on constructing small pieces of user interface functionality. Is it possible to build complex applications where the UI is built only with gadgets? If so, what are the pitfalls of this approach? Are there any…
Chris Snow
  • 23,813
  • 35
  • 144
  • 309
0
votes
1 answer

automated testing of gadgets

I'm looking to write a few gadgets that I will be running in WSO2 gadget server. Before I start, I would like to understand how I can test the gadgets using an automated test framework. Can standard web browser automation tests (e.g. selenium) be…
Chris Snow
  • 23,813
  • 35
  • 144
  • 309