How can you get an app to display a diaglog before it quits?
Just add an “on should quit” or “on will quit” handler!
(Handlers must close with “return true”)
on will quit theObject
display dialog "You're quitting me!? For what?"
end will quit
Make sure to check what you want to use in the Applescript pane of the Files Owner…
Thanks for the help.