Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

APPLESCRIPT: Dialog without Buttons?

Hey, So ive got this script here..



if passx = pass then
  
          (display dialog "Correct! Welcome.
  
Auto Redirecting…")
 delay 5
(task here)

else
(task here)


Now, This Dialog box comes up with two buttons "OK" and "CANCEL". I wanted it to have no buttons, any way of doing so?


Thanks!


</kez>

iMac, Mac OS X (10.7.5)

Posted on Jan 26, 2013 1:13 PM

Reply
Question marked as Best reply

Posted on Jan 26, 2013 1:30 PM

Regular AppleScript dialogs are modal and need at least one button (to dismiss the dialog), but they can also time out after a while - what are you wanting to do?

1 reply

APPLESCRIPT: Dialog without Buttons?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.