I have a script that is saved as a application. I need it to pop up a warning as it finishes running.
-- Then show the dialog with warning icon
display dialog "Please check the sender email before sending." buttons {"OK"} default button "OK" with icon caution
I tried this and it works, but I need it to come to the front of everything, presently it hides under other stuff.