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:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user