B2019-161 Timing of display history
B2019-161 Timing of display RO B2019-161 Timing of display search B2019-161 Timing of display tab control B2019-161 Timing of DSO Tab Panel Refresh B2019-161 Timing of close word app B2019-161 Timing of MyStepRTB selection changed
This commit is contained in:
@@ -393,11 +393,16 @@ namespace Volian.Controls.Library
|
||||
return _TmrRefresh;
|
||||
}
|
||||
}
|
||||
// B2019-161 When tracking timing time this action
|
||||
private static VolianTimer _TimeActivity = new VolianTimer("DisplaySearch _TmrRefresh_Tick", 399);
|
||||
|
||||
// B2016-258 Hang after selecting a procedure if the Step Type panel is open on the search panel
|
||||
void _TmrRefresh_Tick(object sender, EventArgs e)
|
||||
{
|
||||
_TimeActivity.Open();
|
||||
TmrRefresh.Enabled = false;
|
||||
AdvTreeStepTypesFillIn();
|
||||
_TimeActivity.Close();
|
||||
}
|
||||
public void StartAdvTreeStepTypesFillIn()// B2016-258 Hang after selecting a procedure if the Step Type panel is open on the search panel
|
||||
{
|
||||
|
Reference in New Issue
Block a user