Displaying status and error messages

 

You can perform a number of functions without displaying status and error messages.

To find out whether messages are being suppressed:

· Use the GetBatchMessageMode transaction. It has no parameters.

To suppress or restart message display:

· Use the SetBatchMessageMode(messageMode) transaction. MessageMode is a Boolean value.

You can also define whether progress indicators are displayed when the Imagenation window is minimized. You do this with the SetShowStatusDialogs(state) transaction, which is also a Boolean parameter.

When the Imagenation window is restored, it can display a Status Bar at the bottom that shows pointer coordinates and status messages.

To find out if the Status Bar is displayed:

· Use the IsStatusBarVisible transaction. It has no parameters.

To show or hide the Status Bar:

· Use ShowStatusBar(state) (Boolean).

See also