* More open window tracking fixed.

This commit is contained in:
Heng Sin Low 2006-12-06 05:12:02 +00:00
parent 63fcc2160c
commit 641933241f
3 changed files with 3 additions and 0 deletions

View File

@ -171,6 +171,7 @@ public class AArchive implements ActionListener
else // all Reports else // all Reports
av.query(true, m_AD_Table_ID, 0); av.query(true, m_AD_Table_ID, 0);
// //
AEnv.addToWindowManager(ff);
ff.pack(); ff.pack();
AEnv.showCenterScreen(ff); AEnv.showCenterScreen(ff);
ff = null; ff = null;

View File

@ -606,6 +606,7 @@ public class VPaySelect extends CPanel
// //
ff.pack(); ff.pack();
this.setVisible(false); this.setVisible(false);
AEnv.addToWindowManager(ff);
AEnv.showCenterScreen(ff); AEnv.showCenterScreen(ff);
this.dispose(); this.dispose();
} // unlockUI } // unlockUI

View File

@ -519,6 +519,7 @@ public class WFActivity extends CPanel
FormFrame ff = new FormFrame(); FormFrame ff = new FormFrame();
ff.openForm(AD_Form_ID); ff.openForm(AD_Form_ID);
ff.pack(); ff.pack();
AEnv.addToWindowManager(ff);
AEnv.showCenterScreen(ff); AEnv.showCenterScreen(ff);
} }
else if (MWFNode.ACTION_UserWorkbench.equals(node.getAction())) else if (MWFNode.ACTION_UserWorkbench.equals(node.getAction()))