Quantcast
Channel: GSAK Forum
Viewing all articles
Browse latest Browse all 75110

GCBalance - Errors in 8.3 by clyde - 2013-06-25

$
0
0
QUOTE (Volvo Man @ June 25, 2013 10:53 am)
BTW loving the new verbose option on the API dialog. what's the chances of adding an option in the future to ShowStatus to use a box like this?

Good suggestion - I have now added in build 16.

ShowStatus sees a new Parameter added for the Message type:

Mtype=Single|Multi

Single - The default. This is the same as now and each message is shown as a single line entry at the bottom of this display (The latest entry overrides the previous message)

Multi - Removes the single line status at the bottom and replaces with a multi line "memo" box. Each message is added to this box so you can see a history of past messages. This box will also grow/shrink as you change the height and width values.

The default height for the ShowStatus command is set up for the "Single" options so you probably will want to at least change the height if you use "Multi"

Here is some sample code and corresponding screenshot when the height is set to 250

GSK
$x = 0
while $x < 10
 ShowStatus Msg="Testing iteration $x of 10" height=250 mtype=multi
 delay ms=1000
 $x = $x + 1
endwhile


user posted image

Viewing all articles
Browse latest Browse all 75110

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>