Printing

Terence Heaford t.heaford at btinternet.com
Tue Oct 8 09:50:48 EDT 2013


Hi,

Can someone advise why 

   answer page setup as sheet
   open printing with dialog as sheet
   if the result is "Cancel" then exit mouseUp
   print cd "barChart" from 0,0 to tRight,tBottom + 150
   close printing


is slow when compared to

   answer page setup
   open printing with dialog
   if the result is "Cancel" then exit mouseUp
   print cd "barChart" from 0,0 to tRight,tBottom + 150
   close printing

Thanks

Terry




More information about the use-livecode mailing list