There is a little bug in this release which makes the gadget a bit stuck all 10 to 15 seconds.
It is a timeout value which I set wrong. This will be fixed in next release.
If you want to fix it yourself for now, got to
C:\Users\<USER>\AppData\Local\Microsoft\Windows Sidebar\Gadgets\margu-NotebookInfo2.gadget\js\
folder (where <USER> is your username) and open the file gadget.js in your editor.
Search for the line
if (xrefDiff > 2) //after hibernate or suspend
(it is line 633) and replace the 2 with 120000.
Afterwards the line should look like
if (xrefDiff > 120000) //after hibernate or suspend
Then save the file and restart the sidebar.
Sorry for the bug. 🙂
Da ist ein kleiner Fehler in dieser Version wodurch das Gadget alle 10 bis 15 Sekunden für einen kleinen Moment hängen bleibt.
Es ist eine Timeout variable falsch gesetzt. Das wird im nächsten Release behoben sein.
Wenn Du es jetzt schonmal selbst korrigieren willst, gehe in den Ordner
C:\Benutzer\<USER>\AppData\Local\Microsoft\Windows Sidebar\Gadgets\margu-NotebookInfo2.gadget\js\
(dabei ist <USER> Dein Benutzername) und öffne die Datei gadget.js in Deinem Editor.
Suche nach der Zeile
if (xrefDiff > 2) //after hibernate or suspend
(es ist Zeile 633) und ersetze die 2 mit 120000.
Hinterher sollte die Zeile folgendermaßen aussehen
if (xrefDiff > 120000) //after hibernate or suspend
Dann speichere die Datei und starte die Sidebar neu.
Entschuldigt den Fehler. 🙂
Hey, thanks man for the classic WiFI bar option addition! Love it! 😀
I’ve changed the value now and it is inserted in the actual download 🙂
Ich habe das nun geändert und es ist im aktuellen Download enthalten 🙂