Page 1 of 2
Mouse Down Blow Up fix still uses primary screen
Posted: 14 Dec 2021 15:05
by undefiler
The fix made in 0006 doesn't seem to be working.
! Mouse Down Blow Up: "Use whole screen" + "Shrink to fit" always forced the
image onto the primary screen. Now it uses the screen that XYplorer is
currently on.
When I use middle mouse to view the image, it still appears on the primary screen despite XYplorer being on screen 2.
mdbu.jpg
Thanks.
XYplorer 22.60.0007
Windows 11 Pro (21H2 build 22000.348)
Re: Mouse Down Blow Up fix still uses primary screen
Posted: 14 Dec 2021 15:18
by admin
Are you saying "only when I use middle mouse..."?
Re: Mouse Down Blow Up fix still uses primary screen
Posted: 14 Dec 2021 15:25
by undefiler
Same issue when using right-click too, if that's what you're asking.
Re: Mouse Down Blow Up fix still uses primary screen
Posted: 14 Dec 2021 15:30
by admin
What if you use the Hover Box over that thumbnail once, and then try MDBU? Does that fix it?
(Are we talking about thumbnails? Or where do you try MDBU?)
Re: Mouse Down Blow Up fix still uses primary screen
Posted: 14 Dec 2021 15:34
by undefiler
The view doesn't seem to matter. MDBU always causes the image to appear on the primary screen. I've tried it in both Details and Thumbnails views.
I let my cursor hover over the thumbnail (in Thumbnails view for example) to trigger the Hover Box, after it appears, I press and hold middle mouse button, and still MDBU image appears on the primary screen.
Re: Mouse Down Blow Up fix still uses primary screen
Posted: 14 Dec 2021 15:39
by admin
Interesting. Looking at the code I cannot explain that. (I don't have two monitors ATM to test it.) Can anybody else with two monitors confirm this issue? (I don't ask out of mistrust, but to logically narrow down the target.)
Re: Mouse Down Blow Up fix still uses primary screen
Posted: 15 Dec 2021 11:37
by undefiler
Not fixed by 0009.
Re: Mouse Down Blow Up fix still uses primary screen
Posted: 15 Dec 2021 14:23
by admin
0010 will have debug logging. To show it: dlog;
Re: Mouse Down Blow Up fix still uses primary screen
Posted: 15 Dec 2021 15:56
by undefiler
First MDBU test with XYplorer on monitor 1, second test with it on monitor 2:
Code: Select all
20.088 - 2021-12-15 16:54:23.693 -M- - Monitor: 1/2
0 - 2021-12-15 16:54:23.693 -M- Monitor Area: (0, 0) - (1920, 1152) = 1920x1152
0 - 2021-12-15 16:54:23.693 -M- Blow-Up Location: (759, 424) - (1161, 728) = 402x304
0 - 2021-12-15 16:54:23.693 -M- FullScreen=1, ShrinkToFit=1
--------------------------------------------------------------------------------------------------
1:08.012 - 2021-12-15 16:54:03.605 -M- - Monitor: 2/2
0 - 2021-12-15 16:54:03.605 -M- Monitor Area: (1920, 0) - (3840, 1200) = 1920x1200
0 - 2021-12-15 16:54:03.605 -M- Blow-Up Location: (759, 448) - (1161, 752) = 402x304
0 - 2021-12-15 16:54:03.605 -M- FullScreen=1, ShrinkToFit=1
Re: Mouse Down Blow Up fix still uses primary screen
Posted: 15 Dec 2021 16:55
by admin
Thanks. I'll upload another air fix shortly.
Re: Mouse Down Blow Up fix still uses primary screen
Posted: 15 Dec 2021 17:35
by undefiler
0011 didn't fix it unfortunately.
Code: Select all
15.701 - 2021-12-15 18:34:04.524 -M- - Monitor: 1/2
0 - 2021-12-15 18:34:04.524 -M- Monitor Area: (0, 0) - (1920, 1152) = 1920x1152
0 - 2021-12-15 18:34:04.524 -M- Blow-Up Location: (759, 424) - (1161, 728) = 402x304
0 - 2021-12-15 18:34:04.524 -M- X=128, Y=52, ContainerX=156, ContainerY=109
0 - 2021-12-15 18:34:04.524 -M- FullScreen=1, ShrinkToFit=1
--------------------------------------------------------------------------------------------------
19.076 - 2021-12-15 18:33:48.823 -M- - Monitor: 2/2
0 - 2021-12-15 18:33:48.823 -M- Monitor Area: (1920, 0) - (3840, 1200) = 1920x1200
0 - 2021-12-15 18:33:48.823 -M- Blow-Up Location: (759, 448) - (1161, 752) = 402x304
0 - 2021-12-15 18:33:48.823 -M- X=132, Y=74, ContainerX=156, ContainerY=109
0 - 2021-12-15 18:33:48.823 -M- FullScreen=1, ShrinkToFit=1
Re: Mouse Down Blow Up fix still uses primary screen
Posted: 15 Dec 2021 17:59
by admin
Too bad.
I have to give up for now. This looks like a deeper problem that cannot be solved by guessing theorizing. I need the two monitor experience.
Re: Mouse Down Blow Up fix still uses primary screen
Posted: 16 Dec 2021 09:49
by undefiler
Works now!

[0012]
Code: Select all
25.996 - 2021-12-16 10:47:45.500 -M- - Monitor: 1/2
0 - 2021-12-16 10:47:45.500 -M- Monitor Area: (0, 0) - (1920, 1152) = 1920x1152
0 - 2021-12-16 10:47:45.500 -M- Blow-Up Location: (759, 424) - (1161, 728) = 402x304
0 - 2021-12-16 10:47:45.500 -M- X=142, Y=58, ContainerX=156, ContainerY=109
0 - 2021-12-16 10:47:45.500 -M- FullScreen=1, ShrinkToFit=1
--------------------------------------------------------------------------------------------------
6.764 - 2021-12-16 10:47:52.264 -M- - Monitor: 2/2
0 - 2021-12-16 10:47:52.264 -M- Monitor Area: (1920, 0) - (3840, 1200) = 1920x1200
0 - 2021-12-16 10:47:52.264 -M- Blow-Up Location: (2679, 448) - (3081, 752) = 402x304
0 - 2021-12-16 10:47:52.264 -M- X=123, Y=55, ContainerX=156, ContainerY=109
0 - 2021-12-16 10:47:52.264 -M- FullScreen=1, ShrinkToFit=1
Re: Mouse Down Blow Up fix still uses primary screen
Posted: 16 Dec 2021 09:54
by admin
YAY!

Re: Mouse Down Blow Up fix still uses primary screen
Posted: 20 Dec 2021 02:05
by undefiler
Was there something specific that Windows 11 does differently to previous Windows versions? Another program I use claims a feature should work with multiple monitors, but it's not for me. I may be able to provide them a tip if you have any insight.
Thanks.