The windows-gadgets tag has no wiki summary.
2
votes
1answer
126 views
Scripting.FileSystemObject location (from JavaScript)
I have a file for my Windows sidebar gadget that stores some settings for the user, but the FSO object seems to pick its native residence as the desktop, meaning that if I don't specify a directory, ...
1
vote
2answers
53 views
Windows Gadgets: Why are settings deleted when my gadget is closed?
I'm currently in the development and testing phase of my gadget. I've noticed that for some reason, whenever my gadget is closed the settings I've saved are deleted. I'm sure because I've monitored ...
0
votes
0answers
44 views
Reading file contents from Windows gadget
I would like to create Windows Sidebar gadget which reads text file content, parses it content and presents it in nice form. Unfortunately I stuck in "reads text file content" part. I have no idea how ...
0
votes
1answer
85 views
Windows 7 gadget won't reload image
I'm new with Windows gadgets and I need some help. I want to make gadget which show
some information from network (game server status). I already achieved this with PHP, but we know gadgets does not ...
0
votes
1answer
71 views
How to prevent ajax caching
I'm created this class to fetch a file from web to check for new version using ajax,
this code run on a windows gadget, on IE8. But I'm having trouble because of the cache.
Theres a way to fix this ...
-1
votes
2answers
138 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 ...