CompuServe Thread

#Final Writer macro

2 messages in this thread
#192075From: Marlene Zenker/SYSOPApr 10, 1995 10:15 PM
I believe if you look at the script, you'll be able to fix it per the included instructions. Steve
#192255From: Derek Lynn RakestrawApr 12, 1995 1:59 PM
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 *