Search found 6 matches
- Mon Sep 10, 2018 3:53 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: rotation, printing
- Replies: 15
- Views: 8615
Re: rotation, printing
Thank you all for your replies
- Mon Sep 10, 2018 12:49 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: rotation, printing
- Replies: 15
- Views: 8615
Re: rotation, printing
Yes, I did.Klaus wrote: ↑Mon Sep 10, 2018 10:35 amDid you really enter exactly this:?Code: Select all
print stack "your stack to be printed here!" into 0,0,595,842
Thanks.
- Mon Sep 10, 2018 8:54 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: rotation, printing
- Replies: 15
- Views: 8615
Re: rotation, printing
Message execution error: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
Error description: Chunk: can't find stack
Hint:
Why?

Thanks.
- Sat Sep 08, 2018 1:08 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: rotation, printing
- Replies: 15
- Views: 8615
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.
- Mon Sep 03, 2018 6:49 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: rotation, printing
- Replies: 15
- Views: 8615
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
- Sun Sep 02, 2018 6:28 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: rotation, printing
- Replies: 15
- Views: 8615
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 saving...