Re: Question: Printing Without Dialog Boxes
Re: Question: Printing Without Dialog Boxes
- Subject: Re: Question: Printing Without Dialog Boxes
- From: Emmanuel <email@hidden>
- Date: Tue, 13 Feb 2001 20:56:38 +0100
At 19:48 +0100 13/02/01, Nick Matsakis wrote:
>
When run, this routine launches the application that created the file and
>
issues the print event. This is fine, but then it pops up dialogs, and I
>
have to manually press return.
You might use an osax which emulates keyboard events. Send "Enter" *before*
sending the "print" command.
There are also apps which have "print one" in their dictionaries.
Emmanuel