Tag Archive for '.NET'

MovieMatic Version 1.2.0

Für alle Filmsammler und Ordnungsfreaks gibt es ab sofort eine neue Version meiner Verwaltungssoftware für Filmsammlungen (MovieMatic) unter www.toenda.com/moviematic zum downloaden. Die aktuelle Version ist 1.2.0.

Neue Features:

  • Es wurden einige Fehler beim Wikipedia-Import behoben.
  • Ein Versionsprüfer wurde integriert, dieser prüft bei jedem Programmstart ob es eine neue Version gibt.

Direkt Download zum aktualisieren oder installieren (und mit Microsoft SQL Server Express Edition).

MovieMatic Version 1.1.9

Für alle Filmsammler und Ordnungsfreaks gibt es ab sofort eine neue Version meiner Verwaltungssoftware für Filmsammlungen (MovieMatic) unter www.toenda.com/moviematic zum downloaden. Die aktuelle Version ist 1.1.9.

Neue Features:

  • Import eines Filmes direkt aus Wikipedia (Deutschland) heraus und Übernahme der Daten in den Filmdialog. Damit können Sie schnell neue Filme in Ihre Datenbank hinzufügen.
  • Der Filmdialog ist nun weitestgehends per Tastatur bedienbar.
  • Filme ohne zugeordnete Personen können nun in einem eigenen Fenster angeschaut werden, damit man schnell sehen kann, wo noch Daten fehlen.

Direkt Download zum aktualisieren oder installieren (und mit Microsoft SQL Server Express Edition).

MovieMatic Version 1.1.8

Nicht mehr ganz aktuell, aber immer noch neu…

Für alle Filmsammler und Ordnungsfreaks gibt es ab sofort eine neue Version meiner Verwaltungssoftware für Filmsammlungen (MovieMatic) unter www.toenda.com/moviematic zum downloaden. Die aktuelle Version ist 1.1.8.

Direkt Download zum aktualisieren oder installieren (und mit Microsoft SQL Server Express Edition).

Neue MovieMatic Version

Für alle Filmsammler und Ordnungsfreaks, ab sofort gibt es eine aktualisierte Version meiner Verwaltungssoftware für Filmsammlungen (MovieMatic) unter www.toenda.com/moviematic zum downloaden. Die aktuelle Version ist 1.1.6.

Direkt Download zum aktualisieren oder installieren (und mit Microsoft SQL Server Express Edition).

AODL – The .NET Interface for ODF files

In my spare free time im working on a simple movie database to have a sortable collection list of my movies. Hitherto i’ve do that with the Spreadsheet of OpenOffice.
After some time of development i’ve finished a first betaversion of my tool and starts to work on a importer.
The best way to import ODF files is to extract the content files fromt the zip-encoded files and read the xml. This steps were already done by the OpenOffice team and somebody has implement this steps in a .NET interface library. I’ve found this project (AODL, Sourceforge) and starts to working with it. Bug it has a bad bug.
I have a big table with many cells in many rows, but some of this cell – also severals side by side – are empty. And OpenOffice creates on this empty cells a XML attribute called “table:number-columns-repeated” which descripes how many copies of this cells came after this one.
The AODL assembly do’snt has this attribute calculation implemented so that if’ve sit down and do that. So, here’s the bugfix and the assembly.

Link: Download