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-
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:
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],
THANKS! That worked.
-Bob-