Printing issue

Anything beyond the basics in using the LiveCode language. Share your handlers, functions and magic here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10501
Joined: Wed May 06, 2009 2:28 pm

Printing issue

Post by dunbarx »

I have both a stack and it's standalone on the same machine. On a certain card I have a bunch of controls.

If I print that card from the stack, I get a certain (and desired) layout of the controls on the card. But if I do the exact same thing to the same printer from the standalone, the placement of those controls moves dramatically. Anyone ever see this?

Craig
SparkOut
Posts: 2984
Joined: Sun Sep 23, 2007 4:58 pm

Re: Printing issue

Post by SparkOut »

Not exactly. I'm not sure what's going on but I'd try looking at whether relative/absolute positioning might be involved.
I'm presuming you aren't using Windows, where print metrics are different to screen (see "format for printing" stack property).
dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10501
Joined: Wed May 06, 2009 2:28 pm

Re: Printing issue

Post by dunbarx »

Sparkout

WINDOWS? Mmmph, Ha ha. AAH HAHAHA.

No.

It seems odd to me that a stack with an attached engine could work so differently from a stack with an unattached engine. I tried this on two different printers, albeit both were HP types.

Craig
dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10501
Joined: Wed May 06, 2009 2:28 pm

Re: Printing issue

Post by dunbarx »

Sparkout.

I have never used responsive layout, if that matters.

Craig
richmond62
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 10415
Joined: Fri Feb 19, 2010 10:17 am

Re: Printing issue

Post by richmond62 »

Are all your objects/controls on the card you want to print locked?
dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10501
Joined: Wed May 06, 2009 2:28 pm

Re: Printing issue

Post by dunbarx »

Richmond.

Do you mean are their locations locked?

No, but how would that matter?

Craig
richmond62
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 10415
Joined: Fri Feb 19, 2010 10:17 am

Re: Printing issue

Post by richmond62 »

I am not sure, but it might.
Post Reply