Use a timer to refresh the Step Type list in the Search Panel

Use a timer to refresh the Step Type list in the Search Panel
Refresh Step Type list after a Working Draft is Checked or Unchecked.
This commit is contained in:
Rich
2016-11-21 16:05:22 +00:00
parent 085814045c
commit 99aa1ac9c5
2 changed files with 33 additions and 6 deletions

View File

@@ -1043,6 +1043,7 @@ namespace VEPROMS
}
private void frmVEPROMS_FormClosing(object sender, FormClosingEventArgs e)
{
//tc.ShuttingDown = true;// This keeps PROMS from Hanging under certain circumstances
if (MyParent == null)
{
if (MyActivityTimer != null) MyActivityTimer.Dispose();
@@ -3523,7 +3524,7 @@ namespace VEPROMS
if (SelectedDVI != null)
{
displaySearch1.Mydocversion = SelectedDVI;
displaySearch1.advTreeStepTypesFillIn();
displaySearch1.StartAdvTreeStepTypesFillIn();// B2016-258 Hang after selecting a procedure if the Step Type panel is open on the search panel
}
displaySearch1.advTreeProcSetsFillIn(searchFocus);
}