setting the page size

Richard Gaskin ambassador at fourthworld.com
Fri May 30 02:05:00 EDT 2003


miscdas at boxfrog.com wrote:

> Richard Gaskin writes:
> [snip]
>> Is the printPapersize read-only?  If no, have I missed somewhere in both the
>> MC and Rev docs where it's described as such?
>> 
>> -- 
>> Richard Gaskin 
> ==============
> Probably missed something...
> 
> Rev1.1.1
> Transcript dictionary entry printPaperSize property:
> 
> "The printPaperSize property specifies the dimensions of the paper used for
> printing. 
> 
> set the printPaperSize to paperWidth,paperHeight"

Ah, but it seems to only work until you call "answer printer" -- run this:

on mouseup
  set the printPaperSize to 444,444
  answer the printPaperSize
  answer printer
  answer the printPaperSize
  --
  set the printPaperSize to 444,444
  answer the printPaperSize
end mouseup

-- 
 Richard Gaskin 
 Fourth World Media Corporation
 Developer of WebMerge 2.2: Publish any database on any site
 ___________________________________________________________
 Ambassador at FourthWorld.com       http://www.FourthWorld.com
 Tel: 323-225-3717                       AIM: FourthWorldInc




More information about the metacard mailing list