Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
3answers
248 views

Google Wave extension for Programmers and their Code

Sorry if this is well known but Googling for my answer only came up with links about making Google Wave gadgets. My question is, are there any Google Wave gadgets that allow for better collaborative ...
5
votes
3answers
1k views

How do I host a Google gadget? How does it work?

I just spent 5 hours by checking Google gadgets websites and FAQs, but I still have no idea how to host a gadget. What I've figured from reading the Google documentation: I can write gadgets with ...
3
votes
1answer
554 views

how embed flash video in google desktop gadget?

I have requirement were I need to create google desktop gadget which can play flash videos from given video URL, So if I give the http://www.someweb.com/xyz.flv than the gadget should play that video ...
2
votes
1answer
112 views

Develop Gmail Contextual Gadget without Google App domain?

I'm looking into creating a Gmail Contextual Gadget. I've created a couple of simple gadgets that integrate into Google Calendar, and it was simple enough with those to publish the gadget manifest ...
2
votes
3answers
128 views

using a string as the for loop expressions and condition

The following loop works: <html> <body> <script type="text/javascript"> var i=0; for (i=0;i<=5;i++) { document.write("The number is " + i); document.write("<br />"); } ...
2
votes
3answers
239 views

Introduction to Testing Google Gadgets

I'm trying to create a simple google gadget and am encountering trouble right out the door. I've read the getting started guide top to bottom and feel like i'm still missing something. Starting with ...
2
votes
2answers
426 views

Google gadget/spreadsheet: Grab spreadsheet key for gadget

So I'm working on a google gadget(really only gadgetizing so I can get a datastore for this) that I want to be embeddable in a google spreadsheet (after this point, I'm going to skip the word google - ...
2
votes
0answers
144 views

google gadget and sites api

I'm writing a google gadget (nothing but plain html + javascript) to upload a file onto a private google site using the sites api. ...
2
votes
1answer
82 views

What javascript tools and/or techniques can I use to manage conflict resolution when multiple users are updating shared state within a Google Wave gadget?

I think the answer to this question hinges on the whether or not it's possible to have access to the Operational Transformation architecture directly within the gadget API. It isn't currently there, ...
2
votes
2answers
628 views

Google gadget Unique ID

How to get unique Google Gadget ID from a gadget added to a iGoogle website, with Javascript?
1
vote
0answers
107 views

gadgets.io.makeRequest returns empty html document on specific site

I am trying to use gadgets.io.makeRequest to retrieve the site http://www.novasoftware.se/webviewer/(S(r2vc0j45wbu53x55slbdce55))/MZDesign1.aspx?schoolid=27500&code=82820 It worked before, but now ...
1
vote
1answer
88 views

Why doesn't my Google gadget render properly?

I am making a gadget that displays a bar of famous buttons : Facebook like, Tweet, Google Plus and LinkedIn Share. If you paste the gadget HTML to the editor here you will see that it is displays ...
1
vote
1answer
93 views

Javascript in Google Gadgets

I'm writing a simple gadget to use with google calendar. I'm using iGoogle to test. However, no matter what I do I cannot seem to get javascript to run. Can anyone point me in the right direction? ...
1
vote
0answers
479 views

Using Google Gadgets, Sites, and Facebook App integration

All, I am using a Google Gadget embedded in a Google Site to host my Facebook app. I have registered the app at URL = https://sites.google.com/a/mydomain/asite/gadgettester/. The gadget is at ...
1
vote
1answer
494 views

iGoogle Gadget on Android Phone as APP or Widget

I have added a gadget in my iGoogle to display orders from our e-commerce shopping cart. I would like to have it as a Widget for our Android phones. Anyone know where to start and what needs to be ...
1
vote
0answers
109 views

Access Google Gadgets preferences from Android app

I'm going to create an iGoogle Gadget, and an Android version as well. User data will be saved in the gadget like this (javascript): var prefs = new gadgets.Prefs(); prefs.set("foo","bar"); In ...
1
vote
1answer
174 views

Google gadget boolean preference doesn't seem to work

