Hi,

Why is there a limitation on how large I can resize a window?
The limitation is that you cannot make it larger than the 
size of the screen - and of course, that seems obvious, and 
many may wonder why the heck I would do such a thing...
For example I'd would like to do with xdvi since it insists 
of having a border I cannot get rid of, and it consequently 
scales the interior. Likewise for acroread, making the 
window "really" large (actually just taller: +200 pix.), I 
can make the text-part span from top to bottom...

I guess it is just a simple
  if ( newHeight >= screenHeight )
    // Prevent the window from growing
which needs to be "removed"?!

Regards,
  Martin

Reply via email to