Search found 6 matches

by mikr2003
Mon Sep 10, 2018 3:53 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: rotation, printing
Replies: 15
Views: 12972

Re: rotation, printing

Thank you all for your replies
by mikr2003
Mon Sep 10, 2018 12:49 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: rotation, printing
Replies: 15
Views: 12972

Re: rotation, printing

Klaus wrote: Mon Sep 10, 2018 10:35 am Did you really enter exactly this:

Code: Select all

print stack "your stack to be printed here!" into 0,0,595,842
?
Yes, I did.

Thanks.
by mikr2003
Mon Sep 10, 2018 8:54 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: rotation, printing
Replies: 15
Views: 12972

Re: rotation, printing

Klaus wrote: Sat Sep 08, 2018 1:17 pm
If you want to use the message box, type:

Code: Select all

print stack "your stack to be printed here!" into 0,0,595,842
Message execution error:
Error description: Chunk: can't find stack
Hint:

Why? :(

Thanks.
by mikr2003
Sat Sep 08, 2018 1:08 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: rotation, printing
Replies: 15
Views: 12972

Re: rotation, printing

Klaus wrote: Sun Sep 02, 2018 6:58 pm
You can "force" to print the big stack into a certain (smaller) rect:

Code: Select all

...
## DIN A4
print this stack into 0,0,595,842
...

I’m sorry! I put it in the message box, pressed Enter, closed the message box, chose Print Card, but without result.

What did I do wrong?

Thanks.
by mikr2003
Mon Sep 03, 2018 6:49 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: rotation, printing
Replies: 15
Views: 12972

Re: rotation, printing

Klaus wrote: Sun Sep 02, 2018 6:58 pm
You can "force" to print the big stack into a certain (smaller) rect:

Code: Select all

...
## DIN A4
print this stack into 0,0,595,842
...

Where do I have to put it in? in the Message Box?

Thanks

Konstantin
by mikr2003
Sun Sep 02, 2018 6:28 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: rotation, printing
Replies: 15
Views: 12972

rotation, printing

Hello,

I’m new here and I’m working on a small project.
I have a couple of questions and hope that you could help me.

1) How can I rotate fields, buttons to be able to write a text from up to down.
2) I have a stack. Its width is 1622 and height is 588. How could I resize the stack to A4 with ...