В Mon, 10 Mar 2025 17:04:52 +0700 ora...@quantbo.com пишет: > From time to time when I run a lengthy program the GUI will > spontaneously shrink to about 2/3 of its size, with the fonts also > shrunk, then jump back to full size. Back and forth, back and forth.
It looks like the kind of resizing that happens when the system scaling factor is changed, or when the window is dragged between two monitors with different resolution scaling factors (e.g. 96 pixels per inch vs. 150 pixels per inch). I think that Rgui.exe currently does not perform any resolution scaling on its own; it seems to rely on the bitmap scaling provided by Windows for "non-DPI-aware" applications. How many monitors do you have and what are their resolutions? Are their connections reliable? It could also be something having updated in Windows 11 itself. -- Best regards, Ivan ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide https://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.