[app] iAgenda 0.495 (Update May 26, 2010) Finger-friendly Calendar and Tasks - Windows Mobile Software Development

Project stopped (temporarily?)
Because my phone broke, I decided to get an Android phone, and am not sure if/when I'll continue this project. (see post 130). Sorry
Previously at http://forum.xda-developers.com/showthread.php?t=515903 Since the original developer seems to have abandoned this project, I'm starting a new thread and continuing the development.
Main webpage: http://sites.google.com/site/iappsdevteam/Home/applications/iagenda
As per request, I'll upload new versions as they are developed, even if only minor. That also means, there is an increased risk of system crashes.
Download: Below and https://sites.google.com/site/iappsdevteam/Home/applications/iagenda
Version 0.494 May 26, 2010
Part of the edit screen is working.
Version 0.49 April 14, 2010
Added weekday to group headers
New default skin by Livven
Option in Settings to choose start screen
Added enable checkbox to Settings for those who have issues with the checkboxes crashing
Tried another bugfix for the checkbox (please let me know if it works)
Earlier versions
Bugfix (I hope) for allday appointments showing on two days(edit 4/19/10: still not working quite right).
Reintroduced sorting of tasks
Reintroduced timefilter for appointments (be aware though that if you have a lot of recurring appointments, setting the filter to 1 year, could take quite a time to load - Please give me feedback.
Tasks with a start date before today will show in Agenda view
Recurring appointments will show for the next 31 days (yearly recurring will show next 365 days)
Multiday appointments will show on all days in the appointment screen
Categories are shown on the edit screen
Even with large number of repeating appointments, the list should refresh relatively fast.
Tasks completed today will show with a check.
Program is no longer using caches for data, which means that every time it's opened, current data is used.
Recurring appointments: Will show yearly recurring appointments for the following year with the number of recurrences (mainly to see age for birthdays), and other recurring appointment for the next month.
It's now possible to mark items complete on the main lists.
Improved filtering and sorting
Bottom bar for calendar shows current date
Version 0.4: http://forum.xda-developers.com/showpost.php?p=3789949&postcount=1 or http://sites.google.com/site/iappsdevteam/Home/applications/iagenda
Overview of iAgenda:
iAgenda is a finger-friendly appointments and tasks viewer for Windows Mobile PocketPC phones (all resolutions). It's easily skinnable, intuitive, and can be used instead of the standard Windows Mobile Pocket Outlook Calendar.
It is based on iContact (supbro version) source code, available here:
http://supware.net/iContact
iContact is used as a "scrollable framework" for applications that have the same look and feel. Program is written in C++.
iAgenda has the usual 5 buttons interface:
all appointments
all tasks
agenda view (today's appointments and tasks)
settings
search calendar
iAgenda can be localized. The default is "english.lng", which can be used as a base for translations. Other languages:
Czech (it's a little unclear if this works, one person says no, so please let me know)
Dutch
French
German
Greek
Hungarian
Italian
Norwegian
Romanian it's a little unclear if any of these two files for Romanian works.
Romanian_diacritics
Russian
Spanish
Language files be found here http://sites.google.com/site/iappsdevteam/Home/applications/iagenda/languages. If you have other language translations, you can submit them in this thread and I'll add them to the web page.
The source code is available through Svn at GoogleCode:
http://code.google.com/p/iagenda/
Skins can be found here: http://sites.google.com/site/iappsdevteam/Home/applications/iagenda/skins. See below for an example.
Current plans:
Option to reverse direction of slide.
Improve the settings integration.
Finger friendly edit screen.
Other todo items can be found here: http://sites.google.com/site/iappsdevteam/Home/todo-s/iagenda.
Keep the suggestions coming.
http://sites.google.com/site/iappsdevteam/Home/applications/iagenda

Wow, great! I'll definitely follow the development of this .
I'm just working on some skins for iContact and iAgenda too! If you need some graphics just tell me, I'm willing to help.

exciting.
I will be following your progress. good luck... ...and may the force be with you- always.

Nice one. Will follow this development. Thanks for the effort.

Does this work on a qvga device? if not can you please release a qvga version?

It works on all resolutions.

Graphics help anyone?
I'm working on the code for being able to complete tasks on the main pages. In order to have it look nice, the icon for favorites (a star in the default theme), needs to be replaced with checkboxes (empty and checked). I did something preliminary, but it looks pretty bad.
So if someone wants to help that would be great. I've attached the default skin file.
If possible, it would be great if they would be transparent.
Also everyone skinning, should be aware of this, so they make the proper icons in the skin file.
Additionally, the settings icon is the same as for iContact. Anyone want to help me there? File attached.

A preview of the default.png is attached, but it's automatically compressed so I attached a ZIP as well. Is the blue okay or do you want it in green?
I did not make new icons, perhaps later.

Livven said:
A preview of the default.png is attached, but it's automatically compressed so I attached a ZIP as well. Is the blue okay or do you want it in green?
I did not make new icons, perhaps later.
Click to expand...
Click to collapse
Thank you, it looks great! I'm not much for green, so blue or red is fine with me.

Livven said:
It works on all resolutions.
Click to expand...
Click to collapse
Thanks for the info.

Here is the greek language for 0.4 version.
P.S
Where is the link for update Jan. 20, 2010 download?
In given links there is only 16 May 2009 version

dancer_69 said:
Here is the greek language for 0.4 version.
P.S
Where is the link for update Jan. 20, 2010 download?
In given links there is only 16 May 2009 version
Click to expand...
Click to collapse
Thanks for the translation! I'll put it on the web page.
If you read the first post, it only says I've started working on it, there is no new version yet. I thought I might have a version out before the weekend, but realized a bug had been introduced in a revision I wasn't aware of until now, so it might take a little longer to get rid of it.
Otherwise the code for checking off items on the main page is partially ready.
However, I have a question: The list is filtered so that only incomplete items are shown, so when a task is checked complete, it immediately disappears from the list. Until I change the filtering code, would it be acceptable to have a message box (like currently) when you are asked to confirm completing? Or should I just wait with the release until I rewrite the filtering code, so that completed items will be seen on the list with a checkmark?

Awesome! Anyone know how to make this the default calendar application?

Izrun said:
Awesome!
Click to expand...
Click to collapse
Thanks!
Anyone know how to make this the default calendar application?
Click to expand...
Click to collapse
See the iAgenda FAQ web page
https://sites.google.com/site/iappsdevteam/Home/faq/iagenda-faqs

I am looking forward to see a HTC Style Agenda app~~

ajige said:
Until I change the filtering code, would it be acceptable to have a message box (like currently) when you are asked to confirm completing? Or should I just wait with the release until I rewrite the filtering code, so that completed items will be seen on the list with a checkmark?
Click to expand...
Click to collapse
I was just going to ask you to include exactly that . Anyway, I'd prefer if you release every minor version like nightlys (or weeklys or monthlys ), but only if that doesn't make too much work for you.

Livven said:
I was just going to ask you to include exactly that . Anyway, I'd prefer if you release every minor version like nightlys (or weeklys or monthlys ), but only if that doesn't make too much work for you.
Click to expand...
Click to collapse
Ok, I'll do that, but prepared for bugs!
New version uploaded.

I have a problem with the previous an this new version too(I haven't use the program before) that makes quite difficult to use the program.
If I change the date from month screen to any other date exept the current, every single action takes at least a minute to complete, starting from taping on a date.
This behaviur stops only if I switch again to the current date.
Is this issue mentioned before?

dancer_69 said:
I have a problem with the previous an this new version too(I haven't use the program before) that makes quite difficult to use the program.
If I change the date from month screen to any other date exept the current, every single action takes at least a minute to complete, starting from taping on a date.
This behaviur stops only if I switch again to the current date.
Is this issue mentioned before?
Click to expand...
Click to collapse
If you have a really big file with lots of recurring appointments and tasks, that can happen.
And that's why I'm working on accessing the pim.vol file directly which should speed things up.
In the meantime you can go to the settings program, under Show Next: 1 week, 2 weeks etc. Try and shorten the time and see if that helps. Please report back.

No, I haven't any task or appointment. Only calendar events for name days. I have Show Next:1 week, but the problem still remains.

Related

------- [ www.pdafresh.net ] -------

What is your opinion about the site?
http://www.pdafresh.net
:wink: :wink:
you wouldn't be trying to promote it would you? :wink:
This is not a promotion
Of course NOT! :!:
I'm only trying to get some help for further develope.
Thanx
When you have 69 different calc programs you should have some more sub catigories, business, scientific, diet calc etc... also you should have a user review/comment section for every entry, let users tell you what they think of the product, this will take care of alot of conent and ranks the program for you.
And don't load all avaliable programs on the front page, make a recordset navigation set and show XX records on the front page.
Takes forever to load, remember that you should strive and strive for quick load times and have as little kb on each page as possible.
And by the way, make an Advanced Search so I can search in each category.
Youll get there, it's just a matter of time :wink:
Seems like a variation on the Mobile Application Catalog, nice idea.
New programs on pdafresh.net
There are a several new applications avaiable at http://www.pdafresh.net
I just had a look at your site again. So I just realised that your making static html pages, or it looks that way.
Is this the case?? Are you not using a database??
Not yet. Why?
pdafresh said:
Not yet. Why?
Click to expand...
Click to collapse
Because it wil be an impossible mission to make the smalest change to your site.
You should begin to build your DB as soon as possible, and get the programs categorized in it.
Developers wanting to add a new program, can do so while your drinking coffee, and don't need to sit and make yet another Static page.
Your Menu will be dynamically update by itself when new programs are added.
Advanced Search function can be build.
Etc. Etc. Etc.
Only ++++++ for DB, and - - - - - - - - - to infinity for Static HTML
Thank you for your advise! I'm planning to make some structural changes on the site.
Actually the current version is a half automatic system. All the html pages generated automatically.
:wink:
Any Forums?
Do you plan to make forums on the site?
:?:
What is it?
http://www.pdafresh.net/main_business_&_professional_aviation1.htm
http://www.pdafresh.net/main_business_&_professional_computer1.htm
http://www.pdafresh.net/main_business_&_professional_construction1.htm
http://www.pdafresh.net/main_business_&_professional_engineering1.htm
http://www.pdafresh.net/main_business_&_professional_expense_trackers1.htm
http://www.pdafresh.net/main_business_&_professional_finance1.htm
http://www.pdafresh.net/main_business_&_professional_inventory_tracking1.htm
http://www.pdafresh.net/main_business_&_professional_law1.htm
http://www.pdafresh.net/main_business_&_professional_project_tracking1.htm
http://www.pdafresh.net/main_business_&_professional_sales1.htm
http://www.pdafresh.net/main_business_&_professional_time_&_billing1.htm
http://www.pdafresh.net/main_business_&_professional_xother1.htm
http://www.pdafresh.net/main_communications_chat1.htm
http://www.pdafresh.net/main_communications_email1.htm
http://www.pdafresh.net/main_communications_internet_browsers1.htm
http://www.pdafresh.net/main_communications_phone_&_fax1.htm
http://www.pdafresh.net/main_communications_ringtones1.htm
http://www.pdafresh.net/main_communications_sms1.htm
http://www.pdafresh.net/main_communications_xother1.htm
http://www.pdafresh.net/main_databases_applets_&_add-ins1.htm
http://www.pdafresh.net/main_databases_database_programs1.htm
http://www.pdafresh.net/main_databases_pocket_access1.htm
http://www.pdafresh.net/main_databases_xother1.htm
http://www.pdafresh.net/main_development_tools_development_software1.htm
http://www.pdafresh.net/main_development_tools_patches_&_updates1.htm
http://www.pdafresh.net/main_development_tools_xother1.htm
http://www.pdafresh.net/main_document_management_note_taking_&_forms1.htm
http://www.pdafresh.net/main_document_management_presentations1.htm
http://www.pdafresh.net/main_document_management_spreadsheets1.htm
http://www.pdafresh.net/main_document_management_word_processing1.htm
http://www.pdafresh.net/main_document_management_xother1.htm
http://www.pdafresh.net/main_ebooks_american_literature1.htm
http://www.pdafresh.net/main_ebooks_british_literature1.htm
http://www.pdafresh.net/main_ebooks_ebook_readers1.htm
http://www.pdafresh.net/main_ebooks_foreign_language1.htm
http://www.pdafresh.net/main_ebooks_philosophy1.htm
http://www.pdafresh.net/main_ebooks_religion1.htm
http://www.pdafresh.net/main_ebooks_romantic_literature1.htm
http://www.pdafresh.net/main_ebooks_xother1.htm
http://www.pdafresh.net/main_education_computer_science1.htm
http://www.pdafresh.net/main_education_fine_arts1.htm
http://www.pdafresh.net/main_education_history1.htm
http://www.pdafresh.net/main_education_language_arts1.htm
http://www.pdafresh.net/main_education_maths1.htm
http://www.pdafresh.net/main_education_physical_education1.htm
http://www.pdafresh.net/main_education_science1.htm
http://www.pdafresh.net/main_education_social_sciences1.htm
http://www.pdafresh.net/main_education_sports1.htm
http://www.pdafresh.net/main_education_student1.htm
http://www.pdafresh.net/main_education_teacher1.htm
http://www.pdafresh.net/main_education_xother1.htm
http://www.pdafresh.net/main_entertainment_dining_out1.htm
http://www.pdafresh.net/main_entertainment_just_for_fun1.htm
http://www.pdafresh.net/main_entertainment_ringtones1.htm
http://www.pdafresh.net/main_entertainment_sports1.htm
http://www.pdafresh.net/main_entertainment_tv_&_movies1.htm
http://www.pdafresh.net/main_entertainment_xother1.htm
http://www.pdafresh.net/main_games_action1.htm
http://www.pdafresh.net/main_games_adventure1.htm
http://www.pdafresh.net/main_games_board1.htm
http://www.pdafresh.net/main_games_card1.htm
http://www.pdafresh.net/main_games_casino1.htm
http://www.pdafresh.net/main_games_chess1.htm
http://www.pdafresh.net/main_games_game_packs1.htm
http://www.pdafresh.net/main_games_memory1.htm
http://www.pdafresh.net/main_games_puzzle1.htm
http://www.pdafresh.net/main_games_solitaire1.htm
http://www.pdafresh.net/main_games_sports1.htm
http://www.pdafresh.net/main_games_strategy1.htm
http://www.pdafresh.net/main_games_tetris1.htm
http://www.pdafresh.net/main_games_trivia1.htm
http://www.pdafresh.net/main_games_word1.htm
http://www.pdafresh.net/main_games_xother1.htm
http://www.pdafresh.net/main_health_&_fitness_diet_&_nutrition1.htm
http://www.pdafresh.net/main_health_&_fitness_fitness1.htm
http://www.pdafresh.net/main_health_&_fitness_personal_healthcare1.htm
http://www.pdafresh.net/main_health_&_fitness_xother1.htm
http://www.pdafresh.net/main_hobbies_astronomy1.htm
http://www.pdafresh.net/main_hobbies_aviation1.htm
http://www.pdafresh.net/main_hobbies_collectibles1.htm
http://www.pdafresh.net/main_hobbies_food_&_drink1.htm
http://www.pdafresh.net/main_hobbies_gardening1.htm
http://www.pdafresh.net/main_hobbies_genealogy1.htm
http://www.pdafresh.net/main_hobbies_reading1.htm
http://www.pdafresh.net/main_hobbies_shopping1.htm
http://www.pdafresh.net/main_hobbies_xother1.htm
http://www.pdafresh.net/main_medical_calculators1.htm
http://www.pdafresh.net/main_medical_charge_capture1.htm
http://www.pdafresh.net/main_medical_drug_databases1.htm
http://www.pdafresh.net/main_medical_patient_tracking1.htm
http://www.pdafresh.net/main_medical_reference1.htm
http://www.pdafresh.net/main_medical_specialty1.htm
http://www.pdafresh.net/main_medical_xother1.htm
http://www.pdafresh.net/main_multimedia_graphics_&_images1.htm
http://www.pdafresh.net/main_multimedia_movies_&_videos1.htm
http://www.pdafresh.net/main_multimedia_music_&_audio1.htm
http://www.pdafresh.net/main_multimedia_presentations1.htm
http://www.pdafresh.net/main_multimedia_xother1.htm
http://www.pdafresh.net/main_personal_finance_budget_&_expense1.htm
http://www.pdafresh.net/main_personal_finance_calculators1.htm
http://www.pdafresh.net/main_personal_finance_stock_trackers1.htm
http://www.pdafresh.net/main_personal_finance_xother1.htm
http://www.pdafresh.net/main_productivity_address_book1.htm
http://www.pdafresh.net/main_productivity_calendar1.htm
http://www.pdafresh.net/main_productivity_list_&_outlines1.htm
http://www.pdafresh.net/main_productivity_memo_&_notes1.htm
http://www.pdafresh.net/main_productivity_tasks1.htm
http://www.pdafresh.net/main_productivity_time_trackers1.htm
http://www.pdafresh.net/main_productivity_xother1.htm
http://www.pdafresh.net/main_reference_bible_&_religion1.htm
http://www.pdafresh.net/main_reference_dictionaries1.htm
http://www.pdafresh.net/main_reference_thesaurus1.htm
http://www.pdafresh.net/main_reference_xother1.htm
http://www.pdafresh.net/main_themes_animals1.htm
http://www.pdafresh.net/main_themes_art1.htm
http://www.pdafresh.net/main_themes_astrology1.htm
http://www.pdafresh.net/main_themes_cars_&_vehicles1.htm
http://www.pdafresh.net/main_themes_comics_&_cartoons1.htm
http://www.pdafresh.net/main_themes_computing1.htm
http://www.pdafresh.net/main_themes_flags_&_patriotic1.htm
http://www.pdafresh.net/main_themes_holidays1.htm
http://www.pdafresh.net/main_themes_miscellaneous1.htm
http://www.pdafresh.net/main_themes_movies_&_tv1.htm
http://www.pdafresh.net/main_themes_music1.htm
http://www.pdafresh.net/main_themes_people1.htm
http://www.pdafresh.net/main_themes_places1.htm
http://www.pdafresh.net/main_themes_religion1.htm
http://www.pdafresh.net/main_themes_scenery_&_nature1.htm
http://www.pdafresh.net/main_themes_space1.htm
http://www.pdafresh.net/main_themes_sports1.htm
http://www.pdafresh.net/main_themes_symbols1.htm
http://www.pdafresh.net/main_themes_theme_packs1.htm
http://www.pdafresh.net/main_themes_xother1.htm
http://www.pdafresh.net/main_translation_chinese1.htm
http://www.pdafresh.net/main_translation_french1.htm
http://www.pdafresh.net/main_translation_german1.htm
http://www.pdafresh.net/main_translation_italian1.htm
http://www.pdafresh.net/main_translation_japanese1.htm
http://www.pdafresh.net/main_translation_spanish1.htm
http://www.pdafresh.net/main_translation_translation_programs1.htm
http://www.pdafresh.net/main_translation_xother1.htm
http://www.pdafresh.net/main_travel_automobile1.htm
http://www.pdafresh.net/main_travel_city_guides1.htm
http://www.pdafresh.net/main_travel_currency1.htm
http://www.pdafresh.net/main_travel_gps1.htm
http://www.pdafresh.net/main_travel_itineraries_&_schedules1.htm
http://www.pdafresh.net/main_travel_lists1.htm
http://www.pdafresh.net/main_travel_maps1.htm
http://www.pdafresh.net/main_travel_transportation1.htm
http://www.pdafresh.net/main_travel_world_time1.htm
http://www.pdafresh.net/main_travel_xother1.htm
http://www.pdafresh.net/main_utilities_backup1.htm
http://www.pdafresh.net/main_utilities_battery1.htm
http://www.pdafresh.net/main_utilities_button1.htm
http://www.pdafresh.net/main_utilities_calculators1.htm
http://www.pdafresh.net/main_utilities_cleanup1.htm
http://www.pdafresh.net/main_utilities_clocks1.htm
http://www.pdafresh.net/main_utilities_converters1.htm
http://www.pdafresh.net/main_utilities_file_managers1.htm
http://www.pdafresh.net/main_utilities_fonts1.htm
http://www.pdafresh.net/main_utilities_input1.htm
http://www.pdafresh.net/main_utilities_launchers1.htm
http://www.pdafresh.net/main_utilities_memory1.htm
http://www.pdafresh.net/main_utilities_registry1.htm
http://www.pdafresh.net/main_utilities_reset_&_shutdown1.htm
http://www.pdafresh.net/main_utilities_screen1.htm
http://www.pdafresh.net/main_utilities_screen_lock_&_saver1.htm
http://www.pdafresh.net/main_utilities_security1.htm
http://www.pdafresh.net/main_utilities_sheme1.htm
http://www.pdafresh.net/main_utilities_synchronization1.htm
http://www.pdafresh.net/main_utilities_system_info1.htm
http://www.pdafresh.net/main_utilities_task_managers1.htm
http://www.pdafresh.net/main_utilities_tcp_ip1.htm
http://www.pdafresh.net/main_utilities_tester1.htm
http://www.pdafresh.net/main_utilities_today_screen1.htm
http://www.pdafresh.net/main_utilities_tweaks1.htm
http://www.pdafresh.net/main_utilities_xother1.htm
http://www.pdafresh.net/main_wireless_applications_bluetooth1.htm
http://www.pdafresh.net/main_wireless_applications_gps1.htm
http://www.pdafresh.net/main_wireless_applications_infrared1.htm
http://www.pdafresh.net/main_wireless_applications_wi-fi1.htm
http://www.pdafresh.net/main_wireless_applications_xother1.htm
http://www.pdafresh.net/main_xother_programs_other1.htm
New version has been released
smsBackup v1.2 has been released!
:wink:
Jeyo Mobile Companion > SMS Backup

Are there any better PIM programs out there?

Does anyone know of any good Personal Information Management software for Windows Mobile? I am not asking a whole lot. Just be able to search for a key word among appointments, todos, notes shouldn't be too much to ask for, is it? The current Calendar and Task applications can't even do that.
Thanks!
there are a ton of them, google PIM, windows mobile and your search will come up with Pocket Informant, Agenda One, and a bunch of others.
thanks!
dmd1272 said:
there are a ton of them, google PIM, windows mobile and your search will come up with Pocket Informant, Agenda One, and a bunch of others.
Click to expand...
Click to collapse
Actually, I have done a google search before. Like you said, there are a ton. Perhaps, I should change my question to which PIM is better for the WM 6.1.
thanks!
i have been using agenda one - works for everything I need and I am kinda picky. If theres something better fill me in. Download the free trial and see if you like it.
PIM
Try Papyrus or Agenda One - both are among the best
Agenda One not working very well
[email protected] said:
Try Papyrus or Agenda One - both are among the best
Click to expand...
Click to collapse
Thank you for the suggestions! I downloaded the trial version of Agenda One - supposed to be full featured with time limit. I tried several searches - some search all, some search only in appointment, or only todos. None of them worked. It looked like the program tried for a while, then it simply terminated (not the search, but the entire Agenda one program). It kicked me back to the today screen, and the process no longer listed in the task list
Try the recently released Papyrus 2. It's frakkin' amazing
try agendus over at www.iambic.com
Agenda One is no go
anewbie said:
Thank you for the suggestions! I downloaded the trial version of Agenda One - supposed to be full featured with time limit. I tried several searches - some search all, some search only in appointment, or only todos. None of them worked. It looked like the program tried for a while, then it simply terminated (not the search, but the entire Agenda one program). It kicked me back to the today screen, and the process no longer listed in the task list
Click to expand...
Click to collapse
I signed up at Developer One support forum, and tried to post this question. It's been a couple of days, they don't even show my posting in the forum. I tried to ask the same question again, still blocked by the moderator. Oh well, moving on to Papyrus 2 trial now.
Thank you all for the suggestions! I thought I'd spend a few words sharing my opinions on the products I've been trying out:
Agenda One - in spite of the awards the company claims they have received, I find this product adds very little value to the existing WM 6.1 PIM functionality. Some pretty colors, that's it. When I started my quest for a better PIM, all I was looking for was a search function. Agenda One has it. I had made many variations of attempts to use it, search all, search in appointments only, search in todos only, search whole word, partial word, any words .... Not once did it ever complete the search with any result. Every single time, the function started, try for a while, then the program crashed. It simply terminate. I submitted the question to the company's support forum, the question itself didn't get posted until 5 days later - as the moderator has to screen every single post. When it did appear, other user indicated same problem on other smart phone as well. I'm not the only one.
Edit: the forum blocked my complaint, and finally come back with a question - it remotely sounds like it cares, but the question is useless. If they read my post, they would have found the answer there. I feel like dealing with a communist government official - sensor everything, sloooooooooow to respond and defend every criticism ...
Papyrus 2.0 - the calendar layouts are reasonably flexible, so you can customize how you want to see all the activities. The search is very fast, even if I have more than 30 matches, they show up as soon as the program finds them. There is one thing I don't like, but I suspect I may be able to figure out a way to change, that is, I only want to see todos that are not yet completed on a daily basis. Even though I have that specified, it is still showing me the todos that are already marked complete (not all of them, just the ones that have no dates associated with). To me, they are done, they are done. Why would I want to look at them everyday just because their complete dates were not marked? Other than that, everything seems to be pretty good. They've got nice colors just like Agenda One, and price is about the same.
Agendus Pro - Agendus Pro has a rich set of nice features - in addition to the regular calendar/todo/contact views, you can also access call log, email, quote of the day, day in history, weather forecast, and stock quote all from this application. I didn't think about these before, but, they are very nice to have. The cost of this product is no more than the others. Another nice feature - there is a tool bar (either on top or bottom of the screen) you can use to select the format of display (day view, week view, month view, list, contact, email, etc, etc. With the other products (Agenda One, and Papyrus), you have to press the view soft bottom, which brings up another screen that let you select the format. Agendus layout is more intuitive and direct.
Having said all of that, I do have a couple of complaints -
- Agendus Pro take up 3.7 MB, whereas Papyrus - 700 KB, Agenda One - 966 KB. These are the cab size, I know that Agendus Pro includes several language supports, which contribute to the bigger CAB size. Nevertheless, the memory foot print is still the biggest among the 3.
- my 2nd complaint is that when you load the program just to look at some details in an appointment, the program starts and you don't see anything in the calendar - it tells you that you don't have any activity. Then, a little box flashes "initializing ...", "initializing ...", "initializing ..." ... My screen went out 4 times before I can finally see the content of my day's calendar. If it takes less memory, I may just keep it running, which would not have the "initializing ..." problem. Since the program takes up so much memory, I don't want to keep it in the memory. This is a deal killer for me. It's too bad. I like the features a lot.
Edit: Since the above was written, I've tried two more software packages. Nothing stood out. One fenomenal ability make Papyrus shine among all the others is how fast the search function performs. Everyone else wait, and wait, and wait until they've collected all the matches and put them on the screen all at once. If you have a sizable database (mine has about 2000 entries), you'll be staring at a blank screen with a spinning wheel forever, the screen saver would kick in multiple times. Whereas Papyrus' search shows you the match results as it progresses through the database. Maybe the match I am looking for is the first couple out of 50, why would I need to wait until it finds 50 before showing me first two? That's just a simply logic. I don't get what the other developers were thinking ....
Needless to say, Papyrus 2.0 becomes my choice. Their forum is great, too! Very happy about this decision
thanks!

[PROJ] Manila: show all message content

Like many others, I didn't like the cut-off of messages in the new manila interface.
Therefore I will start here a collective project to change this behavior. And I am not sure that we can change it because the solution has to change the code self.
But why not trying?
25.3., 11:56
Problem: The messages (sms) output in the new manila cut off some messages.
Details: I check it a littlebit and don't find a rule. Some messages have more then 3 lines. Some of my messages are cut-off on different positions (from 86-106).
Therefore I also think that this behavoir is not the specification from HTC like some users hear assume.
I mentioned that we first find out, what really goes wrong before we can search in the code.
PS. This is a development thread! Post ratings and comments in other threads, please!
25.3., 12:53
Tests
a) As I mentioned before there is no cut-off after some (3) lines but after some characters. My longest test message have 30(!) lines.
b) It seems to be that the output of a messege demends of the message self, the sender name and the date/time.
c) The output is always cut-off after the same length. Because of different sender and timestamps the messagetext lenght is different (see b).
d) When afterwards the length of the sender name is changed, the output of the messagetext keep the same. Even after a restart nothing changes.
=> There is a fix counter for the length of the whole message. This counter seems to be (HTML-code) 160 characters(!).
I am looking now in the code where the HTML-Output is created and if I here can change this fixed length.
25.3., 14:30
Update The html- and css-files from windows are not used by manila. Continue searching the source.
i have the same problem
this is real a good project.
thanks much.
U can use manila editor to edit messaging.mode9 and resize message text area.
or make a mod (like i did for diam) that can zoom sms text.
mun_rus said:
U can use manila editor to edit messaging.mode9 and resize message text area.
Click to expand...
Click to collapse
Yes, this is my next step.
look at the first "fix", here:
http://forum.xda-developers.com/showthread.php?t=495450
it did worked for me. in the above thread you participated also
look at the "Help with Link to "All people" page of manila V2" and see who brought the fix.. remember?
on the subject: i wrote to my self a SMS who looked like this:
1
2
3
4
5
and so on. even before i applied the fix this kind of message was not "cut". i wrote 12 lines and i was able to see all of them.
then i sent a 5 lines message but with words. this time the message got cut and only after applying the fix i was able to read it.
KukurikU said:
it did worked for me.
Click to expand...
Click to collapse
Sure? This fix change the input field for threaded microsoft(!) messages. I made some other test with this files (also the CSS) and in my ROM it has nothing to do with the manila(!) messages.
KukurikU said:
then i sent a 5 lines message but with words. this time the message got cut and only after applying the fix i was able to read it.
Click to expand...
Click to collapse
Sure? Strange...
Thought this may interest you.
duttythroy said:
I will start releasing or continuing my development here, for v2.4 this was the changelog so far but might change:
Dutty's HD V2.4 XTREME TEST Change Log
• New HTC Official CE OS 5.2.21040.1.6.0 & Build 5.2.21040.1.6.0
• Added Internet Explorer 6 to ROM.
• Added Adobe Flash support for IE6.
• To watch youtube etc , you need to change view mode from mobile to Desktop Mode in IE6.
• Updated files and drivers and system files in ROM.
• Updated HTC Applications including Manila etc.
• Updated HTC Phone Canvas
• Updated HTC Camera.
• Updated HTC Quick GPS.
• Updated HTC Touch Keyboard.
• Updated Youtube Player.
• Updated Adobe Reader.
• Updated Microsoft Voice Command Application V1.6.21040 tweaked incoming call announcement.
• Updated Google Maps with Latitude.
• Updated ClearTemp application.
• Fixed SMS bug in manila when viewing long messages and displyed only in 3 lines.
• Fixed call timers showing incorrectly e.g 00:04 now shows 04.00 minutes.
• Facebook is now integrated with My contact card which is now even more awesome.
• Change Manila Right soft key from Camera to Contacts.
• Unlocked Activesync in new Manila and replace with Adobe Reader.
• Change Manila Right soft key from Camera to Contacts.
• Disable Flash plugin in Opera.
• ROM fully tweaked for best performance with 2-3 days battery life depending on radio and usage.
• ROM is fast, might even be faster than v2.3.
I was going to upgrade opera to 9.5.16099 but its hardcoded to auto run and also hide and uses alot more memory, reason is probably with the new psh internet opera needs to always be opened. will cab it though for users to try.
Click to expand...
Click to collapse
Fallen Spartan said:
Thought this may interest you.
Click to expand...
Click to collapse
We will see. When I made no mistake, I read this also in the changelog of v2.3.
I ask him.
27.3., 11:53
Update: I found the module which creates this output and can change it. I am near...
Elim said:
27.3., 11:53
Update: I found the module which creates this output and can change it. I am near...
Click to expand...
Click to collapse
Cool, please share location.
Did Dutty ever get back and help direct you or was this through you own efforts?
Is this thread for the sms bug in the messaging tab or for the 3 lines bug in manila contact threated sms?
Atze001 said:
Is this thread for the sms bug in the messaging tab or for the 3 lines bug in manila contact threated sms?
Click to expand...
Click to collapse
I am not sure but think the second issue (see screenshot)
30.3., 14:24
Update: The issue is solved in Duttys new ROM(s) but I didn't check until now what he did nor say he it to me
Elim said:
I am not sure but think the second issue (see screenshot)
30.3., 14:24
Update: The issue is solved in Duttys new ROM(s) but I didn't check until now what he did nor say he it to me
Click to expand...
Click to collapse
Duttys V2.5 appears to have finally fixed this
See screen shot
Not sure what he has changed though
would this fix work for the messaging app in dutty's 2.1 ROM... i'd love to move to 2.4 but i've been experiencing 3-5 second screen freezes 4-5 times a day. thanks!
cortez.i said:
would this fix work for the messaging app in dutty's 2.1 ROM... i'd love to move to 2.4 but i've been experiencing 3-5 second screen freezes 4-5 times a day. thanks!
Click to expand...
Click to collapse
There was a fix for the screen freezing. See Post #348
Hi Elim,
have you figure out how to fix this msg bug yet?
thanks

Noterrific - note keeping/structuring app

Noteriffic 0.53
Copyright (C) 2004 Rudis Muiznieks
Noteriffic is a quick little app I wrote because I felt that the PPC was
lacking a nice, simple, free note keeping/structuring application that has a
desktop counterpart....
All credit goes to Rudis, but now we have WVGA-Screens, so :
Could anybody of those famous and brave developers
compile this VB-Project for >> WVGA << ?
(Its working fine with QVGA and VGA)
Thanks a lot
Creature/entity appeared in mirror,
LOL
kahe40, I wanted to change something in this app the other day so downloaded a trial version of visual studio from MS plus dotnet compact framework. It let me edit the Noterrific source code and compiled a new version fine. I'm sorry I don't have time right now to work out incorporating WVGA, but thought you might like to know what I found out.
ps. if anyone wants the new source/compilation I can post. I simply added the ability for the app to remember which node it is on and return there next time it opens (otherwise it always ended up opening way down the list which drives me mad).
thanks ddk2, please have nice holidays, maybe later we can see...
what do you think about a dark grey background with white text ?
dont know, maybe there are problems with icons and checkboxes ?
and second: in settings, there is: use smaller font for list/display
would you please change to: use bigger font (only one step)
kahe40, did a very quick patch for you, no longer have large/small font, just textboxes so you can set your font size.
Source attached. Find exe's in each project (pda/desktop) in subdir bin\Release.
This version has my mods as described above.
Before you use it, take a copy of your data file (ntn ext) as mine was cleared out somewhere during testing and had to restore. I don't think its a bug, just something from testing, but take backup just to be safe.
Also did a quick test of grey background. Doesn't look that good to me, icons didn't come out well etc. Also presents issues that unless hardcode to grey, then need to make user option to set colour and that's a whole lot of frigging around....be my guest
very nice, good job, thanks a lot my friend
kahe40, don't know if you are still watching this but I just discovered I made a cockup in the last piece of code. I misinterpreted the use of one variable and the resultant problem shows up next time you go to add a node (I haven't added one for quite a while).
This version has corrected that. Also, changed the way I had it remembering which node it was on between sessions. Now saves with the apps variables (a sep file) rather than in the note file itself. Plus side is its much faster closing the app. Another sideaffect is that when syncing the file between pda and desktop, they each have their own memory of the last used node.
Yes, I am guilty my friend,
I traded my TouchHD for an iPhone, dont want to be banned from
this forum, but - man, oh man - what a wonderful OS ...
So I use the old version as shopping-list with my KS20 (QVGA).
Will test your new version soon, thanks a lot.
hello there
I've found this app some weeks ago to keep track of my actions on my work
Like a time log
Is there some some other app (free/paid) that does the same job.
I've found this one for ipod...http://ax.itunes.apple.com/app/id371157360?mt=8
shame that there isn't none for wm

