Multi-Page Printing Strategy?
John Burtt
jburtt at earthlink.net
Sun Aug 29 22:53:45 EDT 2010
As far as the second part of your question goes...
I set the card dimensions to 612 x 792 and use the following code:
set the formatForPrinting of stack "thePrint" to true
set printMargins to 0,0,0,0
open printing
print stack "thePrint" into 0,0,612,792
close printing
set the formatForPrinting of stack "thePrint" to false
John
On Aug 29, 2010, at 10:00 AM, use-revolution-request at lists.runrev.com
wrote:
>
>
> Also, what is the proper method for centering content on a printed
> page? I
> see Rev provides printRectangle and printPaperRectangle properties,
> but I
> can't tell from their descriptions what I would use to center stack
> content
> within the live area of a printed page.
>
> Thanks for any advice/suggestions.
>
> Best Regards,
>
> Scott Rossi
> Creative Director
> Tactile Media, UX Design
>
>
More information about the use-livecode
mailing list