Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #60544

Re: Tkinter: winfo_screenmmwidth discussion

From Dennis Lee Bieber <wlfraed@ix.netcom.com>
Subject Re: Tkinter: winfo_screenmmwidth discussion
Date 2013-11-26 17:55 -0500
Organization IISS Elusive Unicorn
References <b4ba86d6-1235-4bd3-a08a-cf9ccf11540d@googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.3258.1385506557.18130.python-list@python.org> (permalink)

Show all headers | View raw


On Tue, 26 Nov 2013 14:13:57 -0800 (PST), josefg@gmail.com declaimed the
following:

>I am currently using Windows 7 Sp1, Tkinter 8.5, Python 2.7.4 on a laptop with no attached monitor. I am attempting to use winfo_screenmmwidth, but the returned value is incorrect. Specs state 280 mm. Physical measurement is 275 mm. EDID states 280 mm. Tkinter's winfo_screenmmwidth returns 361 mm. I don't have very much tkinter experience, please bear with me.
>
	Windows systems used to be quite lax on monitor size... Two monitors of
physically different sizes having the same pixel dimensions could possibly
report as being the same width. Especially if one is not using 100% for
text size and for DPI setting.

	My current monitor is 20.5 inches across (by steel tape measure), but
Windows defaults to 96DPI... Which comes to a 20 inch width when using
1920x1200 (native mode). The real resolution is 93.66DPI (while my previous
computer ran a clean 100DPI <G>)




-- 
	Wulfraed                 Dennis Lee Bieber         AF6VN
    wlfraed@ix.netcom.com    HTTP://wlfraed.home.netcom.com/

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Tkinter: winfo_screenmmwidth discussion josefg@gmail.com - 2013-11-26 14:13 -0800
  Re: Tkinter: winfo_screenmmwidth discussion Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-11-26 17:55 -0500
    Re: Tkinter: winfo_screenmmwidth discussion josefg@gmail.com - 2013-11-26 15:08 -0800
    Re: Tkinter: winfo_screenmmwidth discussion josefg@gmail.com - 2013-11-26 15:09 -0800
  Re: Tkinter: winfo_screenmmwidth discussion josefg@gmail.com - 2013-12-03 17:33 -0800

csiph-web