CycloneApps[By Request][Export-Studio V4.0][CycloneSender V3.0][CSort 1.0]

Hello Everyone,
I am a avid, aspiring developer, and as such I felt it would be mutually beneficial to start this thread. The Point of this this is for you [the users] to post up ideas for programs, and some sketch-ups of designs, and in return, I will try to make, and maintain, these applications.
In doing this, I will get the experience I need, and you [the users] will get the results that you [hopefully] want.
Below is [or will be soon enough] a list of programs that are developed or in the process of consideration.
Please refer to HERE for a updated list of projects...that will be my new place for updates!
Project List:
AutoSend - Scheduled SMS Sender [V3.0]
CMail - A Replacement tmail for Devs and Advanced Users[V1.0]
CSlide - A "Slide-To" like application that utilizes the JOGGR Bar for a Finger-Friendly Action Slider! [Concept]
Export-Studio - A FREE alternative app to export Contacts and SMS[V4.0 + Command Line Version]
Appointmentor - A command-line based app for creating appointments quickly and easily [V1.0]
ContactRetriever - A command-line based app for getting info on a specific contact! [V3.0]
CSort - A Command-Line based List Sorter (designed with MortScripters in mind) [V1.0]
*As you can see, the list is sort of pathetic now, but with your help, I can bulk it up*
SMS messenger
I would like an SMS type of instant messenger. The kind my Tmobile WM 6.0 came with. Like "Oz Instant Messaging". I have tried all the different cab files out there for OZ and can't get any of them to work with 3VO Rom. I do not have a data package with my phone and want to use an SMS type of messenger. Thanks for any help.
rrgongora said:
I would like an SMS type of instant messenger. The kind my Tmobile WM 6.0 came with. Like "Oz Instant Messaging". I have tried all the different cab files out there for OZ and can't get any of them to work with 3VO Rom. I do not have a data package with my phone and want to use an SMS type of messenger. Thanks for any help.
Click to expand...
Click to collapse
I will do what I can after I release the current SMS project I am working on.
I am aware that different messengers (or atleast AIM) has a number that you can txt to do chatting. I suppose what you are asking for is a GUI for performing such tasks? If so, once I fully comprehend the entire aspect of sending a SMS, i can probably make this GUI. Otherwise, please explain.
CycloneSender - AutoSend
Here is my FIRST RELEASE of an exe application for the Excalibur (EVER!).
NOTE: DUE TO THE RELEASE OF CMessageSuite, UPDATES WILL NOT BE PROVIDED FOR THIS PROGRAM ANY LONGER
CycloneSender - AutoSend[V3.5]
Basically, what this program does is allow you to program in set Dates and Times for SMS/TXT Messages to be sent. You can program events (with the application) up to 4 years in the future, down to the minute!
This program includes:
A Simple, Easy to Use GUI
Decent RAM/CPU Usage (there is always room for improvement)
An effective automating system (no need to monitor)
IT IS TOTALLY FREE (well, Donations are accepted )
To Install:
Simply download the attached .cab file and place it on your phone.
Run the .cab file and that is it.
To Use:
In the Start Menu, there is a new folder for my applications, navigate to that and there are two links
"CycloneSender" will run the actual application.
"Check for New" will run the automated portion of this app and check to see if there are pending events for the day, and if so, it will take the necessary actions.
Tips:
When you EXIT the main application, the automated portion of the app is run (so that newly programmed events can be parsed)
This program is accurate to the MINUTE, therefore if you set a message for 17:00 (Yes, it is in 24-hour mode), and the automated portion runs at 16:55:33, then the text message will be sent at 17:00:33 (Implementation for accuracy to the second may be included in newer released)
Known Bugs/Issues:
Unknown Results occur when two messages are scheduled for the EXACT SAME TIME [I will test this out]
When you add a recipient, you cannot delete it (will be fixed soon)
V3.0 UPDATE
This update owes big thanks to XDA user Mohitsapru. Thanks to his help, the efficiency of this application has well more than doubled! In this new version, there is no constantly running application and uses LESS ram! Same GUI, etc. ENJOY
(NEW CAB IS POSTED BELOW)
V3.5 UPDATE
This update allows you to program in MULTIPLE recipients. All recipients will receive the message at the same time. Also, some code optimization.
While I did the coding (for 99% of the part) myself, credit has to go to HowdyKeith who made the restart script for me (which plays a decently big part in making the program run smoothly) and to many other users on this forum that have helped me learn what I have.
With all that said, Enjoy the Application (and remember, donations appreciated )
Could i suggest you provide the proper info about the what it does in your first post next time thanks sounds kinda cool might try it one day.
screenshots???
Cyclonezephyrxz7 said:
CycloneSender - AutoSend[V1.0]
Basically, what this program does is allow you to program in set Dates and Times for SMS/TXT Messages to be sent. You can program events (with the application) up to 4 years in the future, down to the minute!
This program includes:
A Simple, Easy to Use GUI
Decent RAM/CPU Usage (there is always room for improvement)
An effective automating system (no need to monitor)
IT IS TOTALLY FREE (well, Donations are accepted )
Click to expand...
Click to collapse
Is This What You Meant, Taalon927?
doesn't "Power SMS" do the same thing?
roloracer said:
doesn't "Power SMS" do the same thing?
Click to expand...
Click to collapse
Yes, and probably a little bit more, but Power SMS costs $$, while the one I am actively developing (as per request, bug report, etc.) comes at no charge to users (unless they so choose to donate, but that is not mandatory).
The point of doing this is mutually beneficial:
1- I get some more coding 'experience'/'knowledge'
2- Users get products that are free of charge!
All i need are ideas!
Speaking of which:
UPDATE
-I should have a basic release of CMail.exe tomorrow, allowing users to send SMS and E-Mail through command line interfaces (MortScript especially).
-While it doesn't seem like a gigantic improvement over tmail now, it can be once I add more features onto it (need Ideas!!!)...
All looking good and know what you mean using as a learnin block too
Will give a shot tom when got some free time... Keep up the good work
UPDATE
As per request, ScreenShots are posted in the AutoSend Post!
Also, New CONCEPTUAL project posted in First Post (CSlide) ... Will start on that once bugs in AutoSend are cleared and CMail is released...
EDIT:: New Update: Thanks to loads of help from mohitsapru , I will be releasing a much more energy efficient version of AutoSend in the next day or so. CMail may be delayed a little bit...
Cyclonezephyrxz7 said:
UPDATE
As per request, ScreenShots are posted in the AutoSend Post!
Also, New CONCEPTUAL project posted in First Post (CSlide) ... Will start on that once bugs in AutoSend are cleared and CMail is released...
EDIT:: New Update: Thanks to loads of help from mohitsapru , I will be releasing a much more energy efficient version of AutoSend in the next day or so. CMail may be delayed a little bit...
Click to expand...
Click to collapse
Thanks for referring me
I saw that you are also facing problem of wait cursor!! well did u fix it or is it still there? if u dint, i have fix for that. lemme know if u need that
Ok Here it is:
If it is a console app use:
Code:
[LEFT][FONT=Arial] [DllImport([COLOR=#a31515]"coredll.dll"[/COLOR])][/FONT][/LEFT]
[FONT=Arial] [COLOR=blue]public[/COLOR] [COLOR=blue]static[/COLOR] [COLOR=blue]extern[/COLOR] [COLOR=#2b91af]IntPtr[/COLOR] SetCursor([COLOR=#2b91af]IntPtr[/COLOR] hCursor);[/FONT]
[FONT=Arial] [COLOR=blue]static[/COLOR] [COLOR=blue]void[/COLOR] Main([COLOR=blue]string[/COLOR][] args)[/FONT]
[FONT=Arial] {[/FONT]
[FONT=Arial] [COLOR=#2b91af]IntPtr[/COLOR] hOldCursor = SetCursor([COLOR=#2b91af]IntPtr[/COLOR].Zero);[/FONT]
[FONT=Arial] [COLOR=blue]while[/COLOR] ([COLOR=blue]true[/COLOR])[/FONT]
[FONT=Arial] {[/FONT]
[FONT=Arial] System.Threading.[COLOR=#2b91af]Thread[/COLOR].Sleep(1000);[/FONT]
[FONT=Arial] }[/FONT]
[LEFT][FONT=Arial] [COLOR=green]//SetCursor(hOldCursor); [/COLOR][/FONT][/LEFT]
[FONT=Arial] }[/FONT]
for normal windows form code u can use
Cursor.current = Cursors.Default
Cyclonezephyrxz7 said:
I will do what I can after I release the current SMS project I am working on.
I am aware that different messengers (or atleast AIM) has a number that you can txt to do chatting. I suppose what you are asking for is a GUI for performing such tasks? If so, once I fully comprehend the entire aspect of sending a SMS, i can probably make this GUI. Otherwise, please explain.
Click to expand...
Click to collapse
I am not sure what type of program it was. It was OZ messenger as far as the research I have done. It was an IM application that came with my T-mobile DASH. It did not require any type of data plan to run the application. It was a simple text messenger. I was told by others in these forums that it was OZ messenger, but the ones I find here will not seem to work with my 3VO Rom. I hope that clears things up....it's only confused me more.
Well, I am not going to reinvent the wheel since that will only produce a square wheel and a waste of some time. Haha Basically, I don't want to attempt to recreate a working app because I will end up making a pretty buggy, CPU intensive one . I believe that with OZ Messenger you may have to search for a CONFIGURATION of your connection settings (if using T-Mobile, atleast for me, I had to do some tinkering once). It plagued me for a while to get it working, but now it works on my phone!
Good Luck
CMAIL V1.0
This program is an alternative to tmail.exe that was created so that people can either use it on their own, or use it WITH an application of their own. It is similar to the sender executable which is supplied with CycloneSender V1.0, however works differently.
This program includes:
A constantly maintained Documentation of ALL its functions.
The ability to Send SMS messages
A light-weight, command-line based program
To Install:
No real install...Just take the file and unzip it and put the CMail.exe where-ever you want.
To Use:
As I mentioned, the Documentation is supplied (in the compressed file) and it contains all the methods you can call on in.
In order to execute, you have to use MortScript to run it, an application of your own, or CeleCMD ... or even a Shortcut if you can figure that out.
*DISCLAIMER* THIS IS 100% COMMAND-LINE BASED, AND AS SUCH IS NOT RECOMMENDED FOR GENERAL END-USERS UNLESS THEY ARE AWARE ON HOW TO USE THE APPLICATION. (No damages can really be done to the phone using this incorrectly...)
Known Bugs/Issues
None so far (YES!)
Future Ideas:
MMS (?)
E-Mail
Please remember that I use my own time to make these free, useful alternatives! I couldn't do this without the help of other XDA Forum members. (Donations are appreciated!)
Please Comment and give me ideas for more functions
Export-Studio[V4.0]
This application is a very useful free alternative to those expensive Contact backup applications. It will backup/export your Contacts and SMS[V2].
UPDATE: V2.5 Released. Command-Line and GUI versions bundled into ONE EXE.
UPDATE: V3.0 Released. Now you can export Contacts in VCF format!
UPDATE: V3.1 Released. Fixes error with missing DLL.
UPDATE: V4.0 Released. Expands the export capabilities of Contacts!
This program includes:
A super-simple, lightweight GUI
The Ability to backup Contacts and SMS
Three modes of exporting: TXT and CSV and VCF
A comand-line based version of the GUI program
To Install:
Simply download the CAB file, and install it
Then navigate to Start Menu > CycloneApps > ExportStudio
and voila!
To use:
First, run the app and you will see 3 areas : What you want to output, the output format, and the folder to write to.
Select what you want to ouput
Make sure to ONLY PUT THE FOLDER in the folder text box, or you will get errors or weird results...
Once set up, click export, and the application will do its thing!
If you want to use the command-line feature, then just run the same EXE as for the GUI with parameters afterwards (see documentation)
Tips:
While the CSV format can be opened in Excel or the likes, I find that the TXT format is more organized.
Known Bugs/Issues:
There may be some slight errors in the CSV file (this is tested with OpenOffice on Windows Vista).
None others... YAY
Remember please, that I did this coding on my own and with the motivation and help of other users on the XDA Forums. I do this to practice coding for myself and to provide free alternatives of apps for the users of our beloved Excalibur. While the programs are 100% free, donations are appreciated .
UPDATE:
CycloneSender AutoSend V3.0 Just released! Enjoy the improvements (no noticable changes in GUI).
Progress is being made on Export Studio
Requests for new applications are MORE THAN WELCOME
UPDATE
ExportStudio V2.0 IS NOW OUT WITH SMS BACKUP CAPABILITIES!
More Ideas are welcome!
Cyclonezephyrxz7 said:
The point of doing this is mutually beneficial:
1- I get some more coding 'experience'/'knowledge'
2- Users get products that are free of charge!
All i need are ideas!
Click to expand...
Click to collapse
You should rewrite that SMS Bubbles app in my ROM and make it more "usable".
ookba said:
You should rewrite that SMS Bubbles app in my ROM and make it more "usable".
Click to expand...
Click to collapse
I'm in the process of learning C++, so until then I wouldn't really be able to make a worth-while SMSBubbles since C# isn't the fastest or most versatile language (in terms of gfx).

Categories

Resources