Comments24
Join the community to add your comment. Already a deviant? Log In

There is a little bug in the oneDrive Gadget-in a other version you can open the data medium with a doubleclick on the background.This doesn't work here but it's not a big problem - change in the JavaScript ''function loadmain''.Under 'background.onclick = executeDrive;' write : background.doubleclick = openDrive; -then it work if you doubleclick on the progressbar

clicking the background on transparent gadgets does not work, not a bug, ask microsoft why ..
clicking the non transparent areas does work, for the onedrive gadget that would be the progress bar.
there is also a visual guide provided in the pack which shows you the clickable areas on the transparent gadgets.
Grtz,
Gersma
clicking the non transparent areas does work, for the onedrive gadget that would be the progress bar.
there is also a visual guide provided in the pack which shows you the clickable areas on the transparent gadgets.
Grtz,
Gersma

Hy Gersma.
You're right.The crazy is,in my first Java script I make a mistake and suddenly it work-but only the function 'open the explorer' but not the 'refresh task'....it's really crazy..if I write the script correct:
"background.ondblclick = executeDrive;" (I like open it with double-click) the 'refresh task' work but the 'open explorer' not,also not on the progress-bar.
In the first I think it have to do because I used Vista,but on the msdn side I read there is no different...real buggy.
Anyway you make a nice work
You're right.The crazy is,in my first Java script I make a mistake and suddenly it work-but only the function 'open the explorer' but not the 'refresh task'....it's really crazy..if I write the script correct:
"background.ondblclick = executeDrive;" (I like open it with double-click) the 'refresh task' work but the 'open explorer' not,also not on the progress-bar.
In the first I think it have to do because I used Vista,but on the msdn side I read there is no different...real buggy.
Anyway you make a nice work


I have problems with the radio application (yes, i have version 1.4) on windows 7. Every time I change the channel or stop the radio stream and later view the stream, the CPU both CPUs overflow (100% load). The only way to stop this is to stop the gadgets and restart it. It would be awesome if you could fix the problem.

thats a program i wrote, its called 2screens. It acts as a desktop extender, basicly switching on your second screen (if you have one) and putting it on a predefined location (topleft, top right, bottom etc ..) and this way you can enable it where the screen physicly stands on your desk ! you can do this through your video card settings, but my program does in one mouseclick ..
Join the community to add your comment. Already a deviant? Log In