Hi Bill,
We have reviewed this issue and are currently researching on it. We will
update you ASAP. Thanks for your patience!
Kevin Yu

Signature
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
Hi Bill,
Currently UIP only support two ways: chaining and nesting. From your
description, I suggest you may consider modify the nesting mode. For
example, the main task start a thread to do the test, and a new task for
reporting. Is this a possible solution for the problem?
Luke
Bill - 23 Nov 2004 19:35 GMT
Luke,
For performance reasons, I was already thinking of using a worker thread to
perform the actual testing but I need the main test view to stay open to
show progress and allow the user to cancel the test. While this is happening
I want to allow the user to start a separate task to do some reporting.
I was playing around with the MultiNavGraph quick start and saw that this is
supported. All I have to do is configure my main testing view as a stayOpen
view and not call SuspendTask or CompleteTask.
Thanks for the help.
Bill
> Hi Bill,
>
[quoted text clipped - 4 lines]
>
> Luke
[MSFT] - 24 Nov 2004 05:46 GMT
Hi Bill,
Thank you for the share. A stayOpen Veiw indeed can resolve the problem.
Luke