• Welcome to TodayPlus Boards v2.
 

outlook command doesn't work at all in v.0.11.0

Started by alpax, January 04, 2004, 04:55:46 AM

Previous topic - Next topic

alpax

I cannot make outlook command work in my skin :(
A standard skin works fine, but when I switch to my own, I see only "Updating..." text instead of the events and tasks list.
I tried different options, removed all specific code, tried to copy lines from slider.txt (but had to edit them because I don't use variables in my skin)...
Even the basic things don't work! Here is for example some simple code (even more simplified), which used to work with previous version:

options,dateformat,0,0,0,%bold%%date,l%%regularfont%
options,blanktext,-1,13,13,

options,apptformat,0,13,13,%starttime,HH:mm%-%endtime,HH:mm% %subject% (%location%)
options,apptallday,0,13,13,%subject% (%location%)
options,calendarfilter,1
outlook,2,2,238,52,1,0

I tried to use calendarfilter,0 (that's the only noticeable change from my 0.10.x config, where names were used for filters) and even no filter at all, tried comment all the lines out except the outlook command... Nothing helped :(

Can someone give me a clue please - what I am doing wrong here?

Thanks.

Optimus DAG

I have the same problem!!
my code is something like this:


maxheight,277
height,153

options,imagedir,Images\Colors-3D
changefont,Frutiger Linotype,11,
color,transparent,255_0_255
color,replacement,-1_6_-1,0_0_0
color,shadow,125_125_125
color,font,-1_4_-1

options,apptformat,0,12,12,%iconstart,222%%sensitivityicon,-10,1,private sensitivity.png,normal sensitivity,t%%recurrenceicon,-10,1,recurrence.png,t%%remindericon,-10,1,reminder.png,t%%iconstart,0%%categoryicons,10,1,t%%changefont,Frutiger Linotype,11,%%image,30,2,small_arrow_right.png,t%%tab,40%%starttime,HH:mm%%tab,85%%//bold%%subject%%regularfont%
options,apptallday,0,12,12,%iconstart,222%%sensitivityicon,-10,1,private sensitivity.png,normal sensitivity,t%%recurrenceicon,-10,1,recurrence.png,t%%remindericon,-10,1,reminder.png,t%%iconstart,0%%categoryicons,10,1,t%%changefont,Frutiger Linotype,11,%%image,30,2,small_arrow_right.png,t%%tab,40%All Day%tab,85%%//bold%%subject%%regularfont%

outlook,0,0,240,90,0,0,90


Please HELP!!!

Optimus DAG

Checking the forum I foun the solution. I had a para meter missing in the outlook command, now it looks like:

outlook,0,0,240,90,0,0,90,,,0

alpax

Thank you, Optimus! That is the reason.
Actually I supposed that now outlook requires some new parameters (slider skin has them), but couldn't figure out their meaning.

Now I've found the comment from srs about that:
Quote from: srsthe outlook command has changed a bit, and when updating, no longer does a full refresh. the format of the command is now:

outlook,<x>,<y>,<width>,<height>,<filter>,<cache slot>,<cache height>,var<x> (height used),var<y> (num of days displayed),<regions to update>

the <cache height>,var<x>,var<y>,<regions to update> are optional. the reason the poom doesn't update is that the regions to update parameter should be specified (older version did a full refresh).

So, I've just added the last parameter - region to be updated, and now it's working!

OK, finally I'm back with TodayPlus again :)