Added code to fix bug B2015-070.

This commit is contained in:
Jim 2015-05-28 01:47:14 +00:00
parent 37e2227919
commit 793335f71e

View File

@ -874,16 +874,24 @@ namespace VEPROMS
return ((FolderConfig)jj_vetn.VEObject.MyConfig).Title; // get the panel heading return ((FolderConfig)jj_vetn.VEObject.MyConfig).Title; // get the panel heading
} }
//private void btnStepRTF_Click(object sender, System.EventArgs e) private void btnStepRTF_Click(object sender, System.EventArgs e)
//{ {
MessageBox.Show("No implementation code");
//PingSession(null);
//if (tc.MyStepRTB != null) //if (tc.MyStepRTB != null)
//{ //{
// frmStepRTF frm = new frmStepRTF(); // StepConfig sc = new StepConfig(tc.MyStepRTB.MyItemInfo.MyContent.Config);
// if (sc.Step_SourceToBackground != null)
// OpenMyItem(sc.Step_SourceToBackground);
// if(sc.Step_BackgroundToSource != null)
// OpenMyItem(sc.Step_BackgroundToSource);
//frmStepRTF frm = new frmStepRTF();
//frm.MyStepRTB = tc.MyStepRTB; //frm.MyStepRTB = tc.MyStepRTB;
//frm.Show(); //frm.Show();
//} //}
//} }
private SessionInfo MySessionInfo; private SessionInfo MySessionInfo;
private System.Threading.Timer MyActivityTimer; private System.Threading.Timer MyActivityTimer;
@ -1324,6 +1332,7 @@ namespace VEPROMS
dti.MyDSOTabPanel.OverrideClose = true; dti.MyDSOTabPanel.OverrideClose = true;
tc.CloseTabItem(dti); tc.CloseTabItem(dti);
} }
tmrCloseTabItems.Enabled = true;
} }
private void InitializeSecurity() private void InitializeSecurity()