I am simply trying to read a user's boolean preference in a Google Gadget, but it seems that the preference is never getting saved at all, and I only ever get whatever the default_value is. I've ...
1
vote
1answer
66 views

Is there a way to distribute Google Calendar gadgets?

I needed a gadget for Google Calendar so I wrote it; I'd like to offer it to the public for free. However, after going around in circles through Google help on publishing gadgets, it seems that ...
1
vote
2answers
363 views

Why use iGoogle platform

Don't get me wrong, I like iGoogle and use it. But for intranet site, why anyone would use iGoogle or Apache-Shindig which is foss implementation of iGoogle platform. OK, boss likes look of ...
1
vote
2answers
280 views

iGoogle platform for intranet page

Does it exists a platform or container capable of running google gadgets written for iGoogle. Basicly what I want is to have my private "iGoogle" intranet page. I found out that LifeRay, Sun Java ...
1
vote
1answer
228 views

Accessing the current users Google Apps Domain from within a GMail gadget

I'm working on a GMail gagdget and am trying to access the current users ComanyName / Apps-Account-DomainName / ID. It has to be some ID thats unique for all users belonging to the same Google Apps ...
1
vote
0answers
252 views

prefs.set, prefs.getString not working in google gadgets

I am initialising the user prefs and i am setting and getting numeric prefs but i do not seems to be able to get and set string prefs. the prefs i initialise are not altered later on in the gadget, ...
1
vote
2answers
121 views

Multiple Javascript gadgets per page

I'm writing an in-house gadget in Javascript and jQuery. I've written it in an object-oriented manner with a top-level object called, as an example ggObj and assigned methods via ggObj.prototype. To ...
1
vote
2answers
926 views

Google Desktop Gadgets vs. Yahoo Widgets

I am trying to figure out which widget development platform is superior. I want a cross-browser widget and so I a thought either the Google or Yahoo solution will be best. They both seem to be using ...
1
vote
2answers
352 views

How to embed SVG tag inside google wave gadget?

I'm creating a google wave gadget that needs to embed SVG. I don't want to do because that means I need to generate separate svg file and store somewhere on the web. I would like to simply add ...
1
vote
1answer
382 views

How can I use asp.net forms authentication to authenticate a Google/OpenSocial Gadget

I have a web site that uses Asp.net forms authentication to login. I need to enable users to login and interact with the site via gadgets using the same authetnication/authorization schema I use on ...
0
votes
0answers
15 views

Get Google direction gadget to load with page

I have google direction gadget on my page. http://maps.google.com/help/maps/gadgets/directions/ How do i get this to load when the page loads. I dont want to click on Go to get directions.
0
votes
0answers
6 views

Accessing the container from a gadget on Google Sites

I'm writing a custom navbar Google Gadget for use on a Google Site. I need to access data in the gadget container (the site page): either the webspace object which contains the breadcrumb object or at ...
0
votes
0answers
21 views

Saving data on a google gadget

I need to develop a google gadget that will allow the user to enter information regarding upcoming conferences and get notifications about the days left to a specific conference. However, the data ...
0
votes
0answers
25 views

How to use google gadgets in an application which is fully covered by SSL?

Google gadget is working fine using HTTP but not using HTTPS. I have used the stock summary google gadget. I have also used the Yahoo finance chart API to show stock chart in fly. But Chrome ...
0
votes
0answers
39 views

Get active spreadsheet from google spreadsheet gadget

