On 5 May 2004, Peter Dalgaard wrote: > Duncan Murdoch <[EMAIL PROTECTED]> writes: > > > I've removed the test for the size of the frame in the case where the > > frame is minimized. Now for a minimized R it just uses the physical > > size of the monitor, as before: likely giving a window that's too > > big, but at least not causing errors. > > It would be better if you could get a hold of the unminimized size (as > opposed to the maximized one). Isn't there a way to do that on > Windows?
The GetWindowPlacement function retrieves the minimized, maximized, and restored positions for the window, and also determines the window's show state. apparently. `restored' seems to be the key word here. -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595 ______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
