Sunday, May 24, 2009

Another bug!

Well, as has become a tradition with GradeL releases, right after I get a new release out I discover another bug. This one will be obvious to anyone that uses GradeL to track student attendance. The column headers will appear two pixels higher than they should. Users who download the source package could patch the problem by editing line 919 of frmGradeL.class. The line should read:
temppb.Y = MAIN_Y + 1
instead of:
temppb.Y = 26
Of course, the fix will be included in the next release, which will now be sooner than expected.

Take care!

GradeL 0.11.1 released.

The bug in the 0.11.0 packages is fixed and the new 0.11.1 packages are available from SourceForge here.

Problem with 0.11.0 packages

Apparently, there is an important file missing in both the .deb and source packages that I uploaded to SourceForge back in February. A user reported an error when trying to create a "Marking Period Student Progress" report from the report menu. A GUI form file named StudentReportForm.form was mistakenly left out of the packages and prevents the report from being generated. A fix is in the works and will be available soon.

Keep the bug reports coming!