another problem is:
1. I move a window to the other screen.
//win.move()
2. then maximize the window
//cl = win.parent(win.getfocus())
win.maximize(cl)but If I normalize the window size, the window normalize to back to the original screen. *if I drag the window to the screen, maximize & normalize it....the problem won't happen. It seems win.move won't refresh some window attributes?
