Search found 4 matches

by minicooper97de
Sat Oct 08, 2022 9:45 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: set the printersettings is not working
Replies: 2
Views: 1825

Re: set the printersettings is not working

hi dunbarx,

yes you are right. if you only use the default pinter and change nothing you will get the same result. but if you do change the settings (as I wrote in my code-comments) you perhaps get the same issue.... can you please try again ?

greetings, andy
by minicooper97de
Tue Sep 27, 2022 4:50 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: set the printersettings is not working
Replies: 2
Views: 1825

set the printersettings is not working

hi forum, i am on mac mojave with lc9-6-8 - i am stucking with the printersettings - they do not work. after saving and loading the prefs - the print is not the same... can some one tell me what is wrong??? or is it a bug? best, andi on mouseUp breakpoint reset printing put the printerName into tpri...
by minicooper97de
Tue Sep 24, 2013 9:58 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: 1 = 1 ?
Replies: 7
Views: 6127

Re: 1 = 1 ?

About 5 months ago this was brought up on the Dev list, there are apparently ways to work around this. You only get 16 digits using the standard liveCode arithmetic. Simon thanks simon, this seems to be the problem... i have to calculate a checksum like: 700901001234567890131400 mod 97 the result i...
by minicooper97de
Mon Sep 23, 2013 1:37 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: 1 = 1 ?
Replies: 7
Views: 6127

1 = 1 ?

hi all,

i have something curious... try this in your message box:

Code: Select all

put "700901001234567890131400" into x;add 0 to x; put x

perhaps there is a reason - but i do not know - do you?

andi