ShowLog procedure
Prototype: |
procedure ShowLog; |
Description: |
To be used after HideLogprocedure to make the log window to appear again. |
Syntax: |
ShowLog; |
Return value: |
none |
Example:
Begin
OpenLog('Processing summaries of measured trees');
HideLog;
Sleep(2000); //pause the script for 2 seconds
ShowLog;
End.
See also:
OpenLog; IsLogOpen; HideLog; ShowLog; LogWindowStayOnTop; MakeLogWindowStayOnTop; CloseLog;CloseLogWithDelay; Log; LogExt; LogTabStops
© 2024 IFER-Monitoring and Mapping Solutions