Printing parts of a card
arie van der Ent
arietext at mac.com
Sat Feb 4 10:38:37 EST 2006
Hi,
I want to print five parts of a card resized to paper size A4.
According to the documentation it seems simple.
I made a test button on the card with the following script:
ON mouseUp
put "0,0,595,842" into tA4 -- paper size A4
open printing with dialog
print this card from 232,168 to 342,354 into tA4 -- from
left,top to right,bottom (Thanks, Dan Shafer)
print this card from 328,168 to 438,354 into tA4
print this card from 433,168 to 543,354 into tA4
print this card from 545,168 to 655,354 into tA4
print this card from 655,168 to 765,354 into tA4
close printing
END mouseUp
All I got is a blank piece of paper. Is there a solution?
Arie van der Ent
More information about the use-livecode
mailing list