Wolfram Computation Meets Knowledge

Wolfram Language & System Documentation Center Wolfram Language Home Page »

CreateDialog

CreateDialog[expr]

creates a dialog notebook containing expr and opens it in the front end.

CreateDialog[expr,obj]

replaces the notebook represented by the notebook object obj with the one obtained from expr.

Details and Options

Examples

open allclose all

Basic Examples  (2)

Make a dialog notebook:

Make a dialog notebook that accepts input text:

Type something in the input field:

Click OK to assign the input to ret:

Scope  (2)

Put up a dialog window for setting a value for u:

Moving the slider changes the value of the Manipulate variable x:

Click the button to set u:

Create a modal dialog, which blocks interactions with other open notebooks:

Options  (4)

Background  (1)

Choose a background:

Enabled  (1)

Create a dialog with user interactivity disabled:

Enable user interactivity:

WindowMargins  (1)

Place a dialog window at the upper left of the screen:

WindowTitle  (1)

Applications  (1)

Create a dialog window for manipulating a graphics object:

Properties & Relations  (1)

To create a dialog that blocks kernel evaluations, use DialogInput:

Wolfram Research (2007), CreateDialog, Wolfram Language function, https://reference.wolfram.com/language/ref/CreateDialog.html.

Text

Wolfram Research (2007), CreateDialog, Wolfram Language function, https://reference.wolfram.com/language/ref/CreateDialog.html.

CMS

Wolfram Language. 2007. "CreateDialog." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/CreateDialog.html.

APA

Wolfram Language. (2007). CreateDialog. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/CreateDialog.html

BibTeX

@misc{reference.wolfram_2024_createdialog, author="Wolfram Research", title="{CreateDialog}", year="2007", howpublished="\url{https://reference.wolfram.com/language/ref/CreateDialog.html}", note=[Accessed: 18-May-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_createdialog, organization={Wolfram Research}, title={CreateDialog}, year={2007}, url={https://reference.wolfram.com/language/ref/CreateDialog.html}, note=[Accessed: 18-May-2024 ]}

Top