Best way to determine user's screensize?

Igor Korot ikorot01 at gmail.com
Fri Oct 30 17:31:25 EDT 2020


Hi,

On Fri, Oct 30, 2020 at 4:20 PM Random832 <random832 at fastmail.com> wrote:
>
> On Fri, Oct 30, 2020, at 12:05, Grant Edwards wrote:
> > Why do you think that's something your application needs to know?
> >
> > I _hate_ applications that think just because they've been started
> > they now own the entire computer and everything reachable from it.
> >
> > All you need to know is how big your application window is. The user's
> > available screen size is none of your business.
>
> The application decides how big the application window is. The user can resize it, but there's no reason for the screen size not to be one of the inputs considered for the initial choice.

Nope.
It is nNOT up to application.
It is either up to the developer (if he calls Maximize() ) on the main
frame, or the OS if the main frame is using defaults.

Thank you.

> --
> https://mail.python.org/mailman/listinfo/python-list


More information about the Python-list mailing list