Displays the string s as a status message in the status bar of DataLab. The value v controls the length of the main progress bar of DataLab as well as its numeric value in percent (left to the status text). The value v can assume values between 0 and 100, values outside this range are automatically set to the closest limit.
Example: ShowStatus(IntToStr(pct)+'running script 2', 19); displays '19.00 % done' and 'running script 2' in the text panels, and shows the progress bar with 19 percent full scale. Please note that the script progress bar (at the right) is not changed by ShowStatus (use ScriptBar for this purpose).
|