Added code to fix bug B2015-070.
This commit is contained in:
parent
37e2227919
commit
793335f71e
@ -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)
|
||||||
//{
|
{
|
||||||
// if (tc.MyStepRTB != null)
|
MessageBox.Show("No implementation code");
|
||||||
// {
|
//PingSession(null);
|
||||||
// frmStepRTF frm = new frmStepRTF();
|
|
||||||
|
|
||||||
// frm.MyStepRTB = tc.MyStepRTB;
|
//if (tc.MyStepRTB != null)
|
||||||
// frm.Show();
|
//{
|
||||||
// }
|
// 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.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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user