I wrote a function to tile documents to optimally fill the screen (eg side by side) which calculates positioning of all opened windows and calls resize() function upon them.
This works reasonably well but there is one glitch: If some window was previously maximized, after resizing such windows still wrongly assumes that it is maximized. This means that under Windows you can no longer resize such window by mouse dragging - that is until you click one more time the "maximize" button which would switch that status back (without actual change of the window size). Is there a way so switch off this "mazimized" status? I am aware that this might be window-manager (OS) dependent but I would appreciate if somebody (who already was trying to do some programtical maximize/unmaximize stuff) could point me the direction I should look further. (fltk 1.1.9 on WinXP) Thanks, Roman _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

