Re: applescript-users digest, Vol 2 #989 - 14 msgs
Re: applescript-users digest, Vol 2 #989 - 14 msgs
- Subject: Re: applescript-users digest, Vol 2 #989 - 14 msgs
- From: "Mark Ritter, CRNA" <email@hidden>
- Date: Wed, 22 Aug 2001 16:16:46 -0500
>
Which application is it?
It's an anesthesia record-keeping software called IdaCare. It was created in
Belgium and we like it very much. I use At Ease to keep the mischief-makers off
of the Finder. I want to keep those same types away from the Chooser also. I
considered making Desktop Printers. I've never used them before....
Thanks for the script.
mark
>
>
>
If these are desktop printers, then you might use the Desktop Printer
>
Manager to change the default printer:
>
>
tell application "Desktop Printer Manager"
>
set pList to the desktop printers
>
set d to default printer
>
set the default printer to d
>
end tell
>
>
BTW, you might want to post your questions not only to me, but also to the
>
list so that others can help too.
>
>
JR