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 espera, es decir, abrir el archivo seleccionado con Vista Previa. Pero si se ejecuta desde el propio DEVONthink, no haría nada excepto pausar la aplicación durante unos segundos.
¿Por qué ocurre esto? ¿Cómo conseguir que funcione como se espera?