new: Version 2.2.0 of margu-NotebookInfo2

September 1st, 2009 margu 1 comment
Calendar margu-NotebookInfo2 2.2.0

Calendar margu-NotebookInfo2 2.2.0

A new release with a new module: Calendar.

The calendar can show the formats ISO(EU), US, Julian and Islamic. I put the last 2 formats in for religious people who need to know when for example “Ramadan” is.

On statusline you can see different information regarding your actual used format. On ISO and US you see on the down left the day of year of actual day. On Julian you see on the left the JulianDay and on the right the ModifiedJulianDay. If you use the Islamic calendar on the left you get shown the name of the actual day and on the right side the actual year.

If you do a mouse click on the down left information you can quick switch the calendar format and don’t have to go to the settings.

Hope you like it.

All other changes you’ll find as usual at the ChangeLog and the download on this side.

Eine neue Version mit einem neuen Modul: Kalender

Der Kalender kann die folgenden Kalenderformate anzeigen: ISO (EU), US, Julianisch und Islamisch. Die letzten beiden Formate habe ich für  User mit religiösem Hintergrund eingefügt, die z.B. wissen müssen wann “Ramadan” ist.

Auf der Statuszeile werden dem Kalenderformat entsprechend verschiedene Informationen angezeigt. Bei ISO und US wird unten links der aktuelle Tag des Jahres angezeigt. Beim Julianischen Kalender ist unten links der Julianische Tag und rechts der modifizierte Julianische Tag zu sehen. Nutzt Du den islamischen Kalender dann zeigt es Dir links den Namen des aktuellen Tages und rechts das aktuelle Jahr.

Mit einem Mausklick auf din Information unten links hast Du die Möglichkeit schnell den Kalender umzuschalten und mußt dafür nicht extra in die Settings gehen.

Ich hoffe es gefällt Euch.

Alle weiteren Änderungen findest Du wie immer im ChangeLog und den Download auf dieser Seite.

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

Bug in 2.1.2

August 13th, 2009 margu 1 comment

There is a bug in this version, which causes that the settings of the Gadget are lost with a restart of the compter. The error probably lies in the routine of the update-check. I will try to fix the bug as fast as possible.

Es ist ein Fehler in dieser Version, der dazu führt, daß die Einstellungen des Gadget bei einem Neustart des Computer verloren gehen.
Der Fehler liegt wohl in der Update Routine. Ich werde so schnell wie möglich versuchen den Fehler zu beheben.

Categories: NotebookInfo2 Tags: , ,

New: Version 2.1.2 of margu-NotebookInfo2

August 11th, 2009 margu No comments