Archive

Posts Tagged ‘gadget’

New: margu-NotebookInfo2 Version 2.2.4

June 8th, 2010 margu 14 comments

Only a small update because I’m heavy employed the last month.

This update adds support for danish and hungarian language. Further you can add parameters to program calls for the calendar app.

As usual you can download the update on my Download Page.


new: Version 2.2.1 of margu-NotebookInfo2

September 2nd, 2009 margu 11 comments

Because of a little problem with script comprimizing I used for version 2.2.0 to make the gadgets size smaller, some Win7 users have had problems with the powerplan module. Under some circumstances it won’t shown but a blank spot instead.

This should be fixed now.

Durch ein kleines Problem mit der Script Komprimierung die ich für die Version 2.2.0 nutzte um die Größe des Gadget zu verringern, hatte ein paar Win7 User Probleme mit dem Energiesparplan Modul. Unter bestimmten Umständen bekamen sie nichts angezeigt und das Modul blieb leer.

Das sollte nun behoben sein.


Little bug in 2.1.3

August 14th, 2009 margu 2 comments

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. :)

New: Version 2.1.3 of margu-NotebookInfo2

August 14th, 2009 margu No comments

New: Version 2.1.2 of margu-NotebookInfo2

August 11th, 2009 margu No comments