* More open window tracking fixed.
This commit is contained in:
parent
63fcc2160c
commit
641933241f
|
@ -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;
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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()))
|
||||||
|
|
Loading…
Reference in New Issue