Archive

Posts Tagged ‘margu-NotebookInfo2’

new: Version 2.2.0 of margu-NotebookInfo2

September 1st, 2009 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 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 No comments

New: Version 2.1.2 of margu-NotebookInfo2

August 11th, 2009 1 comment

New: Version 2.1.1 of margu-NotebookInfo2

August 4th, 2009 No comments

A few fixes and changes I’ve done in this release. The problem with remaining battery time if it is collected from Windows is nearly fixed. No problems if using Windows7 but working with Vista is hard, because Microsoft didn’t implement the System.Machine.PowerStatus.batteryCapacityRemaining in Vista for the sidebar. :wall:

I did a hack so now it works with Vista but stuck every 15 seconds. :(

If you check the box on the settings page for self calculating remaining batterytime all is working well.

As usual all changes you’ll find in changelog.


Ein paar Fehlerkorrekturen und Änderungen habe ich in dieser Version eingebaut. Das Problem mit der Restlaufzeit des Akku wenn der Wert aus Windows herausgeholt wird ist annähernd behoben. Unter Windows7 funktioniert alles tadellos, aber mit Vista ist es schwer, weil Microsoft wohl vergessen hat das System.Machine.PowerStatus.batteryCapacityRemaining in Vista für die Sidebar zu aktivieren. :wall:

Ich habe das nun notdürftig geflickt, so daß es unter Vista einigermaßen funktioniert, aber alle 15 Sekunden hängt das Gadget kurz. :(

Ganz ohne Probleme läuft alles, wenn in den Gadget Settings der Haken gesetzt wird, daß die Restlaufzeit vom Gadget berechnet werden soll.

Die Änderungen in dieser Version findest Du wie immer im Changelog.