RE: Scripting "Print Center" in X
RE: Scripting "Print Center" in X
- Subject: RE: Scripting "Print Center" in X
- From: Mattias Jonsson <email@hidden>
- Date: Mon, 29 Apr 2002 13:30:08 +0200
>
If the same goes for OS X as for 9.1, you'll have to include a
>
"continue quit" statement:
>
>
tell application "Print Center"
>
activate
>
set current printer to printer 1
>
quit
>
continue quit
>
end tell
>
>
Hope it works...
>
>
Thanks Pier, however. This doesn't work either.
When run from the script editor, the error mess tells me: "Print Center got
an error: Can't continue Quit."
When run as an application, the error mess is: "Can't continue <<event
corequit>>".
However - when I use "Close Window 1" the printerlistings window closes and
the "Print Center" app quits.
To me, it seems a little bit strange... But, as long as the app quits I'm
happy ;-)
regards
/Mattias Jonsson
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.