NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Changing color of skipped step on step list configuration

I'm using TestStand 4.1 and I'm trying to change the color of the skipped step on step list configuration for sequence view for better visibility. I added the line below to "Fonts and Colors" section to do that: 

 

Step.GetRunModeEx() == "Skip" ? tsLightGray:tsBlack

  

It works fine if there's no Cleanup or Setup step. But when I add a Cleanup or Setup step it generates an error whenever I change the Run Mode of any step.

 

Here's the error I get.

 

steplist.JPG

 

Do you have any idea how can I manage that to work?

 

0 Kudos
Message 1 of 4
(4,113 Views)

Hi qool,

 

I was able to reproduce this behavior on my machine.  I have reported it to R&D (#205490) for further investigation.  Thanks for the feedback!

 

Cheers,
Kelly R.
Applications Engineer
National Instruments
0 Kudos
Message 2 of 4
(4,062 Views)

Thanks for the reply. Did you try that on TestStand 4.2.1 or 4.1?

0 Kudos
Message 3 of 4
(4,046 Views)

Hi qool,

 

I tested it on TestStand 4.0, 4.1 and 4.2.1.

0 Kudos
Message 4 of 4
(4,037 Views)