¿hay una manera de ejecutar un diálogo AppleScript como un emplazamiento específico? como se haría para una aplicación que utiliza
tell application "System Events"
set position of first window of application process "Slack" to {5724, 0, 6967, 647}
end tell
el ejemplo del diálogo:
set myDialog to {"Demo", "Demo two", "Demo Trois"}
set selectedResolution to choose from list myDialog with title "title here" with prompt "message here" default items "Deny Abuse"