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:
@@ -112,9 +112,12 @@ namespace Volian.Controls.Library
|
||||
MyROFST = null;
|
||||
}
|
||||
}
|
||||
// B2019-161 When tracking timing time this action
|
||||
private static VolianTimer _TimeActivity = new VolianTimer("DisplayRO MyRTB_SelectionChanged", 117);
|
||||
|
||||
void MyRTB_SelectionChanged(object sender, EventArgs e)
|
||||
{
|
||||
_TimeActivity.Open();
|
||||
lbFound.SelectionMode = SelectionMode.None;
|
||||
lbFound.DataSource = null;
|
||||
//Spin through ROs looking for the selected text
|
||||
@@ -135,6 +138,7 @@ namespace Volian.Controls.Library
|
||||
}
|
||||
else
|
||||
lbFound.Visible = false;
|
||||
_TimeActivity.Close();
|
||||
}
|
||||
|
||||
void MyRTB_LinkChanged(object sender, StepPanelLinkEventArgs args)
|
||||
|
Reference in New Issue
Block a user