Printing in LC 7.0.3

Terence Heaford t.heaford at icloud.com
Wed Mar 4 13:34:04 EST 2015


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