0
votes
0answers
6 views
gadgets.Prefs in type url Google Gadget
Is it possible to access gadgets.Prefs in content of type="url"?
<Content type="url" href="remote address"></Content>
gadgets.Prefs is set in content of configuration
<Content …
6
votes
3answers
95 views
Google Wave extension for Programmers and their Code
Hi. 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 …
1
vote
2answers
43 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 …
0
votes
0answers
2 views
Images in Google Gadgets
Anyone know how to add images into google gadgets? The documentation is not very clear but the method seems to be do to create a base64 encoded version of the image and load it in the content area of …
0
votes
1answer
25 views
Developing Google Gadget on a Mac
I have developed some Mac Widgets and want to port them to Google Gadgets. The technology is pretty similar (please disabuse me if this is not the case) but it looks like i need to download and use …
0
votes
1answer
82 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 …
0
votes
1answer
72 views
Gadget Hosting on Google App Engine
I have recently been tasked with working on creating a gadget for a
project that is hosted on app engine. I am also hosting the gadget
specification on app engine.
The gadget specification is …
2
votes
1answer
48 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, …
0
votes
0answers
15 views
Problems with my google gadget
Hi,
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 gadget:
…
1
vote
0answers
120 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 …
0
votes
3answers
274 views
How to open a new window in Google Gadget?
It opens neither a tab nor a window: the code for a Google Gadget here. If you know 'target="_blank"' from HTML, I am looking for a similar tool for Google Gadgets. More precisely, I cannot understand …
0
votes
1answer
129 views
force google gadget rss tabber open link in new window
i'm using google gadget "rss tabber" http://www.gmodules.com/ig/creator?synd=open&url=http%3A%2F%2Fclingman.org%2Fplatypus%2Fcustomized-rss-feeds.xml&lang=en
I tried to use jquery to …
1
vote
1answer
152 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
1answer
317 views
jQuery UI Sortable and Google gadgets
I have seen a couple similar questions, but nothing that specifically covers my problem. I am trying to place several Google gadgets in a set of sortable divs. When I drag one of these divs and drop …
0
votes
1answer
54 views
Google Gadgest Refreshing
I'm creating a test Google Gadget. Its a simple hello world gadget. However, after I add the gadget to iGoogle the first time, any subsequent changes I make to the file on my server have no effect on …
