Property : Window Type
Contents |
[edit] Description
Use the Window Type property to set the mode in which the dialog or popup opens when invoked at runtime.
Non-modal Window
Dialog initially receives focus, and the dialog can lose focus. The dialog does not interfere with program flow. Non-modal Window (Always on Top)
Dialog initially receives focus, and the dialog can lose focus. However, the dialog always remains on top of all other program elements, even with focus redirected elsewhere. The dialog does not interfere with program flow. Modal Window
Default setting. Dialog has focus until closed. Program flow halts until a user closes the dialog. Non-Modal Overlay
Popup initially receives focus, and the popup can lose focus. The popup does not interfere with program flow. Modal Overlay
Popup has focus until closed. Program flow halts until a user closes the popup.
When you have set the Target property to a web site URL, this property behaves differently.
Non-modal Window The web page is placed in a separate dialog.
The size of the dialog is determined by the Height and Width properties.
Non-modal Window (Always on Top) The web page is placed in a separate dialog.
The size of the dialog is the default browser size.
Modal Window The web page is placed in a separate dialog
The size of the dialog is the default browser size.
Non-Modal Overlay The web page URL text is written into a popup.
The size of the popup is determined by the Height and Width properties.
Modal Overlay The web page URL text is written into a popup.
The size of the popup is determined by the Height and Width properties.
[edit] Property Editor Location
Bungee Logic - Base Tab (when you select an Open Dialog statement)
Bungee Logic - Behavior Tab (under the Advanced property when you select an Open Dialog statement)
[edit] Data Type
Enumerated string
[edit] Default Value
| Statement | Default |
|---|---|
| Open Dialog | Modal Window |



