본문 바로가기

카테고리 없음

Windows 7 Gadgets Stopped Working

My Desktop Gadgets in a new Windows 7 installation was working fine and I had placed an analog clock and a calendar on my desktop. They were functioning fine through a few new installations and lots of Windows Update installations. Even after restarting a couple more times after installing NOD32 anti-virus, the clock and calendar were still.

Windows

There are two semicolon errors. They most likely occurred during your improvement of the script and the semicolon got moved. Line 14 does not need a semicolon, but Line 44 does.Line 14: 13: fetchinfo;14: Line 44: 44: ;45: ajax.send(null);46: As for Debugging Scripts, I use the built in browser developer tools Like F12 in IE or Developer Tools in Chrome. When I was making my Gadget, I tested all the scripts with a basic webpage so that I could watch the browser javascript console.is also helpful. However, I select the following options when using it:Assume Windows, Tolerate unused parameters, Tolerate missing 'use strict' pragma, Tolerate many var statements per function, and Tolerate messy white space. Else JSLint will go crazy on your script over things that do not matter. Hope this helps.Also if you have Visual Studio you can use its script debugger.

Windows 7 Desktop Gadgets Stopped Working

Explorer

Windows 7 Desktop Gadgets Stopped Working

Here is an article explaining how.