Quit without save

I often wish to quit “Intaglio” without saving to a file, and wish to avoid the Alert which asks me if I wish to save. I have a script which works when tested via Script Editor, but which when invoked from the “Scripts” folder produces this error message : “Intaglio got an error. AppleEvent timed out”
The script is :
tell application “Intaglio” (cr)
activate (cr)
quit saving no (cr)
end tell (cr)

Why doesn’t it work?


Intaglio mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

This appears to be an error returned from deep inside the AppleEvent manager in the OS. I’m not sure if there’s any workaround for now. You should be able to set the user interaction level to ignore errors, but it appears the script menu currently ignores this. This will be fixed in the next version.


Intaglio mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options