04-14-2009 10:23 AM
Hi All, I had a lot of nested loops in my test execution and i wanted not show it so to lessen confusion on the operators.
Is there a way to solve this issue with out using the disabling of the tracing on the subsequence?
08-04-2009 05:40 PM
Have you received any help or found a solution for this? I would love to see it!
thanks!
08-05-2009 06:06 AM
Unfortunatlly I don't believe its possible. My little trick has always been to put stuff in a SubSequence, Disable the Tracing, but use the ProgressPercent & ProgressText UI_Msg to show the progress within the SubSequence.
Here's a quick example.