Printing specific area of card
Posted: Wed Aug 05, 2015 9:07 pm
I'm trying to print just a specific area of a card like this:
But I just get blank output. If I just do:
...I get the whole card printed, as expected.
There is a thread on this from a while back but it was never resolved.(http://forums.livecode.com/viewtopic.php?f=7&t=22681) Anybody have any thoughts?
Code: Select all
on mouseUp
print this card from 0,0 to 900,700
end mouseUp
Code: Select all
print this card
There is a thread on this from a while back but it was never resolved.(http://forums.livecode.com/viewtopic.php?f=7&t=22681) Anybody have any thoughts?