Static Public Member Functions

BinNavi.API.helpers.Settings Class Reference

Used to configure global settings. More...

List of all members.

Static Public Member Functions

static void setShowDialogs (final boolean enabled)
 Toggle warning dialogs.

Detailed Description

Provides a few functions to configure global BinNavi settings.


Member Function Documentation

static void BinNavi.API.helpers.Settings.setShowDialogs ( final boolean  enabled  )  [static]

Disables or enables warning dialogs. Disabling dialogs is useful for running scripts or plugins that handle errors themselves.

Parameters:
enabled True, to enable dialogs. False, to disable them.