Lines Matching full:dialog
33 Displays an alert dialog to the process running the current
54 Displays a dialog with a list of choices to the process running the current program.
95 Displays a dialog that accepts input.
161 Displays an alert dialog to the process running the current
162 program. The dialog is modal, so the program pauses until the user clicks the dialog's
172 The message to display in the dialog.
178 The dialog's title. The default value is "Alert".
184 The text displayed in the dialog button. The default value is "OK".
208 Displays a dialog with a list of choices to the process running the current program. The
209 dialog is modal, so the program pauses until the user clicks one of the dialog's
219 The prompt message displayed in the dialog.
234 The dialog's title. The default is "Input".
303 Displays a dialog that accepts input and returns it to the program. The dialog is
304 modal, so the program pauses until the user clicks one of the dialog's buttons.
307 The dialog contains two buttons, one of which displays the okTitle value
319 The prompt message displayed in the dialog.
325 The initial value to display in the dialog. The default is an empty string.
331 The dialog's title. The default is "Input".
353 the dialog's input box. If the user clicks the cancelTitle button, the method returns