Lo script è:
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
Se eseguito direttamente da AppleScript Editor, funzionerebbe come previsto, ovvero apri il file selezionato con Anteprima. Ma se eseguito da DEVONthink stesso, non farebbe nulla se non mettere in pausa l'applicazione per qualche secondo.
Perché sta succedendo questo? Come farlo funzionare come previsto?