Automated mail by fx, on behalf of aku...@sh... Ticket Change [8cfc18faf30872aac996cacc8125227eb2e0e1c9] [Ticket [c95d4691ff8723b4|c95d4691] winfo screenheight w/dual monitors returns the screen height of the primary display status still Open with 3 other changes] By fvogel For Tk Source Code On 2016-04-22T22:17:59.733 Details http://core.tcl.tk/tk/tinfo?name=8cfc18faf30872aac996cacc8125227eb2e0e1c9 Ticket http://core.tcl.tk/tk/tktview/c95d4691ff8723b47c820081ce50688cf04911f7 Changed Fields icomment: I think there are further places where the size of a potentially wrong monitor is used in Tk: [http://core.tcl.tk/tk/artifact/843862f6be16b0b3?ln=801,849|tk scaling] [http://core.tcl.tk/tk/artifact/fca926d889406410?ln=2110,2113|Full screen on Windows], see bug [4face822b0b3d0cb8383c5cf46ff2099715846fa] [http://core.tcl.tk/tk/artifact/0f2e65aba5e50e1f?ln=6482,6483|Full screen on MacOSX] (perhaps?) [http://core.tcl.tk/tk/artifact/191cb9e1707fb3ec?ln=729,730|canvas] and so on... Basically, everywhere WidthOfScreen() and HeightOfScreen() are used. Regarding WidthMMOfScreen() and HeightMMOfScreen() I'm wondering. Fixing all this needs careful analysis because, on Windows at least there seems to be a single *display* featuring a single *screen*, but this screen may be shown on several *monitors*. login: fvogel ------------------------------------------------------------ See Tcl/Tk development @ http://core.tcl.tk/ ------------------------------------------------------------ |