PA_SetMessagesStatus

4D - Documentation   Français   English   German   4D Plugin API, Command Theme List   4D Plugin API, Command Alphabetical List   Back   Previous   Next

version 2003


PA_SetMessagesStatus (showMessage)

ParameterTypeDescription
showMessagecharShow thermometer

Description

The command PA_SetMessagesStatus controls the display of the thermometer shown during time- consuming operations such as sorts and searches for the current process.

Displaying the thermometer is local to each process and, by default, the thermometer will be shown in the process when a new process is started.

If a thermometer should not be shown during the next execution of a time-consuming operation, pass 0 in messagesOn. If the thermometer should be used, pass 1 in showMessage.

To find out if the thermometer is to be displayed or not, use PA_GetMessagesStatus.

To control where the thermometer will appear on the screen, use PA_SetThermometerRect.

See Also

PA_GetMessagesStatus, PA_SetThermometerRect.

Error Handling

PA_GetLastError always returns eER_NoErr


4D - Documentation   Français   English   German   4D Plugin API, Command Theme List   4D Plugin API, Command Alphabetical List   Back   Previous   Next