Hi everyone,
I've found some other mistakes. For me the calendar turned out to be 1" by
1" all cramped in the upper left corner. It was because I had my DisplayPrefs
set to Pica and I believe "SetMeasure Inches" alone won't do the trick. I
therefore changed it to "SetMeasure Ruler" and added the options "measure
inches" to the "DisplayPrefs" command in line 81.
The second mistake was the "Month" not to be centred properly on the page.
The brackets must have slipped in line 142. I changed it to:
newleft = (4 – width) / 2
The third mistake was the previously mentioned one. The line that will set
the offset for day # textblock in line 175. I changed it to:
top1 = .25 + top /** offset for day # textblock **/
with AutoPilot from Germany -yours truly
* Derek *