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 setWarnPopups in module ooflib.common.IO.mainmenu
  • Parameters:

    boolean
    A boolean value, 0 (false) or 1 (true). This is not a keyword parameter (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.