Archive

Posts Tagged ‘margu-NotebookInfo2’

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.2 of margu-NotebookInfo2

September 8th, 2009 margu 14 comments

A few changes and fixes beside some additions for this version.

Hopefully the problem with HP notebooks is fixed now.

Additions are a 2nd clock which can be used with different timezone and alarm. And now margu-NotebookInfo2 isn’t not only able to show usage of DualCore CPU anymore. Now you can show as many cores as you want (but not more than are in your computer :biggrin: ;) ).

As always you can find all needed here.

Neben einigen neuen Dingen gibt es auch Änderungen und Fehlerbehebungen in dieser Version.

Das Problem mit den HP Notebooks ist nun hoffentlich behoben.

Erweiterungen sind einerseits eine 2. Uhr die mit anderer Zeitzone und eigenem Alarm genutzt werden kann und dann ist margu-NotebookInfo2 nun in der Lage nicht mehr nur die Auslastung von DualCPUs anzuzeigen sondern jetzt für so viele Cores wie Du möchtest (natürlich nicht mehr als auch wirklich in Deinem Computer sind :biggrin: ;) ).

Wie immer findest Dualles nötige hier.


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.


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