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.
0
votes
1answer
18 views
Detecting which desktop gadgets are running on Windows 7 using C#
I need to detect which Windows 7 Gadgets are currently loaded. I know for a fact that the process they run within is "explorer.exe" and that the each gadget has a window class is called ...
0
votes
1answer
26 views
HTML page to windows gadget
I created a basic HTML5 page with some canvas drawing and third party meter gauge.
The page works well in browser.
I created a Windows 7 gadget out of it like given here: ...
0
votes
0answers
88 views
HTA/VBScript Windows Gadget stops on sleep and doesn't resume
I have a Windows Gadget I created that performs a function within a sub, which is timed (currently 10 seconds), it will check each 10 seconds then wait and loop and perform the function again, ...
0
votes
0answers
53 views
I am making a Windows Sidebar gadget..cant figure out why my code wont work
<body style="width:250px;height:250px;">
<div id="wrapper">
<p>
Latest jQuery Snipplr Snippets:
<ul id="jquery_snippets">
...
0
votes
0answers
87 views
How to call a dll function in html
I am trying to call a function of my dll , by the ActiveXObject my code works when i open the html file in IE (browser) but when i use that html file (for gadget development ) it return object error. ...
0
votes
0answers
81 views
Silverlight weather gadget
I'm a newbie to Silverlight. I'm creating a sidebar gadget (silverlight 5.0) that has a countdown timer and want to also show current weather conditions. Does anyone know of any examples of how to ...
0
votes
0answers
72 views
Silverlight Sidebar Gadget global variable
I'm making a sidebar gadget and I need to set a variable from a combo-box in the settings page. I need to make this variable a global variable so I can access it from other pages (docked, undocked ...
0
votes
0answers
51 views
linear-gradient in MS Desktop Gadget
I ran into a strange issue with Windows 7 + IE10. MS deprecated (http://msdn.microsoft.com/en-us/library/ie/hh801215(v=vs.85).aspx) the use of DXImageTransform in IE and now with IE10 update it is not ...
0
votes
0answers
18 views
Sidebar Gadget Settings: Unable to read saved settings
I'm currently developing a Windows 7 gadget, but I'm struggling with the settings.
Basically I have an iframe inside my widget. I want the user to be able to change the iframe source (point to a ...
0
votes
1answer
85 views
Windows Gadget Style Behavior in Different Programming Languages
I really don't know where to begin in approaching this problem, so I apologize in advance if this is a broad question.
I want to develop an application in a programming language (Maybe C#, Java, ...
1
vote
0answers
74 views
Auto-hide window to dock to Windows taskbar or other 3 edges
I have been tasked with developing an innovative tool this year. My idea is an auto-hide window that, regardless of what application is being used, sits permanently snapped to the Windows desktop (to ...
0
votes
1answer
249 views
Create Desktop Sidebar Gadget using Swing
I would like to create Gadget like Window 7 Calendar gadget.
Can I develop it using Java Swing or any other libraries or API's are available in Java for desktop gadget?
1
vote
2answers
186 views
How to build a desktop gadget for windows xp?
I want to build a desktop gadget for windows XP something like Desktop Sidebar
Is it possible to develop an application using WPF/silverlight in .net that can behave as a gadget to display ...
1
vote
1answer
129 views
Is it possible to create a desktop gadget in .net for windows XP?
Can someone throw some lights if it is possible to create a desktop gadget in .net for windows XP?
Thanks,
JP
0
votes
1answer
46 views
develop Windows 7 gadgets.Need to extract text from a website
I want to develop a Windows 7 gadgets in which I need to extract some text(to be specific a list) from a website.Is there any way to get this done using JavaScript?
How could i possible do it?
Is ...
0
votes
0answers
158 views
Delphi 5 for Win7 Gadgets?
I have a number of complex Delphi5 projects which I am considering upgrading. Could anyone tell me:
The earliest version of Delphi I would have to upgrade to in order to develop a gadget for ...
0
votes
0answers
75 views
How can return executed on cmd (by visual basic) to an element by javascript in windows sidebar gadget?
How can get returned text on executed cmd command in windows sidebar gadget same as something shown when I run "arp -a" command on windows command prompt (cmd).
I used method of ...
1
vote
0answers
149 views
Connect to Database and get results with windows 7 sidebar gadget
I have been looking into development for a windows 7 sidebar gadget. I have made a simple HelloWorld one purely to test that it works.
Basically, what I would like to do, is connect to a MySQL ...
1
vote
1answer
619 views
What can replace desktop gadget for Windows 8? [closed]
I was looking forward to use W8. I always assumed that 'live tiles' are direct analog of Android widgets - ie small self-sufficient app which shows its content entirely inside small screen area....
...
0
votes
1answer
73 views
Display information as gadget or winform NotifyIcon?
I am going to develop an application which will periodically query against an database and display the most updated scheduler/queue information for their product process.
My initial thought is that a ...
0
votes
0answers
55 views
Windows gadget wont work after xml.send;
I am trying to develop a simple windows gadget that will read an XML file and display the results. That's it, very simple.
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta ...
0
votes
2answers
149 views
How to Run Desktop Shortcuts Using Java? [closed]
I have shortcuts on my desktop: My Computer, Recycle bin, New Folder, Solitaire, Skype, Dell Netready, Games etc.
I started programming about three moths ago and I feel ok in HTML, but not Java. How ...
0
votes
0answers
93 views
Using Windows 7 Search Bar
I'm working on a project for work.
I'm making a simple windows 7 desktop gadget, it will have a search bar on it where the user will have the ability to choose what search engine they use for their ...
1
vote
3answers
100 views
Getting the text out of a different webpage through javascript
First of all hello everybody,
I'm new to this site but I still searched for 10 minutes and couldn't find an answer to my question so I'll ask it now.
I'm trying to create a sidebar gadget for ...
1
vote
3answers
438 views
What's the “gadget vulnerability”?
In a recent security advisory, Microsoft warns that "Vulnerabilities in Gadgets Could Allow Remote Code Execution":
An attacker who successfully exploited a Gadget vulnerability could run ...
0
votes
1answer
534 views
Website Iframe to windows 7 gadget
I have a website for my gadget files and I’ve made a windows 7 gadget with an iframe to connect to it. The problem that I’m having is that I need to somehow send a message using javascript. The best ...
0
votes
1answer
1k views
Windows Gadget - Text on transparent background
You see my problem on those text.
I need to know, can I have g:text or html text on a transparent background without the pink effect like picture.
Thanks
This is my code:
<g:background ...
0
votes
2answers
146 views
Installing windows gadget fails
At least I finished developing a new windows gadget.
I zipped it and removed the ".zip", so that it's a valid ".gadget"-file now.
When I execute this file the install-dialog pops up, i click "install" ...
0
votes
1answer
93 views
How do I make a GWT RPC call from a Windows gadget?
I created a Windows desktop gadget using GWT RPC but how could I make a remote call? The gadget may only run client part of code (javascript).
0
votes
1answer
100 views
GWT Windows gadget displayed incorrectly
I created a Windows gadget (Windows sidebar gadget) using GWT but it is displayed incorrectly. In IE it looks good, but gadget is shown as a small white box.
0
votes
1answer
137 views
Windows Gadget context menu
I my Gadget application i have an issue with showing standard gadget context menu. The problem caused because of silverlight control, when i click right button Silverligh control handle contextmenu ...
0
votes
2answers
540 views
Windows Gadget for Sharepoint 2007 List using SOAP, Javascript, C#, Webservices, jQuery
I am trying to develop a Gadget for Sharepoint 2007, which will authenticate a user and then fetch him a sharepoint list from a specific URL,
For the last 4 days I have been working on it and came ...
0
votes
1answer
356 views
Getting Data from a SOAP envelope
I am trying to populate a gadget with a sharepoint list, but I couldn't find any way or tutorial on google to help me with this, however I find this tutorial that is getting the XML feedbacks of a ...
0
votes
1answer
288 views
Getting List data using Javascript in a Vista Gadget
I am trying to get all list items of a sharepoint list using WebServices into a Windows 7 gadget, but I am not really sure how I can do that,
I find this code on google without any explanation, So I ...
0
votes
1answer
163 views
Sticky Note Gadget - Preserve Text Through Log-Out
I am working on a very simple sticky note gadget for Windows 7. Everything is works except every time I log out, the contents of the notes get flushed. What is the best way to preserve these contents ...
0
votes
1answer
315 views
What does Windows 7 use to render Desktop Gadgets, and why would I ever use “g:” tags?
This is really a two part question, but they're kinda related:
How does Windows 7 render Desktop Gadgets? I'm trying to style some of my HTML elements with CSS, but not everything behaves as ...
0
votes
0answers
89 views
How to package a windows vista sidebar gadget?
I've created a very simple windows vista sidebar gadget. It is contained in a folder named helloworld.gadget and has a XML Manifest and an HTML file.
I'm unsure how to package it in a way that ...
1
vote
1answer
179 views
Windows sidebar click event does not work
I use a click event in jQuery in my windows sidebar project that doesn't work in the sidebar (i don't think it's binded), but it works on a browser (even IE7). Here is a simple example from my project ...
2
votes
0answers
247 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 ...
2
votes
2answers
387 views
How to implement something like “Fences” [closed]
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 ...
1
vote
1answer
245 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
2answers
548 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 ...
0
votes
1answer
1k views
Convert a WinForms Application to a Windows Desktop Gadget
I have created a C# WinForms application and now I'd like to know if there is a way to somehow convert it so I could use it as desktop gadget.
I've searched a lot but couldn't find a satisfying ...
0
votes
1answer
110 views
How to use NPAPI plugin in Windows 7 Gadget?
Have a nice day!
How to use NPAPI plugin written on C++ in Windows 7 desktop gadget? Any examples or suggestions?
Thanks.
0
votes
1answer
210 views
Retaining values in Silverlight App on exit
Just as it says in the title of this question, I am trying to retain a Timespan value when the application is closed. Here's the situation...I am writing a Windows gadget, everytime the flyout window ...
1
vote
1answer
386 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 ...
0
votes
2answers
322 views
Why Does Settings And then Dock/Undock Break This Win 7 Desktop Gadget?
I've narrowed it down to hitting settings, then cancel or okay (no code handling settings events yet) and then attempting to hit the dock button predictably killing the gadget controls. I've tried all ...
-1
votes
2answers
560 views
Windows 7 gadgets, can you show them on top of other applications (like always on top)?
First I must say that I don't know windows gadgets or what are they capable of.
But I need something to do the following:
showing some info on the desktop of the user
if there is really important ...
6
votes
2answers
960 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 ...
0
votes
1answer
119 views
Firefox shows .gadget files in tab instead of downloading
I have a simple HTML file which references .gadget so that it can be downloaded:
<a href="name.gadget">Download me!</a>
IE, Opera, Safari and Chrome all offer saving file to disk, ...

