TodayPlus Boards v2

TodayPlus for the Pocket PC Forums => General => Topic started by: rebecker on November 16, 2003, 05:22:28 PM

Title: Past Due Tasks Not Showing In New Version
Post by: rebecker on November 16, 2003, 05:22:28 PM
My past due tasks are not showing in the new version. Anyone else experiencing this issue?

-Bob-
Title: Past Due Tasks Not Showing In New Version
Post by: Itanium on November 16, 2003, 05:28:53 PM
I had this issue with slider skin yesterday but didn't report it because I am not sure when and how is it happening. There is some specific case when it happens and its not always. Will update if I find something.
Title: Past Due Tasks Not Showing In New Version
Post by: srs on November 16, 2003, 06:04:33 PM
you will need to add "[overdue]" in the taskfilter (config) to get overdue tasks.
Title: Past Due Tasks Not Showing In New Version
Post by: Itanium on November 16, 2003, 06:14:12 PM
lol... I think while modding everything in the slider skin yesterday I put in taskoverdue option for agenda screen and didn't remember afterwards that I have done that. :oops:
Title: Past Due Tasks Not Showing In New Version
Post by: rebecker on November 16, 2003, 06:23:38 PM
OK, Here are some lines at the end of the config.txt file. Can you tell me what to chang?

// USE THIS TO FILTER AllDayEvents: AND [AllDayEvent] = FALSE

taskfilter,0,90,,
calendarfilter,0,90,

calendarfilter,1,360,[Categories] <> "Class"
text,calendarfilter1,GENERAL
taskfilter,1,90,[overdue],[Categories]  <> "Class"
text,taskfilter1,GENERAL

calendarfilter,2,90,[Categories] = "Exam" OR [Categories] = "Review"
text,calendarfilter2,EXAMS
taskfilter,2,90,[overdue],([Categories] = "Exam" OR [Categories] = "Review") AND [Categories] <> ""
text,taskfilter2,EXAMS

taskfilter,3,360,[overdue],

calendarfilter,countdown,360,[Categories] = "Countdown"
taskfilter,countdown,360,,[Categries] = "Countdown"


Thanks.

-Bob-
Title: Past Due Tasks Not Showing In New Version
Post by: Itanium on November 16, 2003, 06:25:09 PM
the very first line

taskfilter,0,90,,

to taskfilter,0,90,[overdue],