If I have a maximised child window, then .show another child window my maximised one reverts back to its pre maximised size.
Is there any easy way to stop this happening? I want my new window to appear on top of my maximised window.
Cheers
Printable View
If I have a maximised child window, then .show another child window my maximised one reverts back to its pre maximised size.
Is there any easy way to stop this happening? I want my new window to appear on top of my maximised window.
Cheers
i'm guessing that if one child window is maximised then all child windows have to be maximised, and same applies if one child window is normal - yes?
you could resize the window behind it to appear to be maximised, i.e. resize it to the dimensions of the screen.
you can use the screen object for this