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
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to