Window loses focus when printing as sheet
Posted: Fri Mar 07, 2014 1:12 pm
When using the following:
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
Code: Select all
on printChart
answer page setup as sheet
if the result = "cancel" then
exit printChart
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
This does not seem correct.
Does anyone know?
Mac 10.9.2
Thanks
Terry