El script es:
tell application "DEVONthink Pro"
activate
end tell
tell application "System Events"
tell process "DEVONthink Pro Office"
tell menu bar 1
tell menu bar item "Data"
tell menu "Data"
tell menu item "Open With"
tell menu "Open With"
click menu item "Preview (default)"
end tell
end tell
end tell
end tell
end tell
end tell
end tell
Si se ejecuta directamente desde el Editor de AppleScript, funcionaría como se esperaba, es decir, abrir el archivo seleccionado con Vista previa. Pero si se ejecuta desde DEVONthink en sí, no haría nada, excepto pausar la aplicación durante algunos segundos.
¿Por qué sucede esto? ¿Cómo hacer que funcione como se esperaba?