Specify Advanced Style Options dialog box
You can specify a window style in your New Window script step definition. This dialog appears when you select Specify Advanced Style or click Specify in the New Window Options dialog box.
To specify one of the window styles, select Document Window, Floating Document Window, or Dialog Window, then select one or more of the following Window Controls options.
 
Notes
 •
 •
 •
 •
 •
 •
 •
 •
Users can interact with non-document windows such as the FileMaker Pro Advanced Data Viewer and Script Debugger, if these windows are open when the dialog window opens. However, users cannot interact with open Manage Scripts, Manage Layouts, Edit Script, or Manage Favorites dialog boxes.
 •
Because dialog windows are modal, users must close dialog windows before they can open or interact with any open document windows or switch from Browse to Layout mode. However, solution developers can use a script to open another dialog window or a modal utility window (for example, the Manage Database dialog box) while a dialog window is open. For more information, see the table describing script step restrictions below.
 •
Although all script steps appear active in the Edit Script dialog box, the following script steps cannot be used with dialog windows or their use is restricted.
 
 •
Any operations that attempt to open a non-dialog window will fail when a dialog window is open (for example, using a script trigger to run a script from another file). OnTimer scripts do not execute when a dialog window is open unless the script launches from the dialog window itself.
 •
Mac OS: A FileMaker Pro dialog window does not have the same qualities or restrictions of a standard dialog window. For example, Apple events can communicate with a database while a FileMaker Pro dialog window is open.
Related topics 
New Window