modal window

A window that forces you to interact before you can return to the parent application. An example would be an Open File dialog box.

In Genero, you define a modal window using the windowType:modal style attribute. Programmers typically use predefined window styles with OPEN WINDOW ... ATTRIBUTES(STYLE="dialog").

modal dialog