Einen Schönen Guten Morgen
Ich habe folgendes Problem mit einem AppelScript
Ich möchte per Script ein Trap Plugin in Acrobat starten was bisher auch ohne weiters funktioniert.
das plugin wird über tell menu aufgerufen nur ist es so das das starten des trappens mit OK bestätigt werden müßte was ich nicht hinbekomme....
Mein bisheriges Script sieht so aus :
tell application "Adobe Acrobat 7.0 Professional"
activate
open file (x as string)
tell application "System Events"
tell process "Acrobat"
tell menu bar 1
tell menu bar item "Zusatzmodule"
tell menu "Zusatzmodule"
tell menu item "Prinect"
tell menu "Prinect"
click menu item "Trap Editor: Alle Seiten trappen..."
hier müßte der befehl "Press Button OK" rein
end tell
end tell
end tell
end tell
end tell
end tell
end tell
close document 1 saving yes
tell application "Finder" to activate
try
tell application "Finder" to duplicate file x to folder destFolder with replacing
--tell application "Finder" to set name of file (destFolder & oldName) to newName
tell application "Finder" to delete file x
end try
end tell
Vielleicht hat ja jemand dazu eine Idee ich komme da nämlich kein stück weiter :-(
Gruß Jörg