TodayPlus Boards v2

TodayPlus for the Pocket PC Forums => Help and Support => Topic started by: rebecker on December 04, 2003, 11:00:48 AM

Title: Can't Get taskoverdue To Work
Post by: rebecker on December 04, 2003, 11:00:48 AM
I moved part of a custom POOM to the 10.2 Slider skin that I had used in a previous version. I can't seem to get taskoverdue to work. Here's my code:

options,taskoverdue,0,12,12,%textcolor,0_0_255%%iconstart,210%%sensitivityicon,-10,1,private sensitivity.png,normal sensitivity,t%%recurrenceicon,-10,1,recurrence.png,t%%remindericon,-10,1,reminder.png,t%%iconstart,-3%%priorityicon,-10,1,low priority.png,normal priority.png,high priority.png,t%%changefont,tahoma,13,%%checkbox,5,0,12,12,checkbox.png,checkedbox.png,t%%tab,18%%subject%%changefont,tahoma,13,%%resettextcolor%

Any idea what might be wrong? Past tasks DO show up in the views I didn't edit.

Thanks.

-Bob-
Title: Can't Get taskoverdue To Work
Post by: rebecker on December 04, 2003, 01:29:00 PM
Turns out that the original slider skin DIDN'T show past due tasks on the default agenda screen either.

Still would like to fix this  :wink:
Title: Can't Get taskoverdue To Work
Post by: fishboy on December 04, 2003, 02:28:39 PM
Modify the taskfilter with ID 0 (which is used by the Agenda poom display)in the config file and add [overdue] to the options field like so:

taskfilter,0,90,[overdue],
Title: Can't Get taskoverdue To Work
Post by: rebecker on December 04, 2003, 03:48:33 PM
THANKS! That worked.

-Bob-