Printing in LC 7.0.3

Terence Heaford t.heaford at icloud.com
Thu Mar 5 04:05:34 EST 2015


Out of interest and not to be to provocative, how are you supposed to migrate to LC 7 as suggested by Richard Gaskin when something as obvious as printing does not work?

All the best

Terry


> On 4 Mar 2015, at 18:34, Terence Heaford <t.heaford at icloud.com> wrote:
> 
> Mac, Yosemite 10.10.2
> 
> Why does this work in LC 6.7.3 and not LC 7.0.3
> 
> on mouseUp
>    
>    answer page setup as sheet
>       if the result = "cancel" then
>          exit mouseUp
>       end if
>       answer printer as sheet
>       if the result = "cancel" then
>          exit mouseUp
>       end if
>       
>       put 0,0,300,200 into tPrintRect
>       
>    print card from 0,0 to 300,200 into tPrintRect
> 
> end mouseUp
> 
> 
> All the best
> 
> Terry




More information about the use-livecode mailing list