PRODUCTS
PURCHASE
FOR USERS
COMPANY
OUR SITES
DOCUMENTATION CENTER SEARCH
Mathematica
>
Dialog Boxes
>
Built-in
Mathematica
Symbol
CreateDialog
DialogInput
PaletteNotebook
DocumentNotebook
NotebookPut
See Also »
|
Dialog Boxes
More About »
DialogNotebook
DialogNotebook
[{
cell
1
,
cell
2
,
...
}]
represents a dialog notebook that can be manipulated by the
Mathematica
front end.
MORE INFORMATION
CreateWindow
takes a
DialogNotebook
expression and displays it in a separate window.
If generated as output within a notebook,
DialogNotebook
displays as an in-cell representation of a dialog notebook.
DialogNotebook
can take any notebook option.
EXAMPLES
CLOSE ALL
Basic Examples
(2)
Make a dialog notebook:
In[1]:=
Make a dialog notebook that accepts input text:
In[1]:=
Type something in the input field:
Click OK to assign the input to
ret
:
In[2]:=
Out[2]=
Scope
(1)
Properties & Relations
(2)
SEE ALSO
CreateDialog
DialogInput
PaletteNotebook
DocumentNotebook
NotebookPut
MORE ABOUT
Dialog Boxes
New in 6
© 2008 Wolfram Research, Inc.