GUIKit Example: SimpleDialogAppCodeDefinition
| Out[4]= |  |
ExampleThis example illustrates how to use modal dialogs initiated from another window, optionally setting up property values on widgets in the modal dialog, and, when the modal dialog is closed, retrieving values from the widgets in the modal dialog. NOTE: This modal dialog will be modal to other user interface definitions, but not modal to interactions with Mathematica or the kernel. Modal interactions with the kernel are determined by using GUIRun or GUIRunModal.
|