Open crashtestoz opened 8 years ago
I have a simple script that notifies me by email when the print completes but MicroPrint throws an Apple Script Error -1708.
The script runs fine on its own.
Any ideas? Microprint v201509301800
Make sure you put the relevant parts within a printFinished handler:
on printFinished(printName, duration) ... end printFinished
Perfect that worked like a charm. thx.
I have a simple script that notifies me by email when the print completes but MicroPrint throws an Apple Script Error -1708.
The script runs fine on its own.
Any ideas? Microprint v201509301800