Centering printing on the page

Phil Davis revdev at pdslabs.net
Tue Nov 19 03:25:24 EST 2013


Hi Jim,

I would try using the [into pageRect] option on the print command, along 
with what you're already doing.

If that didn't work, I would fiddle with the printMargins to push the 
oval toward the center.

Phil Davis


On 11/18/13, 10:15 PM, Jim Hurley wrote:
> I would like to print the area within a graphic "oval".
> Here is my script:
>
>           put topleft of grc "oval" into tTopLeft
>           put bottomRight of grc "oval" into tBottomRight
>           print card from tTopLeft to tBottomRight
>
> The printed oval is not centered on the page. There is a considerable border on the left, and consequently the oval is cut off on the right.
>
> How do I center the printing?
>
> Thank,
>
> Jim Hurley
>
>
>
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>

-- 
Phil Davis





More information about the use-livecode mailing list