For the latest version of JMP Help, visit JMP.com/help.

Scripting Guide > Display Trees > Modal Windows
Publication date: 09/28/2021

Modal Windows

As described in Constructors for New Windows, modal means that the user must interact with the window immediately. Clicking outside the window produces an error sound. Script execution stops until the user responds to the window.

JMP provides two types of modal window functions:

New Window() with the Modal message. This creates a new window in which you arrange other display boxes.

Column Dialog() constructs a window for column role assignments as found in many launch windows. The specialized constructors for Column Dialog() mean that you have less flexibility than with New Window(). However, Column Dialog() lets you easily create a launch window.

Want more information? Have questions? Get answers in the JMP User Community (community.jmp.com).