Skip to main content
Email Password   helpLost your password?

The source is also under SubVersion control at Google.

Introduction

This project is a C# .NET Compact Framework application that provides editing and viewing of ToDoLists created with .dan.g's ToDoList program, on a Pocket PC. This project is an example of the basics required for a .NET Compact Framework application and shows how to use XML, a tree control, and a tab control, as well as a good use for recursion.

Background

The original Pocket PC TodoListViewer was written by Kyle Tillman. He didn't have the time to add the features he wanted to, so I grabbed his project and have added some of the features we both wanted.

SIP

I had some fun getting my controls to acknowledge the SIP when it was displayed, but found the easiest way was to place them all in a top level panel and just resize that panel when the SIP was displayed/hidden. That top level panel would then resize its components and so on down the control tree.

The project is currently being developed using MS Visual Studio 2008 and Microsoft's .NET 2.0 SDK.

Known Issues

  1. Files not loading

    Issue: The application cannot load some ToDoList files created with older versions of the ToDoList program.

    Solution: Install the most recent version of the ToDoList program, load the ToDoList file, and save as a new file. This causes the XML to be upgraded and appears to fix the issue.

    Thanks To: Kyle Tillman.

  2. Fix display for landscape mode

    Issue: I need to re-arrange the layout of the screen when the device is in landscape mode.

    Solution: -

    Thanks To: -

  3. Details panel display

    Issue: When the Details panel is first displayed, the tabs are off the bottom of the screen.

    Solution: I'm still working on this issue. For now use the workaround.

    Workaround: Displaying and hiding the SIP moves the details up to the correct place.

    Thanks To: Andy Aspell-Clark.

Todo:

Date Added Description Date Completed
2nd Dec 2007 Fix Saving todolists.
10 Mar 2005 Make font size user selectable.
11 Apr 2005 Stop Details panel tabs appearing off screen.

Contact Information

You can contact me at aspellclark at yahoo.co.uk about this project. If you contact me at my normal e-mail address, please put [ToDoListPPC] in the Subject line.

Subversion

I have created a Google code repository for TodoListPPC, you can access it here.

Version History

You must Sign In to use this message board.
 
 
Per page   
 FirstPrevNext
GeneralHelp installing Pin
mclsm
22:05 10 Oct '09  
GeneralRe: Help installing Pin
foz1284
4:11 12 Oct '09  
GeneralNew version [modified] Pin
foz1284
5:57 21 May '09  
GeneralRe: New version Pin
Onesimus
12:20 11 Jun '09  
GeneralRe: New version Pin
foz1284
0:27 26 Aug '09  
GeneralRe: New version Pin
giovanne
12:21 4 Aug '09  
GeneralRe: New version Pin
foz1284
2:31 26 Aug '09  
GeneralWill this work on blackberries? Pin
s_abrar
8:44 7 Jun '08  
QuestionNot support NEW VERSION ... Pin
Member 3775859
6:56 17 Feb '08  
QuestionCan't see any tasks - help needed Pin
dzah
11:02 3 Feb '08  
Newslatest release Pin
Andy Aspell-Clark
5:23 15 Dec '07  
GeneralRe: latest release Pin
.dan.g.
19:51 10 Jan '08  
Generalbasic getting started guide ..? Pin
mojomuse
4:32 7 Nov '07  
GeneralRe: basic getting started guide ..? Pin
Michael Davey 1
21:01 24 Nov '07  
GeneralFont error Pin
moltra
6:40 27 Aug '07  
GeneralRe: Font error Pin
verithin
8:20 15 Nov '07  
GeneralHelp on the Landscape-issue Pin
daniellus
10:57 24 Jul '07  
QuestionCrashes on file read Pin
Rick Seenarine
9:45 26 Jun '07  
GeneralCrashes on Saving Pin
GoodTurn
10:09 17 Feb '07  
GeneralRe: Crashes on Saving Pin
Murray Elliot
2:03 8 May '07  
GeneralWhat ways of sorting do people want/need? Pin
Frans Postma
13:16 21 Dec '06  
GeneralRe: What ways of sorting do people want/need? Pin
Murray Elliot
2:00 8 May '07  
GeneralRe: What ways of sorting do people want/need? Pin
.dan.g.
14:30 15 May '07  
QuestionFails on latest Axim Pin
Don M
1:58 21 Nov '06  
AnswerRe: Fails on latest Axim Pin
Frans Postma
13:14 22 Nov '06  


Last Updated 6 Nov 2006 | Advertise | Privacy | Terms of Use | Copyright © CodeProject, 1999-2009