Print Dialogs as sheets

Terence Heaford t.heaford at btinternet.com
Thu Mar 6 13:59:30 EST 2014


When using the following:

on printChart
   answer page setup as sheet
   
   if the result = "cancel" then
      exit to top
   end if
   
   answer printer as sheet
   
   if the result = "cancel" then
      exit printChart
   end if
   
 
   print card from topLeft of me to bottomRight of me into tPrintRect
end printChart


After the script has finished the window to which the sheets are attached does not have the focus.

This does not seem correct.

Does anyone know?

Mac 10.9.2

Thanks

Terry


More information about the use-livecode mailing list