Mailing Lists: Apple Mailing Lists
Image of Mac OS face in stamp
Re: Printer Setup Utility, starting a stopped printer.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Printer Setup Utility, starting a stopped printer.




On Mar 24, 2007, at 8:05, Peter Baxter wrote:

Hi Thomas,

Your solution could look something like this:
The address could be done in a neater way, but I'm getting tired, and I'm sure someone else can work out a general way of getting the address of the printer.


tell application "Printer Setup Utility"
set currentPrinter to "Macintosh HD:Users:peterba:Library:Printers:" & name of current printer & ".app"
get status of current printer
try
if status of current printer is not (idle) then
my activatePrinter
set status of current printer to idle
end if
end try
end tell



I do not think this would work.
"status" is read only.
May be this could be accomplished via CUPS, by going to CUPS with Safari and trying to perform the operation there.
I have not tried this. If I'll do it later, I'll post the results here.



on activatePrinter() tell application currentPrinter activate end tell end activatePrinter

Yours sincerely,
Peter J Baxter
mail:  email@hidden

The aim and final end of all music should be none other than the glory of God and the refreshment of the soul.
-- Johann Sebastian Bach


Deivy
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden
References: 
 >Printer Setup Utility, starting a stopped printer. (From: Thomas Myers <email@hidden>)
 >Re: Printer Setup Utility, starting a stopped printer. (From: Peter Baxter <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2011 Apple Inc. All rights reserved.