Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
3answers
1k views

Windows gadget in WPF - show while “Show desktop” is activated

I'm trying to create a "gadget" like application using WPF. The goal is to get the same behavior as a normal Windows 7 gadget: No task-bar entry Doesn't show up when you alt+tab windows NOT always ...
8
votes
2answers
2k views

Silverlight 2 Sidebar Gadget

How do you display a Silverlight 2.0 application in a Vista Sidebar gadget? Whenever I load a gadget with the standard Silverlight 2 object tag, I get the no-silverlight default content instead of ...
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
1answer
6k views

Good WPF or silverlight windows gadget examples

Does anyone have a good example of a WPF or silverlight windows gadget?
5
votes
3answers
366 views

Testing Google Wave Gadget outside Google Wave?

I wonder if there is a tool/framework available that supports testing Google Wave Gadgets outside Google Wave. I know these two emulators (1 and 2), but I still always would have to upload my gadget ...
5
votes
2answers
845 views

How to avoid name clashes in javascript widgets

I have a javascript widget (a piece of embedded JS and HTML code) that's embedded on other sites. What should I do to make sure it's variable names don't clash with the hosting page variables? I'd ...
4
votes
3answers
819 views

How to write Windows 7 gadget in C#?

How can I use C# to write a gadget in Windows 7? Is it possible?
4
votes
3answers
348 views

Using Java in the Gadget specification xml instead of javascript

How do I develop apps that run on Orkut.com using the OpenSocial java client libraries? I have read the OpenSocial tutorial for Orkut, and am running the simple tutorial app on Orkut. Now I want to ...
4
votes
1answer
601 views

How to set g:text style to bold font in a Windows Gadget?

I'm developing a Vista/Win7 Desktop Gadget that uses a translucent g:background (doc) area with g:text (doc) on top. I'm adding the text via addTextObject (doc), and this all works as expected. ...
3
votes
1answer
138 views

EHCI USB Controller and USB Device (gadget) mode

In SoC I'm working on there is USB EHCI Compatible Controller. Does all EHCI Controllers can work as Host or Device ? Does EHCI Linux driver cover device/gadget mode for such controller ? BR, ...
3
votes
1answer
304 views

Get the Username in a Gmail Contextual Gadget

I am writing a Gmail Contextual Gadget, and in order to authenticate the user correctly on the server, i need to know their full email address (john@googleapps.com). I can retrieve the domain ...
3
votes
1answer
182 views

How to use Web service in Google Gadgets (using Javascript)?

Have you ever tried to call a SOAP web service from a google gadget using javascript ? I really don't know how to do it : the API has just a makerequest method. Is it the right method to get the job ...
3
votes
1answer
407 views

Clock Gadget in taskbar using C#

How can I add my clock gadget using C# like in below image I am making clock in Windows Form using C#. How can I place my clock in taskbar and at the place where time is displayed in ...
3
votes
4answers
285 views

How authenticate Google wave gadget viewer on Appengine?

