NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Some execution view properties of the C# simple OI have no effect

Using TestStand 4.0 and C# 2005, I am trying to modify the column layout in the sequence view of the simple OI.  When I right-click to change the properties of axSequenceView on the Visual Studio designer, the form preview within the Visual Studio designer reflects my changes.
 
When I run the OI, the default layout is presented.
 
What else is required for this to work?
 
JJJ
 
Reference:
 
0 Kudos
Message 1 of 3
(3,277 Views)
Set ApplicationMgr.UseStepListConfigurations to False.
Message 2 of 3
(3,276 Views)

For those who are interested:  I inserted the following line just before axApplicationMgr.Start(), and the method worked for me.

axApplicationMgr.UseStepListConfigurations =

false;

I though it was probably very simple.

Thanks James!  Smiley Very Happy

Message Edited by John J on 06-14-2007 01:54 PM

0 Kudos
Message 3 of 3
(3,274 Views)