|
![]() |
![]() |
version 2003
PA_SetMessagesStatus (showMessage)
Parameter | Type | Description | |
showMessage | char | → | Show 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
always returns
eER_NoErr