TkOrganizer - Version 1.0 While many organizer/reminder type utilities exist for Windows platforms, most unix users are limited to very few. This program is very useful for maintaining information for any particular day of the year (for any year). It begins by displaying the current month, and clicking on a day will pop up an edit dialog for entering/changing/deleting information. It also displays an overview of the current year. This is the first release and, as such, contains a couple of limitations. They are: - it uses an hourly alarm to check if the day has changed so it can update the display. (the current day is always highlighted) - it requires the tclX extension for alarm handling. (optional - see note) - it only runs on unix platforms (needs 'cal' for month info) Note that, with minor modifications, the tclX package would NOT be required. I originally used the 'after' command instead of alarms because I felt that alarms seemed more stable. The areas requiring modification are commented in the code (x lines). TkOrganizer has been tested on HP-UX with tcl7.6/tk4.2 and tcl8.0/tk8.0. If you have any queries or comments, I can be reached at: Joe Johnson (joej@aldiscon.ie)