Comment #4 Saturday, October 23, 2004 1:08 AM
flipdoubt> Thanks !
Writing that kind of docklet is not that hard, it just can take a long time reading MSDN about GDI+ and Win32. BTW, the source code is included if you want to take a look.
AS for your suggestions, those were already on my Todo list . The task overdue reminder idea is great though.
Comment #5 Saturday, October 23, 2004 10:51 AM
Color* background = new Color but no matching delete background
Maybe you should consider having the Color object on the stack, rather than on the heap, or using std::auto_ptr .
Also, you should only use the GDI DeleteObject() on GDI objects, not on GDI+ Bitmaps
For the rest, really nice work
Comment #6 Saturday, October 23, 2004 7:41 PM
TN Brat> Date picker, task overdue reminder and predefined tasks coming soon...
Comment #7 Sunday, October 24, 2004 12:49 AM
Comment #9 Monday, October 25, 2004 11:18 AM
Comment #11 Tuesday, October 26, 2004 4:43 PM
Feel free to give suggestions or things you would like to see in it.
sapphy367> You need to add another TodoList docklet for each task.
Comment #12 Tuesday, October 26, 2004 11:45 PM
but, its very nice... clean and simple... thanks
Comment #14 Wednesday, October 27, 2004 3:48 PM
The only thing I would really like for it to have maybe is a message box that displays on startup or some configurable time to alert the user to which notes are due soon. It would probably be the ultimate docklet with that...someday...
Comment #15 Wednesday, October 27, 2004 3:51 PM
Comment #16 Thursday, October 28, 2004 1:23 AM
Comment #17 Thursday, October 28, 2004 5:48 PM
Comment #18 Thursday, October 28, 2004 5:49 PM
Comment #19 Friday, October 29, 2004 12:37 PM
Comment #20 Friday, October 29, 2004 4:25 PM
Please login to comment and/or vote for this skin.
Welcome Guest! Please take the time to register with us.
There are many great features available to you once you register, including:
- Richer content, access to many features that are disabled for guests like commenting on the forums and downloading files.
- Access to a great community, with a massive database of many, many areas of interest.
- Access to contests & subscription offers like exclusive emails.
- It's simple, and FREE!
Comment #1 Monday, October 18, 2004 3:17 PM