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

_______________________________________________
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