V vettezuki Registered Oct 21, 2005 #1 when using display dialog "Say something." The dialog is an Ok + Cancel type. I'd like an "Ok" (confirmation) only dialog. How does one specify this?
when using display dialog "Say something." The dialog is an Ok + Cancel type. I'd like an "Ok" (confirmation) only dialog. How does one specify this?
B barhar Registered Oct 21, 2005 #2 display dialog "Say something" buttons {"OK"} If you want the 'OK' button as the default button, blue in color, and activated if the <return> or <enter> key pressed ... display dialog "Say something" buttons {"OK"} default button "OK"
display dialog "Say something" buttons {"OK"} If you want the 'OK' button as the default button, blue in color, and activated if the <return> or <enter> key pressed ... display dialog "Say something" buttons {"OK"} default button "OK"