Download the free trial version
Basic4android Video
Features
Tutorials and manuals
Showcase
Screenshots

Go Back   Android Development Forum - Basic4android > Basic4ppc (Windows Mobile) > Share Your Creations
Documentation Wiki Register Members List B4P Search Today's Posts Mark Forums Read

Share Your Creations Show your developed application to Basic4ppc community. Please include source code if possible.

ToDoTree Application

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-19-2008, 09:36 AM
specci48's Avatar
Basic4ppc Expert
 
Join Date: Apr 2007
Location: Germany
Posts: 1,057
Awards Showcase
Beta Tester Forum Contributer 
Total Awards: 2
Smile ToDoTree Application

Hi all,

this little application "ToDoTree" here was inspired by an palm os program named "Progect".
Not all features of the original progect are implemented here, because of some restrictions of the treeview, e.g. the checkboxes can not be switched on and off for each node individually.

The main feature of this program is ... surprisingly organising you todo's for different aereas.
You can deal with several ToDoTrees and configure each ToDoTree differently.
Each entry of a ToDoTree has a label, an optional duedate, priority and additional note. You can add, delete, copy, paste, and move an entry/a node around the whole tree (cut, copy and paste works even between different ToDoTrees). A search function is available and also a feature called "flat view" which acts like a filter for all entries.
If the tree has a lot of sub-levels you can select any node to be viewed as an own tree to get a better overview to those low-level entries.

