OOF2: The Manual
Name
OOF.Help.Popup_warnings — Display warnings in a pop-up window or just in the message window?
Synopsis
OOF.Help.Popup_warnings(boolean)
Details
- Parent Menu: OOF.Help
-
Callback: function
setWarnPopupsin moduleooflib.common.IO.mainmenu -
Parameters:
boolean-
A boolean value,
0(false) or1(true). This is not a keyword parameter. In scripts, just enter '0' or '1', not 'boolean=1'.
Description
If Popup_warnings is
true, warning messages will appear in an
annoying pop-up window. If it's false,
they'll appear only in the Messages window. The
default value is true.



