Not quite. The dialog object doesn't return a number, like app.alert() does. It returns a string, "ok" if OK was clicked, "cancel" if Cancel, etc.
↧
Not quite. The dialog object doesn't return a number, like app.alert() does. It returns a string, "ok" if OK was clicked, "cancel" if Cancel, etc.