You can set whether status and error messages are suppressed. Suppress the messages when you want to perform a number of functions without status and error messages being displayed.
To find out whether messages are being suppressed:
· Use the IN_GetBatchMessageMode function.
To suppress or restart message display:
· Use the IN_SetBatchMessageMode function. TRUE suppresses messages; FALSE restarts messages.
When the Imagenation window is restored, it can display a Status Bar at the bottom that shows pointer coordinates and status messages.
To show or hide the Status Bar:
· Use the IN_ShowStatusBar function.
The Status Bar is displayed or hidden. You can also request the current display of the Status Bar by using the IN_IsStatusBarVisible function.
See also