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.

MyLists V1

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-10-2010, 04:28 PM
Junior Member
 
Join Date: Oct 2009
Location: London
Posts: 43
Default MyLists V1

Hi here is ‘MyLists’ it is a to-do tree based on the fantastic ToDoTree3.3 by Specci

Source and all files can be found here itslifejim - files
Additional features include…
- Icons in the treeview object, these can be selected from a list by the user or system generated based on things like due date, priority etc.
- Drawing note type drawings and external images can be imported as a note type
- View note shows the icon and can be used for quick edits of note text, the view note buton only shows if there is a note to view.
- Wide screen – it should work in standard screens but I have not checked it.
- Choice of directory on PPC (I prefer the note to be on the storage card in the program folder)

Known Bugs:
- Problem when drawing lots of shapes the shapes slowly become blurred.
- Problem with editing an image on the desktop – works fine on the phone but - I get an exception when debugging on the desktop

To Do:
- Implement icons on flat view
- Fix bugs
- Custom icons based on a directory
- Icon editor
- Web address type note
- Voice note
- Alerts on load for what is red/amber
- Save changes to defaults for long, medium and short tasks
Attached Images
File Type: jpg ScreenShot046.jpg (16.5 KB, 119 views)
File Type: jpg ScreenShot049.jpg (17.5 KB, 81 views)
File Type: jpg ScreenShot048.jpg (18.5 KB, 81 views)
File Type: jpg ScreenShot047.jpg (14.2 KB, 77 views)

Last edited by Simontelescopium : 03-10-2010 at 09:37 PM. Reason: added screen shots
Reply With Quote
  #2 (permalink)  
Old 03-11-2010, 02:20 PM
derez's Avatar
Basic4ppc Expert
 
Join Date: May 2007
Posts: 918
Awards Showcase
Beta Tester Competition Winner 
Total Awards: 2
Default

Looks very nice.

Have you checked if http://www.basic4ppc.com/forum/addit...html#post32181 can help or improve the use of tree ?

with it you have a Tag attached to each node item so search can be much simpler, and also you can shape each item separately (color, font etc.).
__________________
David Erez
Ramat Hasharon, Israel
Reply With Quote
  #3 (permalink)  
Old 03-11-2010, 02:51 PM
Junior Member
 
Join Date: Oct 2009
Location: London
Posts: 43
Default

Yes, considered treeviewplus, it is in the todo list (although not the one i published in the post!), but I found out about treeviewplus too late in the development and specci48 has extensivley used the imageindex as the ID key so backing all this out and splitting ID's and image indexes in the existing code requires enough 'quiet' time in a single session to implement - and I don't have the time at the moment - I like the idea of different size fonts and different colours that treeviewplus also allows so I will get round to it and the code will be more streamlined as a result - I have some compromises in how I have shoe-horned icons into the code that I wouldn't need with treeviewplus.

I also have some code that will allow me to create icons on the fly - which I currently don't do because I was worried about speed - and still have a lot to learn about creating new bitmap objects on the fly...
Reply With Quote
  #4 (permalink)  
Old 03-11-2010, 04:02 PM
specci48's Avatar
Basic4ppc Expert
 
Join Date: Apr 2007
Location: Germany
Posts: 993
Awards Showcase
Beta Tester Forum Contributer 
Total Awards: 2
Default

A well done improvement of "my" first steps dealing with a treeview. I really like the possibility to add different icons to every node
As I developed the ToDoTree with basic4ppc 4.0, none of the beautiful image libraries were available.

Quote:
Originally Posted by Simontelescopium View Post
... has extensivley used the imageindex as the ID key ...


And a personal wish for your "To Do":
- reactivate the possibility to show the due date in a short or long form (or I will reimplement this one for myself )


specci48
Reply With Quote
  #5 (permalink)  
Old 03-12-2010, 11:26 AM
Junior Member
 
Join Date: Oct 2009
Location: London
Posts: 43
Default

Quote:
Originally Posted by specci48 View Post
And a personal wish for your "To Do":
- reactivate the possibility to show the due date in a short or long form (or I will reimplement this one for myself )

specci48
I feel compelled to do this Specci48, I'll add back to the next version in honor of your original on which this is based. However also note that the icon colour will change if the due date gets close - I will make this configurable in the next version, currently it is set to go red if the due date>Now and amber if due date+3>now and blue if complete

Last edited by Simontelescopium : 03-12-2010 at 11:45 AM.
Reply With Quote
  #6 (permalink)  
Old 03-17-2010, 11:10 PM
Junior Member
 
Join Date: Oct 2009
Location: London
Posts: 43
Default

V1.42 - For Specci48

I have added back in due dates on the tasks and note type on the tasks.

1) Due dates
- if selected in global options the due date (dd/mm) will be displayed on all tasks
- if a system icon is used and the task is overdue the system icon goes red (no change) but if a custom icon is used I show '!' like ToDoTree3.3

2) Task Type
- if a system icon isn't used and the global option is set I show a hint that there is a text or drawing (different character for each)

Get it here
Reply With Quote
  #7 (permalink)  
Old 03-18-2010, 10:20 AM
specci48's Avatar
Basic4ppc Expert
 
Join Date: Apr 2007
Location: Germany
Posts: 993
Awards Showcase
Beta Tester Forum Contributer 
Total Awards: 2
Default

Quote:
Originally Posted by Simontelescopium View Post
V1.42 - For Specci48


specci48
Reply With Quote
  #8 (permalink)  
Old 03-18-2010, 12:09 PM
Filippo's Avatar
Basic4ppc Expert
 
Join Date: May 2007
Location: Schwäb. Gmünd, Germany
Posts: 906
Awards Showcase
Beta Tester 
Total Awards: 1
Default

Hi Simontelescopium,



the *.dll and *.cs files should not be included in the zip file!


Ciao,
Filippo
__________________
PPC: MDA Pro, 2GB SD
Device: HTC Desire , Android 2.2
______________________
Reply With Quote
  #9 (permalink)  
Old 03-19-2010, 12:57 PM
Junior Member
 
Join Date: Oct 2009
Location: London
Posts: 43
Default

Quote:
Originally Posted by Filippo View Post
Hi Simontelescopium,



the *.dll and *.cs files should not be included in the zip file!


Ciao,
Filippo
Er ok sorry I have updated the zip and removed

Last edited by Simontelescopium : 03-19-2010 at 01:42 PM.
Reply With Quote
  #10 (permalink)  
Old 05-06-2010, 09:24 AM
snoman's Avatar
Junior Member
 
Join Date: Nov 2008
Posts: 10
Default

My respect and thanks to specci48 and Simontelescopium for developing this really good ToDo List Manager!

My 2ct: most ppc-based todo list managers (well, actually there arent not that much good ones...) lacks possibilities to export the data into Desktop tools like FreeMind, AbstractSpoons' ToDoList or MindJet etc.

My overall ToDo item handling wish is: document/store the ToDos with a caregory and project context in the Mobile as easy and simple as possible and transfer it onto the desktop for further handling and updating. Main bain in the .... is that tools comonly use their own propretary file format for storage. I know, there are several solutions possible via XSLT (I learnt that through ToDoList by ApstractSpoon) but these converting tasks allways need an extra step on the desktop and an extra piece of software and this software must exist for the used OS...

Question: is it possible to generate an export or switch the standard save format of MyListsV1 i.e. into the freemind format or AbstractSpoon's ToDoList format? Both are XML-based and I could assist in the transformation rules creation but unfort. not in the development proess itself.

Thanks 3 sharing u thoughts.

so short
snoman
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


All times are GMT. The time now is 09:40 PM.


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