[EMAIL PROTECTED] 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 ___________________________________________________________ [EMAIL PROTECTED] http://www.FourthWorld.com Tel: 323-225-3717 AIM: FourthWorldInc _______________________________________________ metacard mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/metacard
