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
_______________________________________________
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