The .zip file also contains a file icon-description.jpg explaining the meaning of the icon bar (it's not really an icon bar but it behaves like one). A further help file is currently not available but I added a tutorial-tree to get a better start to this app.

I hope you like this program, showing my way to deal with the possibilities of a treeview control.
And before I forget it: I'm not sure how many bugs are left so keep on searching...


specci48


Edit:
A german version of this app is available in the german subforum.
Attached Files
File Type: zip ToDoTree_3.3.zip (53.5 KB, 418 views)

Last edited by specci48 : 07-19-2008 at 10:00 AM.
Reply With Quote
  #2 (permalink)  
Old 07-19-2008, 03:21 PM
klaus's Avatar
Basic4ppc Expert
 
Join Date: Oct 2007
Location: Fully, Switzerland
Posts: 4,463
Awards Showcase
Forum Contributer Beta Tester Competition Winner 
Total Awards: 3
Default

Hi specci48,

Pretty nice application and good job !!!

Easy to use and well organized.

I have already compiled it and put it onto my PPC.
I am shure that it will be helpfull for many of us.

I will use in the next future, and give you some feedback.
I didn't have a close look at your source code yet, but for shure will do it. It would be very interesting to learn the use of the TreeView object which is not that easy.

Just 2 suggestions:
- Why not an international version instead of managing two separate source files for German and English?
If you are intrested in, it would be a pleasure for me to make the translation into French.
- Why not include the explanation image into the program ?

Nochmals Bravo und Beste Grüsse.
__________________
Klaus
Switzerland

Beginner's Guide / User's Guide

Last edited by klaus : 02-15-2009 at 07:22 AM.
Reply With Quote
  #3 (permalink)  
Old 07-19-2008, 04:12 PM
Erel's Avatar
Administrator
 
Join Date: Apr 2007
Posts: 15,734
Awards Showcase
Basic4ppc Founder 
Total Awards: 1
Default

Looks great
Reply With Quote
  #4 (permalink)  
Old 07-20-2008, 09:39 AM
specci48's Avatar
Basic4ppc Expert
 
Join Date: Apr 2007
Location: Germany
Posts: 1,057
Awards Showcase
Beta Tester Forum Contributer 
Total Awards: 2
Default

Quote:
Originally Posted by klaus View Post
- Why not an international version instead of managing two separate source files for German and English?
This might be a good idea if you really want to distibute a program but if you want to keep it small and fast, these features slow down the program start and occupies more space on your device. That's very important if you have a slow and small device like mine...

Quote:
If you are intrested in, it would be a pleasure for me to make the translation into French.
If you want, just keep on going. I provided the source code so eveybody should be able to change it to it's own language. But as I don't speak french, I'm not able to support this in possible further versions.

Quote:
- Why not include the explanation image into the program ?
See above... In my view the image is not necessary to run the program so you shouldn't force a user to install it. The solution maybe a separate html-help file which can be called directly from the program but as i already said I haven't done this yet.

Trotzdem Danke für die Anregungen!
specci48
Reply With Quote
  #5 (permalink)  
Old 08-21-2008, 05:25 PM
klaus's Avatar
Basic4ppc Expert
 
Join Date: Oct 2007
Location: Fully, Switzerland
Posts: 4,463
Awards Showcase
Forum Contributer Beta Tester Competition Winner 
Total Awards: 3
Default

Hi specci48,

I have been using your program for a wile now, I still like it, use it and find it really usefull.

Just two suggestions:
- Directly incorporate the icon in the IDE, I had to choose it for the compilation.
- It would be useful that the user could choose the directory where to save the trees. For my use I changed it in the source, because I like to have the trees in a common directory for both the PPC and the desktop.

Thank's for this program and Best regards.
__________________
Klaus
Switzerland

Beginner's Guide / User's Guide
Reply With Quote
  #6 (permalink)  
Old 08-21-2008, 09:10 PM
specci48's Avatar
Basic4ppc Expert
 
Join Date: Apr 2007
Location: Germany
Posts: 1,057
Awards Showcase
Beta Tester Forum Contributer 
Total Awards: 2
Default

Hello Klaus,
Quote:
Originally Posted by klaus View Post
- Directly incorporate the icon in the IDE, I had to choose it for the compilation.
I normally incoporate the icon to all my applications by default. Unfortunately the IDE looses this connection sometimes for unknown reason. Happend to me on other applications, too.

Quote:
- It would be useful that the user could choose the directory where to save the trees.
Good idea but there is no (simple) folder chooser available for the device. Do you think it would be practical to set this option manually in the config file?


specci48
Reply With Quote
  #7 (permalink)  
Old 08-22-2008, 06:04 AM
klaus's Avatar
Basic4ppc Expert
 
Join Date: Oct 2007
Location: Fully, Switzerland
Posts: 4,463
Awards Showcase
Forum Contributer Beta Tester Competition Winner 
Total Awards: 3
Default

For me there would be no problem to enter the default directory manually the first time running the program. Because choosing a default directory is normally done once at the beginning and remains the same.
You can leave the default directories you have in the code and the user can modyfy those if he wants to.

Best regrads.
__________________
Klaus
Switzerland

Beginner's Guide / User's Guide
Reply With Quote
  #8 (permalink)  
Old 12-05-2009, 10:32 PM
Newbie
 
Join Date: Nov 2009
Posts: 3
Default

Awesome work! Thank you for posting this!
Reply With Quote
  #9 (permalink)  
Old 01-13-2010, 04:13 PM
Junior Member
 
Join Date: Oct 2009
Location: London
Posts: 43
Default

Hi, when I run this on my device (compile autoscale) HTC Touch Pro (480x800) the table with the tree in does not autoscale, so only takes up a 1/4 of the screen - is this a compiler issue rather than a code issue? I was going to edit the code to move the buttons and things based on scree size to work better with my device but not sure how to solve this problem.
Attached Images
File Type: jpg problem.jpg (38.9 KB, 53 views)
Reply With Quote
  #10 (permalink)  
Old 01-13-2010, 05:31 PM
klaus's Avatar
Basic4ppc Expert
 
Join Date: Oct 2007
Location: Fully, Switzerland
Posts: 4,463
Awards Showcase
Forum Contributer Beta Tester Competition Winner 
Total Awards: 3
Default

Hi Simontelescopium,

Are you shure that you have the latest ControlsEx library ?

I didn't remember having had problems with specci's program, so I just downloaded the soure code from the forum, optimize compiled it and it works perfectly. Attached a screenshot.

I regulary use specci's program and have a htc Touch HD version, but with the texts in french. If you are interested in, I can upload it. Attached a screenshot.

Best regards.
Attached Images
File Type: jpg ToDoTree1.JPG (27.6 KB, 47 views)
File Type: jpg ToDoTree2.JPG (30.4 KB, 55 views)
__________________
Klaus
Switzerland

Beginner's Guide / User's Guide
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Application Name kawawong Questions (Windows Mobile) 8 05-18-2012 11:37 AM
GPS application - Part I Erel Tutorials 22 09-11-2010 10:07 AM
My first application Erel Tutorials 16 04-18-2010 08:09 PM
ToDoTree (deutsch) specci48 German Forum 7 07-25-2008 08:34 PM
DB Application scott93727 Share Your Creations 0 05-02-2007 05:24 AM


All times are GMT. The time now is 11:58 AM.


Powered by vBulletin® Version 3.6.12
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0