10-21-2009 02:52 PM
Solved! Go to Solution.
10-23-2009 01:04 PM
Follow up Comments-
My usage is part of a custom step type where I am able to specify the TestStand Step Description using expressions. TestStand will update the Description automatically but only if I insert a new Step or close the sequence file. Is there a way to force TestStand to refresh this info programatically.
10-26-2009 10:51 AM
Is this a runtime or edit time change that you want it to refresh for? For example, is this an edit substep? If so are you incrementing the change count on the file after making the edits? If so, then it should be refreshing once your dialog is dismissed. If instead it's something you want to change while your step is running then you can use the SequenceConext.Thread.PostUIMessage API with the UIMsg_RefreshWindows UI message.
Hope this helps,
-Doug
10-26-2009 02:59 PM