-- at the beginning of the script:
display message \"Checking Your IP Address\" at screen position¬
top right dismissing when script quits
-- the rest of the script
tell application \"FastScripts\"
set myNote to display message \"hello\" dismissing after delay 0
end tell
-- Rest of the script --
tell application \"FastScripts\"
set autodismiss time of myNote to 0.01
end tell
tell application \"FastScripts\" to set myNote to display message \"hello\" dismissing after delay 0
-- Rest of the script --
tell application \"FastScripts\" to set autodismiss time of myNote to 0.01
It looks like you're new here. If you want to get involved, click one of these buttons!