Thread: Calendar
View Single Post
Quote:
Originally Posted by arthurtonypark View Post
I got the above problem - I don't know what the problem was, but adding text:"" fixed it. We needed to do that in 3 places in the script - for every text box that was otherwise empty. The complete line was:

make new shape at end of graphics of first canvas with properties {origin:{kHorizontalPadding, myVerticalCursor}, size:{myCalendarDayBoxWidth * myLeadingDayBoxWidthMultiplier, myCalendarDayBoxHeight}, draws shadow:false, name:"Rectangle", fill color:{50000, 50000, 50000}, text:{font:"Gill Sans", size:kNormalTextSize, text:""}}
Hurray, that works! Thanks.

mmm, but some months (e.g. aug. 2009) are cut off, missing the last few days.

Last edited by oblomow; 2009-07-18 at 01:17 AM..