05-07-2015 10:55 AM
I currently display % complete (down in the bottom right - status bar) of individual tests. I would now like to add something that to display the overall status of the test. For this, however, I'd like to display some text that just says something simple like "Running Test 3 of 10", "Running Test 4 of 10", etc. I still need to display the % complete of the current test, so this new status would be additional. Any recommendations on where to start with this?
05-07-2015 12:38 PM
How are you writing the % complete.
I'm assuming you are posting a UI message using the UIMsg_ProgressPercent code?
You can just use the UIMsg_ProgressText code with your message set to the stringDataParam.
Hope this helps,