Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Dialog Boxes >

Modal

Modal
is an option to functions such as CreateDialog, which specifies whether the dialog that is created should be modal to the Mathematica front end.
  • With the default setting Modal->False, other windows can be used even when the dialog is open.
  • With Modal->True, no other Mathematica windows can be used until the dialog has been closed. If there is no mechanism for closing the dialog, Mathematica will therefore effectively freeze.
Create a modal dialog, which blocks operations in other open notebooks:
New in 6
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team