Hi guys
I am using a simple user interface, derived from the default "Simple OI". For displaying of my sequence's progress, I am using an ExecutionViewMgr connected to a SequenceView control. My sequence consists of a MainSequence, consisting of several calls to subsequences. The default behavior of ExecutionViewMgr is that it shows progress of each step in each subsequence. However, I'd like to have only the MainSequence shown during the whole test. It's because the GUI operator is not interested in all the simple steps in subsequences, only in the final results of the subsequence calls. Is this possible to do?
Vladimir