First of all. To avoid possible naming conflicts to existing software, I decided to rename my little app to "AHK ToDo-List". Second thing is, I deleted the code from this post cause I found it rather difficult to update it all the time. I discovered that PSPad has an excellent "export" function that generates wonderful colored xhtml code out of your scripts. Therefore I created a little website on my autohotkey.net account. You can find it here:
AGermanUser's AHK ToDo-List
There you can find the script code which was listed here before.
The following is a screenshot under W2k. I don't know how this will look like under Luna Desktop and XP.
Take a look if you want, or post any errors you find.
I zipped all .ahk scripts and the used icons to the following file
[ToDo_v040.zip]
Recent Changes:
04 September 2005 00:54
Renamed variable "GuiIsMinimized" to "GuiIsNotMinimized" in Gui1 (for better understanding).
Added MinimizeToTray capability.
Ideas now have their own icon, because they don't need a deadline (and therefore not 3 different colored icons).
Changed the buttons at the bottom to icon buttons and put them above the listview.
Added ToolTips for the Icon Buttons.
thx to corrupt for his graphic buttons - details under
http://www.autohotkey.com/forum/viewtopic.php?t=4047
thx to Rajat for his tooltip example - details under
http://www.autohotkey.com/forum/viewtopic.php?t=2891
20 July 2005 21:20
BtnMoveEntryToOtherList didn't capture the comment - fixed
Further details found under 'Changelog' on the website