Tagged Questions
Windows Desktop Gadgets is the official name for the default widget interface on Windows 7. Windows Vista referred to them as Windows Sidebar Gadgets, but it was decided the sidebar that they would dock to should be removed in later versions of windows.
65
votes
5answers
52k views
How to get started with Windows 7 gadgets
I have never programmed a gadget for Vista or Seven, but I would like to try to make one. But where do I start? I have tried to search around on google and msdn, but I haven't managed to find anything ...
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
4answers
18k views
C# tutorial to write gadgets
How can I write gadgets for the Windows 7 desktop using C# and Visual Studio 2008? I'm looking for tutorials and resources on that topic.
7
votes
4answers
495 views
Opposite of “always on top”
I want to set my application to be on desktop level, like Windows Gadgets. Is this possible to achieve?
Thing is, i have borderless application I want to run on desktop.
I tried to find the option, ...
7
votes
1answer
4k views
Windows Gadgets & Jquery
I am creating a Vista Gadget and I haven't been able to get JQuery to work. I have tried a few very simple calls like this:
$(function() {
$('a').click(function() {
...
6
votes
2answers
287 views
Windows 7 Gadget not releasing ActiveX object
I'm working on a Windows 7 gadget that needs to pull data from an excel document. The problem is, is that the Excel process won't unload after I've retrieved the data I need.
Here's the code I use ...
6
votes
1answer
175 views
Howto integrate Gadgets in my .NET application
As there are those gadgets available for the Windows Vista Sidebar and for Windows 7, I'd really like to know if you can integrate those into your .NET app. I want a similar feature and possibly use ...
6
votes
1answer
215 views
How to quickly test Windows Gadgets?
How should one quickly test a Windows Gadget during development? Creating the archive, installing it and adding it to the desktop every time is extremely tedious...
6
votes
2answers
2k views
Debugging Windows sidebar gadgets without Visual Studio
I'm trying to create a sidebar gadget without the use of Visual Studio. I've looked around for ways to debug them, but everything says that the Visual Studio JIT debugger is the only way to do it.
...
6
votes
2answers
1k views
Windows 7 sidebar gadgets
Do you need to write Windows Sidebar Gadgets in C#, or should I be able to write them in another language, for example Delphi?
Thanks
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
2answers
2k views
converting TForm win32 app to Win7 gadget (delphi)
What is the process of converting win32 application (a small popup window actually) to win7 gadget?
Do I need to convert my exe to activex component, can I still use TForm ?
it would be nice to have ...
5
votes
5answers
6k views
JPEG Shows in Firefox but Not IE8
I'm working on a Sidebar Gadget and cannot get my JPEGs to show up (PNGs work). When I try to open the file by itself in IE8 it doesn't work. Firefox, of course, can open it fine.
JPEG Details:
...
4
votes
2answers
679 views
How to use jQuery .get() in Windows Gadget
I'm trying to get data from a web-page into my sidebar gadget via:
$.get("http://localhost/index.php", function(data) {
$("#result").html("Data Loaded: " + data);
});
When I view this via my ...
4
votes
1answer
600 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.
...
4
votes
3answers
481 views
How to draw procedural graphics in Vista Sidebar?
How do I draw procedural graphics in a Vista Sidebar gadget?
I have a gadget that collects data over time and I want to draw animating graphs. My current approach is to draw the graph with VML ...
3
votes
2answers
67 views
How to implement something like “Fences”
I am fascinated by the program "Fences"
How can I implement something which resides on the desktop like it does?
you can move around the fences and they are persistent.
My guess is that it has ...
3
votes
3answers
406 views
Problem retrieving data from JSON file in windows gadget
I am trying to access data stored in a JSON file (in the same folder as the gadget) using jquery. The following example works fine in both firefox and internet explorer (shows "success"), but as a ...
3
votes
4answers
242 views
How to Request a Password Protected Page in Javascript
I'm working on a very simple Sidebar Gadget to analyze my router's monthly bandwidth usage and determine how far ahead or behind I am for that month. The data is located in a router-hosted, password ...
3
votes
1answer
434 views
Windows Gadget: How do i get json from a webpage and convert to a series of arrays with javascript?
Is it possible to get JSON from a webpage for use in a windows desktop gadget and convert it to an array via javascript?
An example would be excellent.
3
votes
1answer
480 views
Code Profiling in the Windows Sidebar Environment
Does anyone know of a way I can code-profile my Windows Sidebar Gadget?
I've played around with the code-profiling tool in IE8's "Developer Tools" and the code-profiling included in Visual Studio ...
3
votes
1answer
374 views
Windows Gadgets: How do I modify the DOM?
I've been working on creating a Windows Desktop Gadget. I can create HTML elements I want with document.createElement. I can set their attributes and I can get those attributes after setting them, but ...
3
votes
1answer
137 views
Getting information from the server for a Gadget (Vista/7)
I want to get some information from my database and show into my sidebar gadget (i am newbee on gadget coding). I tried many ways to do it but i didn't succeed yet.
For this purpose, I have prepared ...
3
votes
2answers
846 views
Windows Sidebar Gadget Reload
I am trying to develop a Windows Desktop widget for Windows 7. Just wondering if there is an easy way to reload the widget or have some form of debug code that will reload the widget every 10 seconds.
...
3
votes
1answer
510 views
Can I save a record in a Windows Gadget in a file or other storage (database, etc.)?
I'm planning to create a simple gadget to create a TO DO list application. This is just for practice and to explore Windows Gadget. How can I store the values in the database? As much as possible, I ...
2
votes
1answer
129 views
Is it possible to embed Windows Sidebar Widgeds in own .Net Application
I'm trying to embed Windows-Sidebar-Widgets into my own .Net Application (WPF and C#), but I dont't realy know where to start. I googled a bit but only found SDK and tutorials for widget-development. ...
2
votes
1answer
171 views
Executing commands from C# problem
I've made a little C# tool for monitoring sidebar.exe (as some know there's a strange memory leak in it, so this monitor restarts the sidebar.exe process when it reaches a limit...).
Before this I ...
2
votes
2answers
576 views
Determining CPU and RAM usage in a Silverlight 4 WIndows Sidebar Gadget
I'm trying to write a Silverlight 4 Windows Sidebar Gadget that, among other things, can monitor the usage of each CPU core (as a percentage) and the usage of RAM (in bytes) of the host computer. ...
2
votes
2answers
113 views
Javascript Localization in Windows
I'm looking for a way to localize a Windows Sidebar Gadget. It is written primarily in Javascript. What I specifically want is a way to get the user's "language code" (eg. en-us) because the ...
2
votes
1answer
756 views
Can not make the settings from the sidebar gadget get applied
OK, I am not an expert at Sidebar Gadgets, but I have this project I will have to make for school. Have tried to solve it on my own but I got really stuck.
I will have to use the Cirip API (Cirip.ro ...
2
votes
1answer
623 views
Examples of quering the msn weather api using ajax or jquery
I am having trouble finding a simple example that demonstrates how to query the msn or yahoo weather api using ajax or jquery.
I want to understand how I can pass a query to these api's and then ...
2
votes
2answers
129 views
How to delete a file using Windows Sidebar Gadget API?
I know that Windows Sidebar Gadget API provides functionality beyond normal Javascript capabilities. Does it manipulate files? How?
I didn't find how to do it in the API Reference
2
votes
1answer
298 views
Developing Windows (Vista/7) Gadgets
Apart from seeming a few, I don't know much about how gadgets work. Are they special applications, or regular apps with special styled windows?
I can't think of any app I use which has asked me if I ...
2
votes
2answers
1k views
What is the boundary parameter in a HTTP Request?
I am trying to develop a sidebar gadget that automates the process of checking a web page for the evolution of my transfer quota. I am almost at it but there is one last step I need to get it working: ...
2
votes
2answers
532 views
MSBuild “Debug” configuration not working in VS 2010 Beta 2
I'm trying to set up my environment for developing, debugging and deploying Windows Desktop Gadgets. I've hit a bit of a roadblock in my project, where I can't run a build on my gadget when the ...
2
votes
1answer
773 views
Error when calling a .net dll from Com Visible dll using javascript
I am developing a windows 7 gadget.I am creating an activex object and loading the assembly.I am following the methodlogy mentioned here at codeproject (GadgetInterop). One of the tasks of the gadget ...
2
votes
1answer
366 views
Windows 7 Gadgets - Windows 7 Logo Program Certification
One of the requirements for the "Windows 7 Logo Program" is that the application must be a standalone application. Does a Windows 7 gadget qualify as a standalone application?
To my knowledge, a ...
2
votes
3answers
208 views
Javascript code Substring
I'm trying to create a gadget for win 7, that retrieves the RSS feed from a site. So far so good, everything works fine, just that I want to add something extra. The gadget so far extracts the link ...
2
votes
2answers
366 views
installing gadget to user desktop
Is is possible to install gadget to user's desktop somehow?
I believe its needed to copy files to folder:
C:\Users\curusername\AppData\Local\Microsoft\Windows Sidebar\Gadgets\test.gadget
but how to ...
2
votes
3answers
2k views
How to identify, fix, closure memory leak in Windows Sidebar gadget?
i've written a gadget for Windows Sidebar. This essentially means that it is a miniature web-page, that runs for months on end.
After a few weeks the memory usage (working set) of the sidebar.exe ...
2
votes
3answers
559 views
Tracking user actions - analytics for applications
I'm closing in on finishing a Windows Desktop Gadget that downloads plugins from my web server. I'm wondering how I can track the use of these plugins for reporting purposes like seeing which plugins ...
2
votes
1answer
119 views
Close Vista gadgets from an another application
I have created a sample gadget (of course using google :D). It shows "Hello World!".
I have created a .gadget file for installation of this gadget.
I have written an application that does ...
2
votes
2answers
5k views
Display javascript value within HTML body
i have the following relevant code in the header of my html doc:
test1.value = System.Gadget.Settings.read("Date1");
And I'm trying to display the test1 value in the body of my html doc.
It ...
2
votes
5answers
2k views
Why won't Vista Sidebar Gadget show up in Gadget Gallery?
I'd like to create a sidebar gadget in Vista. I've followed this tutorial on how to create one to the letter. However, the gadget simply will not show up in the Gadget Gallery when I go to Add ...
2
votes
1answer
1k views
Differences between gadget programming in Vista and Windows 7?
Besides the obvious fact that there's no sidebar in Windows 7, are there any differences in the way gadgets are put together? Anything I should look out for / resources I should read through?
Thanks!
...
1
vote
0answers
17 views
Convert HTML Webpage to a Windows Gadget
I wanted to convert a webpage to a Windows Gadget. Basically, the Webpage has nothing but 2 or 3 images & a countdown. I tried to do it but unfortunately the size of the gadget shrinked to like ...
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
87 views
Simple desktop gadget won't save its data between runs
I'm trying to write a very simple Windows 7 gadget, which is easy enough. But I can't get any of the data I'm saving with System.Gadget.Settings.write/read (writeString/readString) to persist between ...
1
vote
1answer
113 views
How to deal with evil? Validating user input before System.Shell.execute();
I'm using a API from Windows gadgets to launch URLs, but I know the destructive power about things like eval() and worst and more dangerous, the System.Shell.execute();
But after some research, I ...
1
vote
1answer
289 views
How can I write windows 7 desktop gadgets using c# & WPF?
I want to write a desktop gadget that will group icons on my desktop (using c# & WPF).
It will be a docked window that I can drag icons to it and they will stay their. Also there can be couple of ...