I am trying to create a google gadget that will be embedded in a spreadsheet that will write data to the spreadsheet. I do not want to use google apps scripts (because that would limit my ui to using ...
0
votes
0answers
22 views

What is the Google calendar gadget lifespan?

Does anyone knows how much time does Google calendar keep a gadget? HERE we see: "Tip: Google Calendar will cache your gadget spec for 1 hour." Does this mean, that after an hour Google will ...
0
votes
0answers
18 views

Custom google gadget with header only? (ie. zero height body)

I'm trying to make a custom google gadget that only displays the header (without a body). Basically I want to use it to display just one line of text so having a body isn't necessary - the text can ...
0
votes
1answer
85 views

Restlet GWT in a Google Gadget

I am developing a GWT app for the Google Apps marketplace. I am using AppEngine with Restlet on the server side. Client side I use the GWT edition of Restlet. This is a great combination. I have my ...
0
votes
0answers
14 views

Google gadgets parsing UTF-16le XML document, is it possible?

I'm trying to parser a XML document that hasn't defined character encoding, but I know that is UTF-16le. There is a possibility use this set of character with the Google Gadgets API? The error that ...
0
votes
0answers
13 views

Making iGoogle gadget Adapting to Any Environment?

Because it is possible to create a gadget that is aware of the background with having background "transparent", I would like to know whether there are more things by which you can make the gadget ...
0
votes
1answer
61 views

Replacements for `target=“_blank”`?

I am using target="_blank" in most of google gadgets so that the link opens in a new window, rather than in small gadget space, but it is polluting the browser with windows and I am looking for a ...
0
votes
0answers
50 views

Google gadgets makeRequest not working

I have put together a google gadget for an internal project on a network not connected to the internet. The gadget/portlet container is GateIn which is the Jboss/Exo portal. When I try to use the ...
0
votes
0answers
36 views

Is it possible to allow a Google gadget that is embedded in a Google Sites page to “Pop-Out” into an external window?

I have a site at Google Sites, and I am using a qwebirc Google Gadget to provide access to IRC. I would like to be able to allow users to have the option to "pop-out" the gadget into a new window. ...
0
votes
1answer
73 views

error in gmail contextual gadget

i'm working on a gmail contextual gadget (GWT) to deploy on the google market place. the gadget is triggered correctly but when i try to get content matches it fail. <Module> <ModulePrefs ...
0
votes
0answers
27 views

implement gadget in Android

I am trying to implement the gadget in Android. I am a newbie at this and I have no clue as to what gadget actually entails, let alone what it looks like. Could anyone please provide a link or two ...
0
votes
0answers
33 views

iGoogle gadget cannot list out Friends list

I am trying to work through the OpenSocial tutorial code at http://docs.opensocial.org/display/OSD/OpenSocial+Tutorial, but my code at ...
0
votes
0answers
12 views

Packing google gadgets into 1 install

Is there a way of packing several google gadgets so users can install them in 1 click? Specifically i want to distribute a gmail side bar gadget and a gmail contextual gadget.
0
votes
0answers
40 views

Gmail contextual gadget fails to load on conversations with more messages

My contextual gadgets fails to load when I open conversations which have more messages (say around more than 15-20 messages). If I load smaller conversations it loads perfectly. This is kind of ...
0
votes
1answer
62 views

Google Calendar Gadget needs to know which event is currently being looked at

I am programming my first google calendar sidebar gadget right now. When the user is in Google Calendar, I plan to have them open up an event, and when they are in view/edit page, it will use that ...
0
votes
1answer
65 views

Developing Google gadgets with GWT

I successfully created gadget using Getting Started with Gadgets and GWT I want to know: Is it possible to work on gadgets in development mode? I want to change the code and see the results. Or i ...
0
votes
0answers
69 views

Load jQuery in Gmail sidebar gadget?

I'm not 100% sure how to do this and wanted to see if anyone could point me in the right direction? I'm looking to make a Google Gadget (sidebar gadget for Gmail, to be specific), and I'm looking to ...
0
votes
1answer
180 views

Use Camera to capture Text. Android? [closed]

I want to do something like a Google Googles but use only the Camera to text feature in it. I want to use the camera to take picture of a text image, and convert it into text for use with in a edit ...
0
votes
0answers
36 views

Clock iGoogle Gadgets

I am new to igoogle gadgets and this is my second gadget I am about to work on. I want to write a simple gadget of clock but I don't know how to proceed.I tried to search on net, however, no matter ...
0
votes
0answers
260 views

google gadget creator

I found this link where is possible create a skeleton for the google gadget. I'm looking for an perl module, what help me create gadgets, something like: my $gadget = Googe::Gadget->new(); ...

1 2