From: Hiroo H. <hir...@co...> - 2005-01-05 05:56:40
|
Rib, Rib> If I remember correctly, I added this behavior to the JSLFrame class Rib> to copy what the previous code did. However, I think it's designed to Rib> wrap around when the windows would go offscreen. Are they Rib> disappearing off the right or bottom edge of the screen? I guess you are talking about JSLFrame.JSLIFrame.moveToDefaultLocation method (for MDI: single window mode) and JSLFrame.JSLJFrame.moveToDefaultLocation (for SDI: multiple window mode). Only latter has the code you wrote. I think this should be opposite. Rib> I think it would be a good idea to just get rid of this positioning Rib> code and let the window manager do it's job. I agree with you that the window manager should do the job for multiple window mode. If you agree with me, I'll swap these methods. -- Hiroo Hayashi |