Okay, what did I do to break this ??? Basically it kinda works but after some time, today+ seems to lockup. It won't display on the today page (another item does display correctly). Also, the "2" button (WORK), won't display anything, just says "Updating....". Using 0.9.8, slider skin.
Basically I want several views as follows:
-all categories, appt and task (default agenda?)
-non-work related categories, appt and task
-work related categories, appt and task
-all categories, appt only
Here is what I have in my config.txt, just a few changes from the default from 0.9.8:
Quote
// USE THIS TO FILTER AllDayEvents: AND [AllDayEvent] = FALSE
taskfilter,0,90,[overdue],
poomformat,blank-none,-1,12,12,
poomformat,appt0,0,12,12,%changefont,tahoma,11,%%image,1,2,small_arrow_right.png,t%%tab,10%%starttime,hh:mm%-%endtime,hh:mmt%%tab,80%%//bold%%subject%%regularfont% %changefont,tahoma,11,i%(%location%)%changefont,tahoma,12,%
poomformat,apptallday0,0,12,12,%changefont,tahoma,11,%%image,1,2,small_arrow_right.png,t%%tab,20%All Day%tab,80%%//bold%%subject%%regularfont% %addy,1%%changefont,tahoma,10,i%(%location%)%addy,-2%%changefont,tahoma,12,%
dateformat,0,3,13,16,%changefont,tahoma,12,%%line,12,-1_6_-1%%bold%%date,l%%regularfont%
poomformat,blank0,-1,12,12,%tab,80%%changefont,tahoma,11,%Nothing Further%changefont,tahoma,12,%
poomformat,task0,0,12,12,%changefont,tahoma,11,%%checkbox,0,0,12,12,checkbox.png,checkedbox.png,t%%tab,15%Due: %enddate,(MM/dd)%%tab,80%%subject%%changefont,tahoma,12,%
poomformat,taskoverdue0,0,12,12,%textcolor,255_0_0%%changefont,tahoma,11,%%checkbox,0,0,12,12,checkbox.png,checkedbox.png,t%%tab,15%Due: %enddate,(MM/dd)%%tab,80%%subject%%changefont,tahoma,12,%%resettextcolor%
poomformat,taskcomplete0,0,12,12,%changefont,tahoma,11,s%%checkbox,0,0,12,12,checkbox.png,checkedbox.png,t%%tab,15%Due: %enddate,(MM/dd)%%tab,80%%subject%%changefont,tahoma,12,%
calendarfilter,1,360,([Categories] <> "Proj1" AND [Categories] <> "Proj2" AND [Categories] <> "Work")
text,calendarfilter1,NOT WORK
taskfilter,1,90,[overdue],([Categories] <> "Proj1" AND [Categories] <> "Proj2" AND [Categories] <> "Work")
text,taskfilter1,NOT WORK
//dateformat,2,0,0,0,%image,1,2,small_arrow_right.png,t%%tab,10%%changefont,tahoma,11,%%date,(MM/dd)%%changefont,tahoma,12,%
//poomformat,2,0,14,14,%tab,50%%changefont,tahoma,11,%%subject% (%countdown, days,H:mm 'hours',m 'minutes'%)%changefont,tahoma,12,%
calendarfilter,2,90,([Categories] = "Proj1" OR [Categories] = "Proj2" OR [Categories] = "Work")
text,calendarfilter2,WORK
taskfilter,2,90,[overdue],([Categories] = "Proj1" OR [Categories] = "Proj2" OR [Categories] = "Work")
text,taskfilter2,WORK
dateformat,date3,0,0,0,
taskfilter,3,360,[overdue],
dateformat,countdown,0,0,0,
//calendarfilter,countdown,360,[Categories] = "Countdown"
//calendarfilter,countdown,360,[Categories] <> "Class"
//taskfilter,countdown,360,,[Categries] = "Countdown"
poomformat,countdown,0,12,12,%changefont,tahoma,11,%%image,1,2,small_arrow_right.png,t%%tab,10%%countdown, days,H:mm 'hours',m 'minutes'%%tab,65%%//bold%%subject%%regularfont% %changefont,tahoma,11,i%(%startdate,MM/dd% %starttime,hh:mm%)%changefont,tahoma,12,%
poomformat,countdownnodate,0,12,12,%changefont,tahoma,11,%%image,1,2,small_arrow_right.png,t%%tab,10%%countdown, days,H:mm 'hours',m 'minutes'%%tab,65%%//bold%%subject%%changefont,tahoma,12,%
[/size][/color]
Thanks
I've just discovered it has something to do with the dateformat and poomformat options I commented out. Basically I want this view to look the same as the agenda, just filtered categories.
Not sure if this fixes the today+ lockup I'm seeing yet though.
Thanks
yes, you cant comment out stuff because the skin expects to find the information in the config, and when its not there bad things happen.
if you want to keep the same format, comment out the lines in the skin that call for the new format.
I see... slowing making progress here :-)
Next question:
In my previous file, the category filters don't seem to be working. For my "WORK" filter I want to see only tasks/appts from three categories:
calendarfilter,2,90,([Categories] = "Proj1" OR [Categories] = "Proj2" OR [Categories] = "Work")
For my "NOT WORK" filter I want to see everything except the three categories:
calendarfilter,1,360,([Categories] <> "Proj1" AND [Categories] <> "Proj2" AND [Categories] <> "Work")
In my skin I just have the following for each filter (with apropriate #2 at end of options,calendarfilter,2):
region,13,1,-1
text,120,0,%calendarfilter1%,cs
storevar,var9=0
storevar,var8=1
options,calendarfilter,1
options,taskfilter,1
endregion,13,1
These don't seem to work, is my logic messed up?
Thanks!
Quote from: kwernerI see... slowing making progress here :-)
Next question:
In my previous file, the category filters don't seem to be working. For my "WORK" filter I want to see only tasks/appts from three categories:
calendarfilter,2,90,([Categories] = "Proj1" OR [Categories] = "Proj2" OR [Categories] = "Work")
For my "NOT WORK" filter I want to see everything except the three categories:
calendarfilter,1,360,([Categories] <> "Proj1" AND [Categories] <> "Proj2" AND [Categories] <> "Work")
In my skin I just have the following for each filter (with apropriate #2 at end of options,calendarfilter,2):
region,13,1,-1
text,120,0,%calendarfilter1%,cs
storevar,var9=0
storevar,var8=1
options,calendarfilter,1
options,taskfilter,1
endregion,13,1
These don't seem to work, is my logic messed up?
Thanks!
I'm taking a wild guess here
For your "WORK" filter
calendarfilter,2,90,[Categories] = "Proj1" OR [Categories] = "Proj2" OR [Categories] = "Work"
For your "Non-WORK" filter
calendarfilter,1,90,[Categories] = "wildguess" AND ([Categories] <> "Proj1" OR [Categories] <> "Proj2" OR [Categories] <> "Work")
if it doesn't work,
let's see if
calendarfilter,1,90,([Categories] <> "Proj1" OR [Categories] <> "Proj2" OR [Categories] <> "Work")
can be the answer
Let me know how's my wild guess