Imagine I want to create game "Rock-paper-scissors" for Google Waves. I am thinking to implement it as a Wave Gadget. The idea is simple: all participants send their decisions to my cloud app (it is ...
2
votes
1answer
15 views

iGoogle Gadget Checker throws error on for loop

I'm trying to put a for loop in my google gadget definition, but iGoogle Gadget Checker throws an error on a simple for loop. Does anyone have any experience with this? Should I be using a different ...
2
votes
1answer
335 views

Determine current user (Gmail contextual gadget)

I wrote a gadget for Gmail and I want to make a request from it to my server. I have read this tutorial Validating Signed Requests Now I know that a request to my server comes from google, but how to ...
2
votes
1answer
470 views

Jira gadgets development

I need to develop some jira gadget. The gadget must have a chart and the possibility to insert external data and diplay it in the chart. I have been trying the tutorial on atlassian documentation but ...
2
votes
1answer
258 views

Sidebar Gadget to Login to website and retrieve information?

I've been learning how to make gadget and the simple gadgets all make sense. How would I make a Gadget that logs into a website and retrieve details for that user (so it's pretty much simulating the ...
2
votes
4answers
281 views

Best device to view MSDN WebCast videos?

I am planning to buy portable video player (with MP4 support) to view the msdn web casts, mostly WMV files. Has anyone tried viewing the web casts on a portable player. Which one would you recommend. ...
2
votes
10answers
524 views

How important for programming skills is to have nice gadgets?

This question was asked by Ed Burns in his book 'Riding the Crest'. I remember that almost all of the rock star programmers found helpful if one had new and kool gadget. Programmer stays in touch with ...
1
vote
0answers
14 views

System.Gadget.onSettingsClosing not working on my gadget

I want to see if System.Gadget.onSettingsClosing is working, here's my code my.js System.Gadget.settingsUI = "../Settings.html"; System.Gadget.onSettingsClosing = settingsClosing; function ...
1
vote
1answer
24 views

Change the content of gadget.html from my settings.html on windows 7 gadget

How can I change the content of my gadget.html through clicking my settings.html here's my sample code settings.html <button onClick = "changeThis()">Clickhere</button> my.js ...
1
vote
1answer
42 views

What is the technical (functional) different between a Gadget and a Widget?

Already I found this "Widget" or "Gadget"? related to this question, But I'm looking really for the technical/ Functional differences between those two.
1
vote
0answers
70 views

Jira reload gadget specification cache

We have a custom jira gadget that summarizes the time developers booked on tickets. When I make a change to the specification file (gadget.xml), there doesn't seem to be any way to know when the ...
1
vote
1answer
164 views

How to port an Apple Dashboard widget to Windows?

I made visual aid type of widget (user needs to see through it) with Dashcode, now I want to port it to Windows XP & 7. I heard that StarDock DesktopX Pro can export standalone widgets as .exe ...
1
vote
1answer
170 views

How to programatically position a Windows 7 Gadget in the top right corner of the screen?

At our school district we support about 2,000 Windows 7 PCs. We have created a Windows 7 gadget that sits in the user's top right corner and displays the computer name and IP. This aids us when a ...
1
vote
2answers
138 views

Jira Gadget: Configuration isn't saved for reconfiguration

I am writing a gadget for Jira with some configuration options. One of these configuration options is a "project or filter picker". My problem lies in the part, when I want to reconfigure the ...
1
vote
0answers
184 views

Can I embed a windows 7 gadget into WPF application

I am thinking of embedding a Windows 7 gadget into a WPF application, as there are already so many Windows 7 gadgets available on the internet. Windows 7 gadgets seems to be using Html, css and ...
1
vote
1answer
362 views

Using linux USb gadget - Need to capture eject event

Referring this link http://www.linux-usb.org/gadget/file_storage.html I am doing this .. Step 1 : I acquire some data on beagle board on angstrom linux and send to SD Card by mounting it on ...
1
vote
1answer
203 views

Windows 7 Gadget installation

I have created a windows 7 gadget which works properly when i copy it to %LOCALAPPDATA%\Microsoft\Windows Sidebar\ but when i zip it and rename it to .gadget and then try to install .. install ...
1
vote
1answer
282 views

how to implement oauth with JavaScript

I have developed iGoogle gadget. I have to access the spreadsheet of the loggin user. First of all, how do I check weather user is login or not using javaScript ? Later, from the gadget, how will I ...
1
vote
0answers
136 views

How to implement the Autocomplete behavior to sidebar gadget, through Script# 0.6.2 / JQuery

For some time ago, I made a sidebar gadget which searched documents from my own API. I used the Nikhilk Scriptsharp project and Visual Studio. Yesterday I updated the Script# (I think the old version ...
1
vote
1answer
141 views

Jira Gadgets Development Structure

I need to develop more Gadgets in the same plugin, the gadgets will look pretty the same, what change is the resource they need to access and display. What's the best way to do this? Do I need to ...
1
vote
1answer
376 views

Vista Gadget - Write to a XML file

I have built a Vista Gadget. It grabs a local XMl file called "settings.xml". It loads it and I change a few things. then I call the xmldoc.Save("settings.xml") method which works fine of you run it ...
1
vote
1answer
78 views

How to insert a g:text object inside another html element?

im developing a windows gadget. there is a function called addTextObject on the background object which creates the object i want which i can later add glowing and shadows to it. but the problem is ...
1
vote
1answer
62 views

What's the best way to store whether or not an rss item has been read

As a non-professional programmer, I'm trying to self teach myself a little HTML and javascript. My learning project is a desktop gadget that will retrieve rss items from an rss feed. I would like an ...
1
vote
1answer
139 views

How to save user preferences in google desktop gadget?

I want to save the user preferences in a Google Desktop Gadget. I am not able to find any documents for it. Can anyone tell me how can I do that? Thanks, Hardik
1
vote
0answers
309 views

Howto use Google Finance gadgets JavaScript API

How can i get access to the Google Finance gadgets JavaScript API (http://code.google.com/intl/de-DE/apis/finance/docs/finance-gadgets.html#JS_API) ?? I see the methods but how can i include the ...
1
vote
0answers
155 views

Unable to create more then one gadget in GateIn portal

Repost from: Jboss GateIn Discussion. Please refer that post for screenshots. Here what happens when I try to create 2 gadgets: I press "Create a new gadget" Leave content as is and press "Save". ...
1
vote
0answers
248 views

Google Desktop - Possible to create a gadget with a pop-up window?

I'm trying to write a kind of wrapper for arbitrary Google Desktop gadgets where I will display some information about a given gadget. I need a way to display this info that will work for every ...
1
vote
1answer
217 views

Why is ajax call to iis hosted wcf service still returning data when the site hosting the service is down?

I'm developing a windows sidebar gadget that calls out to a wcf service via a javascript xmlhttprequest. If you stop the iis site hosting the service, shouldn't all calls to that service from the ...
1
vote
2answers
415 views

How to create embeddable gadget with Javascript and PHP?

I'm programming in Javascript and PHP. I've created a simple website that allows to fill in a quizz and get result. Now I would like to give users opportunity to embed this quizz on their website. How ...
1
vote
2answers
552 views

Google Wave Gadget: gadgets.window is undefined

I'm learning Google Wave gadgets. I'm trying to force my gadget to resize itself. But I'm keep getting error that gadgets.window is undefined. Here is my gadget: <?xml version="1.0" ...
1
vote
1answer
467 views

iGoogle Gadget private development

I'd like to host a Google Gadget on our production app server which will provide a means of authentication and display some interesting information from our database. Obviously I'd prefer to develop ...
1
vote
1answer
1k views

Windows 7 Desktop Gadget + Silverlight 3 (GDR2) Issues

I am having load of issues getting my SL-based gadgets to work! I do the following: Create a standard silverlight application (Silverlight 3 GDR 2 - 3.0.40818.0) and run it - it works! I then take ...
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 ...
1
vote
3answers
346 views

“Widget” or “Gadget”?

This question is about semantics. I have a client who says that the term "widget" should only be used when referring to a dynamic object that syndicates your own content on to a third party site. I ...
0
votes
0answers
40 views

Communication between C++ (win32) and Javascript (win gadget)

first i'm sorry for my english. I have a app in C++ and i can display output data in win gadget (through ordinary text file). But i can not (i do not why) send a message from gadget to my app. Like " ...
0
votes
0answers
44 views

Can't add event hander in loop

I've got a little problem. I'm writing a Silverlight gadget. It connects to the Internet and downloads list of EventCategory objects. Then I display them on gadget as TextBlock using foreach loop. ...
0
votes
1answer
23 views

Why must a type=html gadget include a CDATA section?

Google Gadgets: The rules for a type="html" gadget are as follows: A type="html" gadget must include a CDATA section, and any HTML must go within that section: I don't quite understand why ...

1 2 3