"Desktop Printer Manager" dictionary
"Desktop Printer Manager" dictionary
- Subject: "Desktop Printer Manager" dictionary
- From: Bill Christens-Barry <email@hidden>
- Date: Thu, 1 Mar 2001 13:45:24 -0500
I tried this (as was suggested by someone):
tell application "Finder"
activate
set NewFoldPath to (make new folder at system folder of startup
disk with properties {name:"Desktop Printers"}) as alias
end tell
tell application "Desktop Printer Manager"
set the container of every desktop printer to the NewFoldPath
end tell
and received an error msg:
'Can't get application's event dictionary.'
even though Script Editor is able to open "Desktop Printer Manager's"
dictionary. "Desktop Printer Manager" is in my Scripting Additions
folder.
What's the problem here?
Thanks
Bill Christens-Barry
Equipoise Imaging, LLC